feat: initialize project

This commit is contained in:
David Utz
2026-08-21 09:33:43 +02:00
parent ce07880273
commit ed0ccefda1
8 changed files with 562 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IngameReveries", "IngameReveries.csproj", "{5FB17C69-0D7A-4FDF-B93E-ACD93A0546A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5FB17C69-0D7A-4FDF-B93E-ACD93A0546A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FB17C69-0D7A-4FDF-B93E-ACD93A0546A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FB17C69-0D7A-4FDF-B93E-ACD93A0546A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FB17C69-0D7A-4FDF-B93E-ACD93A0546A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal