MonoGame.Samples.Aiming.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E4C7960D-E564-4CD5-85D6-2B7B0B3DA5BA}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.Aiming</RootNamespace>
  12. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  19. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <MtouchDebug>True</MtouchDebug>
  23. <CodesignKey>iPhone Developer</CodesignKey>
  24. <MtouchLink>None</MtouchLink>
  25. <MtouchI18n />
  26. <AssemblyName>Aiming</AssemblyName>
  27. <MtouchUseLlvm>false</MtouchUseLlvm>
  28. <MtouchUseArmv7>false</MtouchUseArmv7>
  29. <MtouchUseThumb>false</MtouchUseThumb>
  30. <MtouchUseSGen>false</MtouchUseSGen>
  31. <MtouchArch>ARMv6</MtouchArch>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  34. <DebugType>none</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <MtouchDebug>False</MtouchDebug>
  40. <CodesignKey>iPhone Developer</CodesignKey>
  41. <MtouchLink>None</MtouchLink>
  42. <DefineConstants>IPHONE</DefineConstants>
  43. <MtouchI18n />
  44. <AssemblyName>TiledSprites</AssemblyName>
  45. <MtouchUseLlvm>false</MtouchUseLlvm>
  46. <MtouchUseArmv7>false</MtouchUseArmv7>
  47. <MtouchUseThumb>false</MtouchUseThumb>
  48. <MtouchUseSGen>false</MtouchUseSGen>
  49. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  50. <MtouchArch>ARMv6</MtouchArch>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  53. <DebugSymbols>true</DebugSymbols>
  54. <DebugType>full</DebugType>
  55. <Optimize>false</Optimize>
  56. <OutputPath>bin\iPhone\Debug</OutputPath>
  57. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <MtouchDebug>True</MtouchDebug>
  61. <CodesignKey>iPhone Developer</CodesignKey>
  62. <MtouchLink>None</MtouchLink>
  63. <MtouchI18n />
  64. <AssemblyName>Waypoint</AssemblyName>
  65. <MtouchUseLlvm>false</MtouchUseLlvm>
  66. <MtouchUseArmv7>false</MtouchUseArmv7>
  67. <MtouchUseThumb>false</MtouchUseThumb>
  68. <MtouchUseSGen>false</MtouchUseSGen>
  69. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  70. <MtouchArch>ARMv6</MtouchArch>
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  73. <DebugType>none</DebugType>
  74. <Optimize>false</Optimize>
  75. <OutputPath>bin\iPhone\Release</OutputPath>
  76. <ErrorReport>prompt</ErrorReport>
  77. <WarningLevel>4</WarningLevel>
  78. <MtouchDebug>False</MtouchDebug>
  79. <CodesignKey>iPhone Developer</CodesignKey>
  80. <DefineConstants>IPHONE</DefineConstants>
  81. <AssemblyName>Waypoint</AssemblyName>
  82. <MtouchUseLlvm>false</MtouchUseLlvm>
  83. <MtouchUseArmv7>false</MtouchUseArmv7>
  84. <MtouchUseThumb>false</MtouchUseThumb>
  85. <MtouchUseSGen>false</MtouchUseSGen>
  86. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  87. <MtouchArch>ARMv6</MtouchArch>
  88. </PropertyGroup>
  89. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhone' ">
  90. <DebugType>none</DebugType>
  91. <Optimize>false</Optimize>
  92. <OutputPath>bin</OutputPath>
  93. <WarningLevel>4</WarningLevel>
  94. <MtouchDebug>False</MtouchDebug>
  95. <CodesignKey>iPhone Developer</CodesignKey>
  96. <AssemblyName>MonoGame.Samples.Waypoint</AssemblyName>
  97. <MtouchI18n />
  98. <DefineConstants>IPHONE</DefineConstants>
  99. <MtouchUseLlvm>false</MtouchUseLlvm>
  100. <MtouchUseArmv7>false</MtouchUseArmv7>
  101. <MtouchUseThumb>false</MtouchUseThumb>
  102. <MtouchUseSGen>false</MtouchUseSGen>
  103. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  104. <MtouchArch>ARMv6</MtouchArch>
  105. </PropertyGroup>
  106. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhoneSimulator' ">
  107. <DebugType>none</DebugType>
  108. <Optimize>false</Optimize>
  109. <OutputPath>bin\Distribution</OutputPath>
  110. <WarningLevel>4</WarningLevel>
  111. <MtouchUseSGen>false</MtouchUseSGen>
  112. <MtouchDebug>False</MtouchDebug>
  113. <AssemblyName>MonoGameSamplesAiming</AssemblyName>
  114. <MtouchUseLlvm>false</MtouchUseLlvm>
  115. <MtouchUseThumb>false</MtouchUseThumb>
  116. <MtouchArch>ARMv6</MtouchArch>
  117. </PropertyGroup>
  118. <ItemGroup>
  119. <Reference Include="System" />
  120. <Reference Include="System.Xml" />
  121. <Reference Include="System.Core" />
  122. <Reference Include="monotouch" />
  123. <Reference Include="OpenTK" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Compile Include="Main.cs" />
  127. <Compile Include="AimingGame.cs" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Folder Include="Content\" />
  131. </ItemGroup>
  132. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  133. <ItemGroup>
  134. <Content Include="Default.png">
  135. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  136. </Content>
  137. <Content Include="Content\spotlight.png">
  138. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  139. </Content>
  140. <Content Include="Content\cat.png">
  141. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  142. </Content>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="GameThumbnail.png" />
  146. <None Include="Info.plist" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  150. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  151. <Name>MonoGame.Framework.iOS</Name>
  152. </ProjectReference>
  153. </ItemGroup>
  154. </Project>