2
0

Particle3DSample.MacOS.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1230A19A-FA76-4D12-85E5-68A452315299}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>Particle3DSample</RootNamespace>
  12. <AssemblyName>Particle3DSample</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>True</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>False</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG;MONOMAC</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>False</ConsolePause>
  23. <EnableCodeSigning>False</EnableCodeSigning>
  24. <CreatePackage>False</CreatePackage>
  25. <EnablePackageSigning>False</EnablePackageSigning>
  26. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  27. <UseSGen>False</UseSGen>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>False</Optimize>
  32. <OutputPath>bin\Release</OutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <ConsolePause>False</ConsolePause>
  36. <EnableCodeSigning>False</EnableCodeSigning>
  37. <CreatePackage>False</CreatePackage>
  38. <EnablePackageSigning>False</EnablePackageSigning>
  39. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  40. <UseSGen>False</UseSGen>
  41. <DefineConstants>MONOMAC</DefineConstants>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="System" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="MonoMac" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <None Include="Info.plist">
  53. </None>
  54. <None Include="Content\Particle3DSampleContent.contentproj" />
  55. <None Include="Content\ParticleEffect.fx" />
  56. </ItemGroup>
  57. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  58. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  59. <ItemGroup>
  60. <ProjectReference Include="ParticleSettings\ParticleSettings.csproj">
  61. <Project>{3388FF68-6F15-4F36-B226-7823E5309E92}</Project>
  62. <Name>ParticleSettings</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  65. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  66. <Name>MonoGame.Framework.MacOS</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  69. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  70. <Name>Lidgren.Network.MacOS</Name>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="Program.cs" />
  75. <Compile Include="Game.cs" />
  76. <Compile Include="ParticleEmitter.cs" />
  77. <Compile Include="ParticleSystem.cs" />
  78. <Compile Include="ParticleVertex.cs" />
  79. <Compile Include="Projectile.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="Content\font.xnb">
  83. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  84. </Content>
  85. <Content Include="Content\ExplosionSettings.xml" />
  86. <Content Include="Content\ExplosionSmokeSettings.xml" />
  87. <Content Include="Content\FireSettings.xml" />
  88. <Content Include="Content\ProjectileTrailSettings.xml" />
  89. <Content Include="Content\SmokePlumeSettings.xml" />
  90. <Content Include="Content\checker.bmp" />
  91. <Content Include="Content\explosion.png" />
  92. <Content Include="Content\fire.png" />
  93. <Content Include="Content\font.spritefont" />
  94. <Content Include="Content\grid.x" />
  95. <Content Include="Content\smoke.png" />
  96. <Content Include="Game.ico" />
  97. <Content Include="Particle3DSample.png" />
  98. <Content Include="Content\Arial.xnb">
  99. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  100. </Content>
  101. <Content Include="Content\ExplosionSettings.xnb">
  102. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  103. </Content>
  104. <Content Include="Content\checker_0.xnb">
  105. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  106. </Content>
  107. <Content Include="Content\ExplosionSmokeSettings.xnb">
  108. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  109. </Content>
  110. <Content Include="Content\fire.xnb">
  111. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  112. </Content>
  113. <Content Include="Content\FireSettings.xnb">
  114. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  115. </Content>
  116. <Content Include="Content\grid.xnb">
  117. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  118. </Content>
  119. <Content Include="Content\ProjectileTrailSettings.xnb">
  120. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  121. </Content>
  122. <Content Include="Content\smoke.xnb">
  123. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  124. </Content>
  125. <Content Include="Content\SmokePlumeSettings.xnb">
  126. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  127. </Content>
  128. <Content Include="Content\explosion.xnb">
  129. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  130. </Content>
  131. <Content Include="..\CompiledContent\OSX\Content\Effects\ParticleEffect.xnb">
  132. <Link>Content\ParticleEffect.xnb</Link>
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </Content>
  135. </ItemGroup>
  136. </Project>