MonoGame.Samples.TiledSprites.csproj 6.5 KB

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