From b4851e32d45fec6ec609d2227956e479c631e89b Mon Sep 17 00:00:00 2001 From: bullagabor Date: Thu, 24 Mar 2022 17:28:12 +0100 Subject: [PATCH] Add project files. --- szotar/Program.cs | 13 +++++++++++++ szotar/szotar.csproj | 8 ++++++++ szotarfeladatok.sln | 25 +++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 szotar/Program.cs create mode 100644 szotar/szotar.csproj create mode 100644 szotarfeladatok.sln diff --git a/szotar/Program.cs b/szotar/Program.cs new file mode 100644 index 0000000..4a383d2 --- /dev/null +++ b/szotar/Program.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic + +namespace szotar +{ + class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + } + } +} diff --git a/szotar/szotar.csproj b/szotar/szotar.csproj new file mode 100644 index 0000000..c73e0d1 --- /dev/null +++ b/szotar/szotar.csproj @@ -0,0 +1,8 @@ + + + + Exe + netcoreapp3.1 + + + diff --git a/szotarfeladatok.sln b/szotarfeladatok.sln new file mode 100644 index 0000000..b93f27d --- /dev/null +++ b/szotarfeladatok.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32106.194 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "szotar", "szotar\szotar.csproj", "{DF2EF6FD-32BC-4D33-B97B-174582DA25A3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DF2EF6FD-32BC-4D33-B97B-174582DA25A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DF2EF6FD-32BC-4D33-B97B-174582DA25A3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DF2EF6FD-32BC-4D33-B97B-174582DA25A3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DF2EF6FD-32BC-4D33-B97B-174582DA25A3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {AE50CF79-1EE0-4A3C-86DF-200A173E40E5} + EndGlobalSection +EndGlobal