12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{1230A19A-FA76-4D12-85E5-68A452315299}</ProjectGuid>
- <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Exe</OutputType>
- <RootNamespace>Particle3DSample</RootNamespace>
- <AssemblyName>Particle3DSample</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Drawing" />
- <Reference Include="MonoMac" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Info.plist">
- </None>
- <None Include="Content\Particle3DSampleContent.contentproj" />
- <None Include="Content\ParticleEffect.fx" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
- <ItemGroup>
- <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
- <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
- <Name>MonoGame.Framework.MacOS</Name>
- </ProjectReference>
- <ProjectReference Include="ParticleSettings\ParticleSettings.csproj">
- <Project>{3388FF68-6F15-4F36-B226-7823E5309E92}</Project>
- <Name>ParticleSettings</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="Game.cs" />
- <Compile Include="ParticleEmitter.cs" />
- <Compile Include="ParticleSystem.cs" />
- <Compile Include="ParticleVertex.cs" />
- <Compile Include="Projectile.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\font.xnb" />
- <Content Include="Content\ExplosionSettings.xml" />
- <Content Include="Content\ExplosionSmokeSettings.xml" />
- <Content Include="Content\FireSettings.xml" />
- <Content Include="Content\ProjectileTrailSettings.xml" />
- <Content Include="Content\SmokePlumeSettings.xml" />
- <Content Include="Content\checker.bmp" />
- <Content Include="Content\explosion.png" />
- <Content Include="Content\fire.png" />
- <Content Include="Content\font.spritefont" />
- <Content Include="Content\grid.x" />
- <Content Include="Content\smoke.png" />
- <Content Include="Game.ico" />
- <Content Include="Particle3DSample.png" />
- <Content Include="Content\Arial.xnb" />
- <Content Include="Content\ExplosionSettings.xnb" />
- <Content Include="Content\ParticleEffect.xnb" />
- <Content Include="Content\checker_0.xnb" />
- <Content Include="Content\ExplosionSmokeSettings.xnb" />
- <Content Include="Content\fire.xnb" />
- <Content Include="Content\FireSettings.xnb" />
- <Content Include="Content\grid.xnb" />
- <Content Include="Content\ProjectileTrailSettings.xnb" />
- <Content Include="Content\smoke.xnb" />
- <Content Include="Content\SmokePlumeSettings.xnb" />
- <Content Include="Content\explosion.xnb" />
- </ItemGroup>
- </Project>
|