NetworkStateManagementWindows.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectGuid>{B20B4312-B9F6-427A-AA65-07CAF5415D27}</ProjectGuid>
  5. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NetworkStateManagement</RootNamespace>
  11. <AssemblyName>NetworkStateManagement</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Windows</XnaPlatform>
  14. <XnaCrossPlatformGroupID>9bcee7ff-5246-4265-9250-d0ef22312461</XnaCrossPlatformGroupID>
  15. <ApplicationIcon>Game.ico</ApplicationIcon>
  16. <Thumbnail>NetworkStateManagement.png</Thumbnail>
  17. <XnaUpgrade>
  18. </XnaUpgrade>
  19. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  20. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <OldToolsVersion>3.5</OldToolsVersion>
  23. <UpgradeBackupLocation>
  24. </UpgradeBackupLocation>
  25. <IsWebBootstrapper>false</IsWebBootstrapper>
  26. <XnaOutputType>Game</XnaOutputType>
  27. <XnaProfile>Reach</XnaProfile>
  28. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  29. <PublishUrl>publish\</PublishUrl>
  30. <Install>true</Install>
  31. <InstallFrom>Disk</InstallFrom>
  32. <UpdateEnabled>false</UpdateEnabled>
  33. <UpdateMode>Foreground</UpdateMode>
  34. <UpdateInterval>7</UpdateInterval>
  35. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36. <UpdatePeriodically>false</UpdatePeriodically>
  37. <UpdateRequired>false</UpdateRequired>
  38. <MapFileExtensions>true</MapFileExtensions>
  39. <ApplicationRevision>0</ApplicationRevision>
  40. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>bin\x86\Debug</OutputPath>
  49. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <NoStdLib>true</NoStdLib>
  53. <UseVSHostingProcess>false</UseVSHostingProcess>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <XnaCompressContent>False</XnaCompressContent>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  59. <DebugType>pdbonly</DebugType>
  60. <Optimize>true</Optimize>
  61. <OutputPath>bin\x86\Release</OutputPath>
  62. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  63. <ErrorReport>prompt</ErrorReport>
  64. <WarningLevel>4</WarningLevel>
  65. <NoStdLib>true</NoStdLib>
  66. <UseVSHostingProcess>false</UseVSHostingProcess>
  67. <PlatformTarget>x86</PlatformTarget>
  68. <XnaCompressContent>True</XnaCompressContent>
  69. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  73. <Private>False</Private>
  74. </Reference>
  75. <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  79. <Private>False</Private>
  80. </Reference>
  81. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  82. <Private>False</Private>
  83. </Reference>
  84. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  85. <Private>False</Private>
  86. </Reference>
  87. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  88. <Private>False</Private>
  89. </Reference>
  90. <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  91. <Private>False</Private>
  92. </Reference>
  93. <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  97. <Private>False</Private>
  98. </Reference>
  99. <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  100. <Private>False</Private>
  101. </Reference>
  102. <Reference Include="mscorlib">
  103. <Private>False</Private>
  104. </Reference>
  105. <Reference Include="System">
  106. <Private>False</Private>
  107. </Reference>
  108. <Reference Include="System.Core">
  109. <Private>False</Private>
  110. </Reference>
  111. <Reference Include="System.Xml.Linq">
  112. <Private>False</Private>
  113. </Reference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Compile Include="Game.cs" />
  117. <Compile Include="Networking\AvailableSessionMenuEntry.cs" />
  118. <Compile Include="Networking\NetworkSessionComponent.cs" />
  119. <Compile Include="Networking\OperationCompletedEventArgs.cs" />
  120. <Compile Include="Properties\AssemblyInfo.cs" />
  121. <Compile Include="Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Resources.resx</DependentUpon>
  125. </Compile>
  126. <Compile Include="ScreenManager\GameScreen.cs" />
  127. <Compile Include="ScreenManager\InputState.cs" />
  128. <Compile Include="ScreenManager\ScreenManager.cs" />
  129. <Compile Include="Screens\BackgroundScreen.cs" />
  130. <Compile Include="Networking\CreateOrFindSessionScreen.cs" />
  131. <Compile Include="Screens\GameplayScreen.cs" />
  132. <Compile Include="Networking\JoinSessionScreen.cs" />
  133. <Compile Include="IMessageDisplay.cs" />
  134. <Compile Include="Screens\LoadingScreen.cs" />
  135. <Compile Include="Networking\LobbyScreen.cs" />
  136. <Compile Include="Screens\MainMenuScreen.cs" />
  137. <Compile Include="Screens\MenuEntry.cs" />
  138. <Compile Include="Screens\MenuScreen.cs" />
  139. <Compile Include="Screens\MessageBoxScreen.cs" />
  140. <Compile Include="Networking\NetworkBusyScreen.cs" />
  141. <Compile Include="Networking\NetworkErrorScreen.cs" />
  142. <Compile Include="MessageDisplayComponent.cs" />
  143. <Compile Include="Screens\PauseMenuScreen.cs" />
  144. <Compile Include="Networking\ProfileSignInScreen.cs" />
  145. <Compile Include="Screens\PlayerIndexEventArgs.cs" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Content Include="Game.ico" />
  149. <Content Include="NetworkStateManagement.png" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <NestedContentProject Include="Content\Content.contentproj">
  153. <Project>5e2f601c-a919-414a-aecd-cd1f837f9465</Project>
  154. <Visible>False</Visible>
  155. </NestedContentProject>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <EmbeddedResource Include="Resources.resx">
  159. <SubType>Designer</SubType>
  160. <Generator>ResXFileCodeGenerator</Generator>
  161. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  162. </EmbeddedResource>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  166. <Visible>False</Visible>
  167. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  168. <Install>false</Install>
  169. </BootstrapperPackage>
  170. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  171. <Visible>False</Visible>
  172. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  173. <Install>false</Install>
  174. </BootstrapperPackage>
  175. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  176. <Visible>False</Visible>
  177. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  178. <Install>false</Install>
  179. </BootstrapperPackage>
  180. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  181. <Visible>False</Visible>
  182. <ProductName>.NET Framework 3.5</ProductName>
  183. <Install>true</Install>
  184. </BootstrapperPackage>
  185. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  186. <Visible>False</Visible>
  187. <ProductName>.NET Framework 3.5 SP1</ProductName>
  188. <Install>false</Install>
  189. </BootstrapperPackage>
  190. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  191. <Visible>False</Visible>
  192. <ProductName>Windows Installer 3.1</ProductName>
  193. <Install>true</Install>
  194. </BootstrapperPackage>
  195. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.0">
  196. <Visible>False</Visible>
  197. <ProductName>Microsoft XNA Framework Redistributable 3.0</ProductName>
  198. <Install>true</Install>
  199. </BootstrapperPackage>
  200. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  201. <Visible>False</Visible>
  202. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  203. <Install>true</Install>
  204. </BootstrapperPackage>
  205. </ItemGroup>
  206. <ItemGroup>
  207. <ProjectReference Include="Content\NetworkStateManagementContent.contentproj">
  208. <Project>{5E2F601C-A919-414A-AECD-CD1F837F9465}</Project>
  209. <Name>NetworkStateManagementContent %28Content%29</Name>
  210. <XnaReferenceType>Content</XnaReferenceType>
  211. </ProjectReference>
  212. </ItemGroup>
  213. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  214. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  215. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  216. Other similar extension points exist, see Microsoft.Common.targets.
  217. <Target Name="BeforeBuild">
  218. </Target>
  219. <Target Name="AfterBuild">
  220. </Target>
  221. -->
  222. </Project>