diff --git a/console-applicaion.sln b/console-applicaion.sln new file mode 100644 index 0000000..429bf3b --- /dev/null +++ b/console-applicaion.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34321.82 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "console-applicaion", "console-applicaion\console-applicaion.csproj", "{499551A3-F630-4B22-ACAA-B94F3FF8C122}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {499551A3-F630-4B22-ACAA-B94F3FF8C122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {499551A3-F630-4B22-ACAA-B94F3FF8C122}.Debug|Any CPU.Build.0 = Debug|Any CPU + {499551A3-F630-4B22-ACAA-B94F3FF8C122}.Release|Any CPU.ActiveCfg = Release|Any CPU + {499551A3-F630-4B22-ACAA-B94F3FF8C122}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2655DAEE-9DD1-44F8-A1EF-4519B071F32E} + EndGlobalSection +EndGlobal diff --git a/console-applicaion/Program.cs b/console-applicaion/Program.cs new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/console-applicaion/Program.cs @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/console-applicaion/console-applicaion.csproj b/console-applicaion/console-applicaion.csproj new file mode 100644 index 0000000..c4d1076 --- /dev/null +++ b/console-applicaion/console-applicaion.csproj @@ -0,0 +1,11 @@ + + + + Exe + net8.0 + console_applicaion + enable + enable + + +