MonoGame.Samples.Peer2Peer.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1217FD6D-AFF5-4A21-AA0C-0AE7F14B848F}</ProjectGuid>
  9. <ProjectTypeGuids>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.Peer2Peer</RootNamespace>
  12. <AssemblyName>MonoGameSamplesPeer2Peer</AssemblyName>
  13. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  14. <SupportedDevices>IPhoneAndIPad</SupportedDevices>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  21. <DefineConstants>DEBUG;IOS</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <MtouchLink>None</MtouchLink>
  25. <MtouchDebug>True</MtouchDebug>
  26. <MtouchUseLlvm>false</MtouchUseLlvm>
  27. <ConsolePause>false</ConsolePause>
  28. <MtouchUseSGen>false</MtouchUseSGen>
  29. <MtouchUseThumb>false</MtouchUseThumb>
  30. <MtouchArch>ARMv6</MtouchArch>
  31. <MtouchMinimumOS>3.2</MtouchMinimumOS>
  32. <MtouchI18n />
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  35. <DebugType>none</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <MtouchLink>None</MtouchLink>
  41. <MtouchDebug>False</MtouchDebug>
  42. <MtouchUseSGen>false</MtouchUseSGen>
  43. <ConsolePause>false</ConsolePause>
  44. <MtouchUseLlvm>false</MtouchUseLlvm>
  45. <MtouchUseThumb>false</MtouchUseThumb>
  46. <MtouchArch>ARMv6</MtouchArch>
  47. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  50. <DebugSymbols>true</DebugSymbols>
  51. <DebugType>full</DebugType>
  52. <Optimize>false</Optimize>
  53. <OutputPath>bin\iPhone\Debug</OutputPath>
  54. <DefineConstants>DEBUG</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <MtouchUseSGen>false</MtouchUseSGen>
  58. <MtouchDebug>True</MtouchDebug>
  59. <CodesignKey>iPhone Developer</CodesignKey>
  60. <ConsolePause>false</ConsolePause>
  61. <MtouchUseThumb>false</MtouchUseThumb>
  62. <MtouchArch>ARMv6</MtouchArch>
  63. <MtouchUseLlvm>false</MtouchUseLlvm>
  64. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  67. <DebugType>none</DebugType>
  68. <Optimize>false</Optimize>
  69. <OutputPath>bin\iPhone\Release</OutputPath>
  70. <ErrorReport>prompt</ErrorReport>
  71. <WarningLevel>4</WarningLevel>
  72. <MtouchUseSGen>false</MtouchUseSGen>
  73. <MtouchDebug>False</MtouchDebug>
  74. <MtouchUseThumb>false</MtouchUseThumb>
  75. <ConsolePause>false</ConsolePause>
  76. <CodesignKey>iPhone Developer</CodesignKey>
  77. <MtouchArch>ARMv6</MtouchArch>
  78. <MtouchUseLlvm>false</MtouchUseLlvm>
  79. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="System" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="monotouch" />
  86. <Reference Include="OpenTK" />
  87. </ItemGroup>
  88. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  89. <ItemGroup>
  90. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  91. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  92. <Name>MonoGame.Framework.iOS</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="Info.plist" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="Program.cs" />
  100. <Compile Include="..\..\MacOS\Peer2PeerSample\PeerToPeerGame.cs">
  101. <Link>PeerToPeerGame.cs</Link>
  102. </Compile>
  103. <Compile Include="..\..\MacOS\Peer2PeerSample\Tank.cs">
  104. <Link>Tank.cs</Link>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Content Include="Content\gamepad.png">
  109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  110. </Content>
  111. <Content Include="..\..\MacOS\Peer2PeerSample\Content\Tank.xnb">
  112. <Link>Content\Tank.xnb</Link>
  113. </Content>
  114. <Content Include="..\..\MacOS\Peer2PeerSample\Content\Font.xnb">
  115. <Link>Content\Font.xnb</Link>
  116. </Content>
  117. <Content Include="..\..\MacOS\Peer2PeerSample\Content\Turret.xnb">
  118. <Link>Content\Turret.xnb</Link>
  119. </Content>
  120. </ItemGroup>
  121. </Project>