From b47599974a47a7b85a4a82eddad898dd348f010c Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Fri, 10 Apr 2026 16:33:40 +0200 Subject: [PATCH] :goat: Small fix --- .mgstats | 1 + Solitaire.csproj | 6 +++--- Solitaire.sln | 24 ++++++++++++++++++++++++ dotnet-tools.json | 13 +++++++++++++ 4 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 .mgstats create mode 100644 Solitaire.sln create mode 100644 dotnet-tools.json diff --git a/.mgstats b/.mgstats new file mode 100644 index 0000000..eab26b3 --- /dev/null +++ b/.mgstats @@ -0,0 +1 @@ +Source File,Dest File,Processor Type,Content Type,Source File Size,Dest File Size,Build Seconds diff --git a/Solitaire.csproj b/Solitaire.csproj index db416ef..4b55fdd 100644 --- a/Solitaire.csproj +++ b/Solitaire.csproj @@ -1,7 +1,7 @@ WinExe - netcoreapp3.1 + net10.0 false false @@ -24,7 +24,7 @@ - - + + \ No newline at end of file diff --git a/Solitaire.sln b/Solitaire.sln new file mode 100644 index 0000000..c9e82e7 --- /dev/null +++ b/Solitaire.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solitaire", "Solitaire.csproj", "{EA9E7957-A327-076D-5A3C-F01CFD32C8B0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EA9E7957-A327-076D-5A3C-F01CFD32C8B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EA9E7957-A327-076D-5A3C-F01CFD32C8B0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EA9E7957-A327-076D-5A3C-F01CFD32C8B0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EA9E7957-A327-076D-5A3C-F01CFD32C8B0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5AD99DFD-4FA9-4EE8-88E4-2BC38AB9AD97} + EndGlobalSection +EndGlobal diff --git a/dotnet-tools.json b/dotnet-tools.json new file mode 100644 index 0000000..ddbe21c --- /dev/null +++ b/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-mgcb": { + "version": "3.8.2.1105", + "commands": [ + "mgcb" + ], + "rollForward": false + } + } +} \ No newline at end of file