MonoGame.Samples.Aiming.csproj 6.5 KB

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