From 74ad4e04c8f2e66f9df1092e9c91ebaabf2e1d19 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 5 Jul 2024 12:56:37 +0200 Subject: [PATCH] Add Refresh2 and SDL2 to project --- Nerfed.Runtime/Nerfed.Runtime.csproj | 24 +++++++++++++++--------- Nerfed.Runtime/Program.cs | 13 ++++++------- Nerfed.sln | 2 +- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/Nerfed.Runtime/Nerfed.Runtime.csproj b/Nerfed.Runtime/Nerfed.Runtime.csproj index fbb4a9b..422948e 100644 --- a/Nerfed.Runtime/Nerfed.Runtime.csproj +++ b/Nerfed.Runtime/Nerfed.Runtime.csproj @@ -1,12 +1,18 @@  - - Exe - net8.0 - enable - enable - true - true - + + + + - + + Exe + net8.0 + enable + enable + true + true + true + + + \ No newline at end of file diff --git a/Nerfed.Runtime/Program.cs b/Nerfed.Runtime/Program.cs index 5f5da5b..f0b4543 100644 --- a/Nerfed.Runtime/Program.cs +++ b/Nerfed.Runtime/Program.cs @@ -1,10 +1,9 @@ -namespace Nerfed.Runtime +namespace Nerfed.Runtime; + +internal class Program { - internal class Program + static void Main(string[] args) { - static void Main(string[] args) - { - Console.WriteLine("Hello, World!"); - } + Console.WriteLine("Hello, World!"); } -} +} \ No newline at end of file diff --git a/Nerfed.sln b/Nerfed.sln index b328e45..be1920e 100644 --- a/Nerfed.sln +++ b/Nerfed.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.10.35013.160 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nerfed.Runtime", "Nerfed.Runtime\Nerfed.Runtime.csproj", "{98E09BAF-587F-4238-89BD-7693C036C233}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerfed.Runtime", "Nerfed.Runtime\Nerfed.Runtime.csproj", "{98E09BAF-587F-4238-89BD-7693C036C233}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution