MonoGame.Samples.ParticleSample.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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>{4D0C3C5D-B4A5-4C6F-8756-4A05C50ECC3A}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.ParticleSample</RootNamespace>
  12. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  13. <AssemblyName>ParticleSample</AssemblyName>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  20. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <MtouchDebug>True</MtouchDebug>
  24. <CodesignKey>iPhone Developer</CodesignKey>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchI18n />
  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. <MtouchUseLlvm>false</MtouchUseLlvm>
  45. <MtouchUseArmv7>false</MtouchUseArmv7>
  46. <MtouchUseThumb>false</MtouchUseThumb>
  47. <MtouchUseSGen>false</MtouchUseSGen>
  48. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  49. <MtouchArch>ARMv6</MtouchArch>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  52. <DebugSymbols>true</DebugSymbols>
  53. <DebugType>full</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>bin\iPhone\Debug</OutputPath>
  56. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <MtouchDebug>True</MtouchDebug>
  60. <CodesignKey>iPhone Developer</CodesignKey>
  61. <MtouchLink>None</MtouchLink>
  62. <MtouchI18n />
  63. <MtouchUseLlvm>false</MtouchUseLlvm>
  64. <MtouchUseArmv7>false</MtouchUseArmv7>
  65. <MtouchUseThumb>false</MtouchUseThumb>
  66. <MtouchUseSGen>false</MtouchUseSGen>
  67. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  68. <MtouchArch>ARMv6</MtouchArch>
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  71. <DebugType>none</DebugType>
  72. <Optimize>false</Optimize>
  73. <OutputPath>bin\iPhone\Release</OutputPath>
  74. <ErrorReport>prompt</ErrorReport>
  75. <WarningLevel>4</WarningLevel>
  76. <MtouchDebug>False</MtouchDebug>
  77. <CodesignKey>iPhone Developer</CodesignKey>
  78. <DefineConstants>IPHONE</DefineConstants>
  79. <MtouchUseLlvm>false</MtouchUseLlvm>
  80. <MtouchUseArmv7>false</MtouchUseArmv7>
  81. <MtouchUseThumb>false</MtouchUseThumb>
  82. <MtouchUseSGen>false</MtouchUseSGen>
  83. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  84. <MtouchArch>ARMv6</MtouchArch>
  85. </PropertyGroup>
  86. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhone' ">
  87. <DebugType>none</DebugType>
  88. <Optimize>false</Optimize>
  89. <OutputPath>bin</OutputPath>
  90. <WarningLevel>4</WarningLevel>
  91. <MtouchDebug>False</MtouchDebug>
  92. <CodesignKey>iPhone Developer</CodesignKey>
  93. <MtouchI18n />
  94. <DefineConstants>IPHONE</DefineConstants>
  95. <MtouchUseLlvm>false</MtouchUseLlvm>
  96. <MtouchUseArmv7>false</MtouchUseArmv7>
  97. <MtouchUseThumb>false</MtouchUseThumb>
  98. <MtouchUseSGen>false</MtouchUseSGen>
  99. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  100. <MtouchArch>ARMv6</MtouchArch>
  101. </PropertyGroup>
  102. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhoneSimulator' ">
  103. <DebugType>none</DebugType>
  104. <Optimize>false</Optimize>
  105. <OutputPath>bin\Distribution</OutputPath>
  106. <WarningLevel>4</WarningLevel>
  107. <MtouchUseSGen>false</MtouchUseSGen>
  108. <MtouchDebug>False</MtouchDebug>
  109. <MtouchUseLlvm>false</MtouchUseLlvm>
  110. <MtouchUseThumb>false</MtouchUseThumb>
  111. <MtouchArch>ARMv6</MtouchArch>
  112. </PropertyGroup>
  113. <ItemGroup>
  114. <Reference Include="System" />
  115. <Reference Include="System.Xml" />
  116. <Reference Include="System.Core" />
  117. <Reference Include="monotouch" />
  118. <Reference Include="OpenTK" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Compile Include="Main.cs" />
  122. <Compile Include="ExplosionParticleSystem.cs" />
  123. <Compile Include="ExplosionSmokeParticleSystem.cs" />
  124. <Compile Include="Particle.cs" />
  125. <Compile Include="ParticleSampleGame.cs" />
  126. <Compile Include="ParticleSystem.cs" />
  127. <Compile Include="SmokePlumeParticleSystem.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\Arial.xnb" />
  138. <Content Include="Content\explosion.png" />
  139. <Content Include="Content\smoke.bmp" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <None Include="GameThumbnail.png" />
  143. <None Include="Info.plist" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  147. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  148. <Name>MonoGame.Framework.iOS</Name>
  149. </ProjectReference>
  150. </ItemGroup>
  151. </Project>