Commit a348fc38 authored by Ahmad Abd's avatar Ahmad Abd

Initial commit

parents
.vs/
bin/
obj/
\ No newline at end of file

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbdProject", "AbdProject\AbdProject.csproj", "{1FD75658-9B8B-44EB-86DD-6DCA76C97180}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FD75658-9B8B-44EB-86DD-6DCA76C97180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FD75658-9B8B-44EB-86DD-6DCA76C97180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FD75658-9B8B-44EB-86DD-6DCA76C97180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FD75658-9B8B-44EB-86DD-6DCA76C97180}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CD0052D-9BB6-478E-BF84-355B43C92DDC}
EndGlobalSection
EndGlobal
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment