d
This commit is contained in:
parent
003903b60c
commit
a122b782d2
3 changed files with 8 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ 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
|
||||
|
|
@ -21,6 +23,10 @@ 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
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\RE-UI-a-Monogame-GUI\MGUI\MGUI.csproj" />
|
||||
<ProjectReference Include="..\..\RE-UI-a-Monogame-GUI\MGUI\MGUI.csproj" />
|
||||
<ProjectReference Include="..\..\WPFGame\WPFGame\WPFGame.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ namespace CityGame
|
|||
}
|
||||
public class GenerationSettings
|
||||
{
|
||||
public int Seed;
|
||||
public GenerationSettings()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue