This commit is contained in:
2026-06-17 09:45:25 +02:00
commit cca539dc32
40 changed files with 831 additions and 0 deletions

19
Slimepire.sln Normal file
View File

@@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slimepire", "Slimepire.csproj", "{4D5460EF-2589-4714-8A0D-1A2238B0058F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D5460EF-2589-4714-8A0D-1A2238B0058F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D5460EF-2589-4714-8A0D-1A2238B0058F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D5460EF-2589-4714-8A0D-1A2238B0058F}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{4D5460EF-2589-4714-8A0D-1A2238B0058F}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{4D5460EF-2589-4714-8A0D-1A2238B0058F}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{4D5460EF-2589-4714-8A0D-1A2238B0058F}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal