Particle3DSample.MacOS.csproj 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Xml" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Drawing" />
  38. <Reference Include="MonoMac" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <None Include="Info.plist">
  42. </None>
  43. <None Include="Content\Particle3DSampleContent.contentproj" />
  44. <None Include="Content\ParticleEffect.fx" />
  45. </ItemGroup>
  46. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  47. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  48. <ItemGroup>
  49. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  50. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  51. <Name>MonoGame.Framework.MacOS</Name>
  52. </ProjectReference>
  53. <ProjectReference Include="ParticleSettings\ParticleSettings.csproj">
  54. <Project>{3388FF68-6F15-4F36-B226-7823E5309E92}</Project>
  55. <Name>ParticleSettings</Name>
  56. </ProjectReference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Program.cs" />
  60. <Compile Include="Game.cs" />
  61. <Compile Include="ParticleEmitter.cs" />
  62. <Compile Include="ParticleSystem.cs" />
  63. <Compile Include="ParticleVertex.cs" />
  64. <Compile Include="Projectile.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Content Include="Content\font.xnb" />
  68. <Content Include="Content\ExplosionSettings.xml" />
  69. <Content Include="Content\ExplosionSmokeSettings.xml" />
  70. <Content Include="Content\FireSettings.xml" />
  71. <Content Include="Content\ProjectileTrailSettings.xml" />
  72. <Content Include="Content\SmokePlumeSettings.xml" />
  73. <Content Include="Content\checker.bmp" />
  74. <Content Include="Content\explosion.png" />
  75. <Content Include="Content\fire.png" />
  76. <Content Include="Content\font.spritefont" />
  77. <Content Include="Content\grid.x" />
  78. <Content Include="Content\smoke.png" />
  79. <Content Include="Game.ico" />
  80. <Content Include="Particle3DSample.png" />
  81. <Content Include="Content\Arial.xnb" />
  82. <Content Include="Content\ExplosionSettings.xnb" />
  83. <Content Include="Content\ParticleEffect.xnb" />
  84. <Content Include="Content\checker_0.xnb" />
  85. <Content Include="Content\ExplosionSmokeSettings.xnb" />
  86. <Content Include="Content\fire.xnb" />
  87. <Content Include="Content\FireSettings.xnb" />
  88. <Content Include="Content\grid.xnb" />
  89. <Content Include="Content\ProjectileTrailSettings.xnb" />
  90. <Content Include="Content\smoke.xnb" />
  91. <Content Include="Content\SmokePlumeSettings.xnb" />
  92. <Content Include="Content\explosion.xnb" />
  93. </ItemGroup>
  94. </Project>