NetworkStateManagement.Linux.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  17. <PlatformTarget>x86</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  27. <PlatformTarget>x86</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Drawing" />
  40. <Reference Include="System.Xml" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Game.cs">
  44. <Link>Game.cs</Link>
  45. </Compile>
  46. <Compile Include="IMessageDisplay.cs">
  47. <Link>IMessageDisplay.cs</Link>
  48. </Compile>
  49. <Compile Include="MessageDisplayComponent.cs">
  50. <Link>MessageDisplayComponent.cs</Link>
  51. </Compile>
  52. <Compile Include="Networking\AvailableSessionMenuEntry.cs">
  53. <Link>Networking\AvailableSessionMenuEntry.cs</Link>
  54. </Compile>
  55. <Compile Include="Networking\CreateOrFindSessionScreen.cs">
  56. <Link>Networking\CreateOrFindSessionScreen.cs</Link>
  57. </Compile>
  58. <Compile Include="Networking\JoinSessionScreen.cs">
  59. <Link>Networking\JoinSessionScreen.cs</Link>
  60. </Compile>
  61. <Compile Include="Networking\LobbyScreen.cs">
  62. <Link>Networking\LobbyScreen.cs</Link>
  63. </Compile>
  64. <Compile Include="Networking\NetworkBusyScreen.cs">
  65. <Link>Networking\NetworkBusyScreen.cs</Link>
  66. </Compile>
  67. <Compile Include="Networking\NetworkErrorScreen.cs">
  68. <Link>Networking\NetworkErrorScreen.cs</Link>
  69. </Compile>
  70. <Compile Include="Networking\NetworkSessionComponent.cs">
  71. <Link>Networking\NetworkSessionComponent.cs</Link>
  72. </Compile>
  73. <Compile Include="Networking\OperationCompletedEventArgs.cs">
  74. <Link>Networking\OperationCompletedEventArgs.cs</Link>
  75. </Compile>
  76. <Compile Include="Networking\ProfileSignInScreen.cs">
  77. <Link>Networking\ProfileSignInScreen.cs</Link>
  78. </Compile>
  79. <Compile Include="ScreenManager\GameScreen.cs">
  80. <Link>ScreenManager\GameScreen.cs</Link>
  81. </Compile>
  82. <Compile Include="ScreenManager\InputState.cs">
  83. <Link>ScreenManager\InputState.cs</Link>
  84. </Compile>
  85. <Compile Include="ScreenManager\ScreenManager.cs">
  86. <Link>ScreenManager\ScreenManager.cs</Link>
  87. </Compile>
  88. <Compile Include="Screens\BackgroundScreen.cs">
  89. <Link>Screens\BackgroundScreen.cs</Link>
  90. </Compile>
  91. <Compile Include="Screens\GameplayScreen.cs">
  92. <Link>Screens\GameplayScreen.cs</Link>
  93. </Compile>
  94. <Compile Include="Screens\LoadingScreen.cs">
  95. <Link>Screens\LoadingScreen.cs</Link>
  96. </Compile>
  97. <Compile Include="Screens\MainMenuScreen.cs">
  98. <Link>Screens\MainMenuScreen.cs</Link>
  99. </Compile>
  100. <Compile Include="Screens\MenuEntry.cs">
  101. <Link>Screens\MenuEntry.cs</Link>
  102. </Compile>
  103. <Compile Include="Screens\MenuScreen.cs">
  104. <Link>Screens\MenuScreen.cs</Link>
  105. </Compile>
  106. <Compile Include="Screens\MessageBoxScreen.cs">
  107. <Link>Screens\MessageBoxScreen.cs</Link>
  108. </Compile>
  109. <Compile Include="Screens\PauseMenuScreen.cs">
  110. <Link>Screens\PauseMenuScreen.cs</Link>
  111. </Compile>
  112. <Compile Include="Screens\PlayerIndexEventArgs.cs">
  113. <Link>Screens\PlayerIndexEventArgs.cs</Link>
  114. </Compile>
  115. <Compile Include="Program.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="Resources.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DesignTime>True</DesignTime>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. </Compile>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="Content\background.xnb">
  125. <Link>Content\background.xnb</Link>
  126. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  127. </Content>
  128. <Content Include="Content\blank.xnb">
  129. <Link>Content\blank.xnb</Link>
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </Content>
  132. <Content Include="Content\cat.xnb">
  133. <Link>Content\cat.xnb</Link>
  134. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  135. </Content>
  136. <Content Include="Content\chat_able.xnb">
  137. <Link>Content\chat_able.xnb</Link>
  138. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  139. </Content>
  140. <Content Include="Content\chat_mute.xnb">
  141. <Link>Content\chat_mute.xnb</Link>
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </Content>
  144. <Content Include="Content\chat_ready.xnb">
  145. <Link>Content\chat_ready.xnb</Link>
  146. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  147. </Content>
  148. <Content Include="Content\chat_talking.xnb">
  149. <Link>Content\chat_talking.xnb</Link>
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </Content>
  152. <Content Include="Content\gamefont.xnb">
  153. <Link>Content\gamefont.xnb</Link>
  154. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  155. </Content>
  156. <Content Include="Content\gradient.xnb">
  157. <Link>Content\gradient.xnb</Link>
  158. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  159. </Content>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <EmbeddedResource Include="Resources.resx">
  163. <Generator>ResXFileCodeGenerator</Generator>
  164. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  165. </EmbeddedResource>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Content Include="Content\menufont.xnb">
  169. <Link>Content\menufont.xnb</Link>
  170. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  171. </Content>
  172. </ItemGroup>
  173. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  174. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  175. Other similar extension points exist, see Microsoft.Common.targets.
  176. <Target Name="BeforeBuild">
  177. </Target>
  178. <Target Name="AfterBuild">
  179. </Target>
  180. -->
  181. <ItemGroup>
  182. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  183. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  184. <Name>MonoGame.Framework.Linux</Name>
  185. </ProjectReference>
  186. <ProjectReference Include="..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.Linux.csproj">
  187. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  188. <Name>Lidgren.Network.Linux</Name>
  189. </ProjectReference>
  190. </ItemGroup>
  191. </Project>