2
0

NetworkStateManagement.Windows.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D0E05092-60B2-47FF-B924-D5CDED0C0DD1}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>NetworkStateManagement</RootNamespace>
  12. <AssemblyName>NetworkStateManagement</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <PlatformTarget>x86</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="Game.cs">
  45. <Link>Game.cs</Link>
  46. </Compile>
  47. <Compile Include="IMessageDisplay.cs">
  48. <Link>IMessageDisplay.cs</Link>
  49. </Compile>
  50. <Compile Include="MessageDisplayComponent.cs">
  51. <Link>MessageDisplayComponent.cs</Link>
  52. </Compile>
  53. <Compile Include="Networking\AvailableSessionMenuEntry.cs">
  54. <Link>Networking\AvailableSessionMenuEntry.cs</Link>
  55. </Compile>
  56. <Compile Include="Networking\CreateOrFindSessionScreen.cs">
  57. <Link>Networking\CreateOrFindSessionScreen.cs</Link>
  58. </Compile>
  59. <Compile Include="Networking\JoinSessionScreen.cs">
  60. <Link>Networking\JoinSessionScreen.cs</Link>
  61. </Compile>
  62. <Compile Include="Networking\LobbyScreen.cs">
  63. <Link>Networking\LobbyScreen.cs</Link>
  64. </Compile>
  65. <Compile Include="Networking\NetworkBusyScreen.cs">
  66. <Link>Networking\NetworkBusyScreen.cs</Link>
  67. </Compile>
  68. <Compile Include="Networking\NetworkErrorScreen.cs">
  69. <Link>Networking\NetworkErrorScreen.cs</Link>
  70. </Compile>
  71. <Compile Include="Networking\NetworkSessionComponent.cs">
  72. <Link>Networking\NetworkSessionComponent.cs</Link>
  73. </Compile>
  74. <Compile Include="Networking\OperationCompletedEventArgs.cs">
  75. <Link>Networking\OperationCompletedEventArgs.cs</Link>
  76. </Compile>
  77. <Compile Include="Networking\ProfileSignInScreen.cs">
  78. <Link>Networking\ProfileSignInScreen.cs</Link>
  79. </Compile>
  80. <Compile Include="ScreenManager\GameScreen.cs">
  81. <Link>ScreenManager\GameScreen.cs</Link>
  82. </Compile>
  83. <Compile Include="ScreenManager\InputState.cs">
  84. <Link>ScreenManager\InputState.cs</Link>
  85. </Compile>
  86. <Compile Include="ScreenManager\ScreenManager.cs">
  87. <Link>ScreenManager\ScreenManager.cs</Link>
  88. </Compile>
  89. <Compile Include="Screens\BackgroundScreen.cs">
  90. <Link>Screens\BackgroundScreen.cs</Link>
  91. </Compile>
  92. <Compile Include="Screens\GameplayScreen.cs">
  93. <Link>Screens\GameplayScreen.cs</Link>
  94. </Compile>
  95. <Compile Include="Screens\LoadingScreen.cs">
  96. <Link>Screens\LoadingScreen.cs</Link>
  97. </Compile>
  98. <Compile Include="Screens\MainMenuScreen.cs">
  99. <Link>Screens\MainMenuScreen.cs</Link>
  100. </Compile>
  101. <Compile Include="Screens\MenuEntry.cs">
  102. <Link>Screens\MenuEntry.cs</Link>
  103. </Compile>
  104. <Compile Include="Screens\MenuScreen.cs">
  105. <Link>Screens\MenuScreen.cs</Link>
  106. </Compile>
  107. <Compile Include="Screens\MessageBoxScreen.cs">
  108. <Link>Screens\MessageBoxScreen.cs</Link>
  109. </Compile>
  110. <Compile Include="Screens\PauseMenuScreen.cs">
  111. <Link>Screens\PauseMenuScreen.cs</Link>
  112. </Compile>
  113. <Compile Include="Screens\PlayerIndexEventArgs.cs">
  114. <Link>Screens\PlayerIndexEventArgs.cs</Link>
  115. </Compile>
  116. <Compile Include="Program.cs" />
  117. <Compile Include="Properties\AssemblyInfo.cs" />
  118. <Compile Include="Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DesignTime>True</DesignTime>
  121. <DependentUpon>Resources.resx</DependentUpon>
  122. </Compile>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Windows.csproj">
  126. <Project>{7DE47032-A904-4C29-BD22-2D235E8D91BA}</Project>
  127. <Name>MonoGame.Framework.Windows</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Content Include="Content\background.xnb">
  132. <Link>Content\background.xnb</Link>
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </Content>
  135. <Content Include="Content\blank.xnb">
  136. <Link>Content\blank.xnb</Link>
  137. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  138. </Content>
  139. <Content Include="Content\cat.xnb">
  140. <Link>Content\cat.xnb</Link>
  141. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  142. </Content>
  143. <Content Include="Content\chat_able.xnb">
  144. <Link>Content\chat_able.xnb</Link>
  145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  146. </Content>
  147. <Content Include="Content\chat_mute.xnb">
  148. <Link>Content\chat_mute.xnb</Link>
  149. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  150. </Content>
  151. <Content Include="Content\chat_ready.xnb">
  152. <Link>Content\chat_ready.xnb</Link>
  153. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  154. </Content>
  155. <Content Include="Content\chat_talking.xnb">
  156. <Link>Content\chat_talking.xnb</Link>
  157. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  158. </Content>
  159. <Content Include="Content\gamefont.xnb">
  160. <Link>Content\gamefont.xnb</Link>
  161. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  162. </Content>
  163. <Content Include="Content\gradient.xnb">
  164. <Link>Content\gradient.xnb</Link>
  165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  166. </Content>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <EmbeddedResource Include="Resources.resx">
  170. <Generator>ResXFileCodeGenerator</Generator>
  171. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  172. </EmbeddedResource>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Content Include="Content\menufont.xnb">
  176. <Link>Content\menufont.xnb</Link>
  177. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  178. </Content>
  179. </ItemGroup>
  180. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  181. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  182. Other similar extension points exist, see Microsoft.Common.targets.
  183. <Target Name="BeforeBuild">
  184. </Target>
  185. <Target Name="AfterBuild">
  186. </Target>
  187. -->
  188. </Project>