This commit is contained in:
pan.codes 2023-05-09 23:58:23 +02:00
parent a122b782d2
commit f300227924
2 changed files with 6 additions and 7 deletions

View file

@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CityGame", "CityGame\CityGa
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPFGame", "..\WPFGame\WPFGame\WPFGame.csproj", "{4F2DC7EE-24BA-4383-9AB6-EBA46EB191DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGUI", "..\RE-UI-a-Monogame-GUI\MGUI\MGUI.csproj", "{15F22888-B2CD-462A-8D11-662BF18976F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -23,10 +21,6 @@ Global
{4F2DC7EE-24BA-4383-9AB6-EBA46EB191DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F2DC7EE-24BA-4383-9AB6-EBA46EB191DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F2DC7EE-24BA-4383-9AB6-EBA46EB191DF}.Release|Any CPU.Build.0 = Release|Any CPU
{15F22888-B2CD-462A-8D11-662BF18976F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15F22888-B2CD-462A-8D11-662BF18976F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15F22888-B2CD-462A-8D11-662BF18976F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15F22888-B2CD-462A-8D11-662BF18976F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View file

@ -15,10 +15,15 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\RE-UI-a-Monogame-GUI\MGUI\MGUI.csproj" />
<ProjectReference Include="..\..\WPFGame\WPFGame\WPFGame.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="MGUI">
<HintPath>bin\Debug\net6.0-windows\MGUI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>