From 3f1b8c29a976303bed47b1d23d661bf7a00c913e Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 21 Nov 2024 10:28:49 +0100 Subject: [PATCH] new day new tasks --- Emne 3/EssentialCsharp/EssentialCsharp.sln | 16 ++++++++++++++++ .../EssentialCsharp/EssentialCsharp.csproj | 10 ++++++++++ .../EssentialCsharp/EssentialCsharp/Program.cs | 1 + 3 files changed, 27 insertions(+) create mode 100644 Emne 3/EssentialCsharp/EssentialCsharp.sln create mode 100644 Emne 3/EssentialCsharp/EssentialCsharp/EssentialCsharp.csproj create mode 100644 Emne 3/EssentialCsharp/EssentialCsharp/Program.cs diff --git a/Emne 3/EssentialCsharp/EssentialCsharp.sln b/Emne 3/EssentialCsharp/EssentialCsharp.sln new file mode 100644 index 0000000..1633722 --- /dev/null +++ b/Emne 3/EssentialCsharp/EssentialCsharp.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EssentialCsharp", "EssentialCsharp\EssentialCsharp.csproj", "{60BF26E8-B261-4E6E-9641-CE4B40EFFDC6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {60BF26E8-B261-4E6E-9641-CE4B40EFFDC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {60BF26E8-B261-4E6E-9641-CE4B40EFFDC6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {60BF26E8-B261-4E6E-9641-CE4B40EFFDC6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {60BF26E8-B261-4E6E-9641-CE4B40EFFDC6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Emne 3/EssentialCsharp/EssentialCsharp/EssentialCsharp.csproj b/Emne 3/EssentialCsharp/EssentialCsharp/EssentialCsharp.csproj new file mode 100644 index 0000000..2f4fc77 --- /dev/null +++ b/Emne 3/EssentialCsharp/EssentialCsharp/EssentialCsharp.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/Emne 3/EssentialCsharp/EssentialCsharp/Program.cs b/Emne 3/EssentialCsharp/EssentialCsharp/Program.cs new file mode 100644 index 0000000..d25b921 --- /dev/null +++ b/Emne 3/EssentialCsharp/EssentialCsharp/Program.cs @@ -0,0 +1 @@ +Console.WriteLine("Hello World!"); \ No newline at end of file