|
@@ -13,6 +13,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Samples.NetRumble.
|
|
|
EndProject
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Samples.Tetris.Linux", "Linux\Tetris\MonoGame.Samples.Tetris.Linux.csproj", "{86A619E2-C8F0-452B-B762-C69D5BB07C98}"
|
|
|
EndProject
|
|
|
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkStateManagement", "Linux\NetworkStateManagement\NetworkStateManagement.csproj", "{D0E05092-60B2-47FF-B924-D5CDED0C0DD1}"
|
|
|
+EndProject
|
|
|
Global
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
Debug|Any CPU = Debug|Any CPU
|
|
@@ -147,9 +149,29 @@ Global
|
|
|
{AE483C29-042E-4226-BA52-D247CE7676DA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
|
|
{AE483C29-042E-4226-BA52-D247CE7676DA}.Release|x86.ActiveCfg = Release|Any CPU
|
|
|
{AE483C29-042E-4226-BA52-D247CE7676DA}.Release|x86.Build.0 = Release|Any CPU
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|Any CPU.ActiveCfg = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|Any CPU.Build.0 = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|iPhone.ActiveCfg = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|iPhone.Build.0 = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|iPhoneSimulator.Build.0 = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|x86.ActiveCfg = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Debug|x86.Build.0 = Debug|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|Any CPU.ActiveCfg = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|Any CPU.Build.0 = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|iPhone.ActiveCfg = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|iPhone.Build.0 = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|iPhoneSimulator.ActiveCfg = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|iPhoneSimulator.Build.0 = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|Mixed Platforms.Build.0 = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|x86.ActiveCfg = Release|x86
|
|
|
+ {D0E05092-60B2-47FF-B924-D5CDED0C0DD1}.Release|x86.Build.0 = Release|x86
|
|
|
EndGlobalSection
|
|
|
GlobalSection(MonoDevelopProperties) = preSolution
|
|
|
- StartupItem = Linux\Tetris\MonoGame.Samples.Tetris.Linux.csproj
|
|
|
+ StartupItem = Linux\NetworkStateManagement\NetworkStateManagement.csproj
|
|
|
EndGlobalSection
|
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
|
HideSolutionNode = FALSE
|