123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{EF8F598D-9F68-44B1-9DD1-BEF79E088CF9}</ProjectGuid>
- <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>XnaGraphicsDemo</RootNamespace>
- <AssemblyName>XnaGraphicsDemo</AssemblyName>
- <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
- <XnaPlatform>Windows</XnaPlatform>
- <XnaProfile>Reach</XnaProfile>
- <XnaCrossPlatformGroupID>2c0a54c1-9a32-4765-8a0a-c9dd328bf889</XnaCrossPlatformGroupID>
- <XnaOutputType>Game</XnaOutputType>
- <ApplicationIcon>Game.ico</ApplicationIcon>
- <Thumbnail>GameThumbnail.png</Thumbnail>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <OutputPath>bin\x86\Debug</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <NoStdLib>True</NoStdLib>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>False</Optimize>
- <DefineConstants>DEBUG;TRACE;MONOMAC</DefineConstants>
- <XnaCompressContent>false</XnaCompressContent>
- <EnableCodeSigning>False</EnableCodeSigning>
- <CreatePackage>False</CreatePackage>
- <EnablePackageSigning>False</EnablePackageSigning>
- <IncludeMonoRuntime>False</IncludeMonoRuntime>
- <UseSGen>False</UseSGen>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <OutputPath>bin\x86\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <NoStdLib>True</NoStdLib>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>True</Optimize>
- <DefineConstants>TRACE;MONOMAC</DefineConstants>
- <XnaCompressContent>true</XnaCompressContent>
- <EnableCodeSigning>False</EnableCodeSigning>
- <CreatePackage>False</CreatePackage>
- <EnablePackageSigning>False</EnablePackageSigning>
- <IncludeMonoRuntime>False</IncludeMonoRuntime>
- <UseSGen>False</UseSGen>
- </PropertyGroup>
- <ItemGroup>
- <None Include="Info.plist" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AlphaDemo.cs" />
- <Compile Include="BasicDemo.cs" />
- <Compile Include="DualDemo.cs" />
- <Compile Include="EnvmapDemo.cs" />
- <Compile Include="MenuComponent.cs" />
- <Compile Include="MenuEntry.cs" />
- <Compile Include="ParticleDemo.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SkinnedDemo.cs" />
- <Compile Include="Sky.cs" />
- <Compile Include="Tank.cs" />
- <Compile Include="TitleMenu.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="DemoGame.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\BigFont.xnb" />
- <Content Include="Content\background.xnb" />
- <Content Include="Content\cat.xnb" />
- <Content Include="Content\checker_0.xnb" />
- <Content Include="Content\dude.xnb" />
- <Content Include="Content\engine_diff_tex_0.xnb" />
- <Content Include="Content\font.xnb" />
- <Content Include="Content\grass1_0.xnb" />
- <Content Include="Content\grid.xnb" />
- <Content Include="Content\head_0.xnb" />
- <Content Include="Content\jacket_0.xnb" />
- <Content Include="Content\lightmap_0.xnb" />
- <Content Include="Content\model.xnb" />
- <Content Include="Content\pants_0.xnb" />
- <Content Include="Content\saucer.xnb" />
- <Content Include="Content\saucer_texture_0.xnb" />
- <Content Include="Content\seattle_0.xnb" />
- <Content Include="Content\sky.xnb" />
- <Content Include="Content\tank.xnb" />
- <Content Include="Content\tile1_0.xnb" />
- <Content Include="Content\turret_alt_diff_tex_0.xnb" />
- <Content Include="Content\upBodyC_0.xnb" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="MonoMac, Version=0.0.0.0, Culture=neutral">
- <Private>False</Private>
- </Reference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
- <!--
- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ItemGroup>
- <ProjectReference Include="..\ReachGraphicsDemoDataTypes\ReachGraphicsDemoDataTypes.MacOS.csproj">
- <Project>{24A0BCFD-3B8C-4AC3-AE75-E50D2F7B8C79}</Project>
- <Name>ReachGraphicsDemoDataTypes.MacOS</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
- <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
- <Name>MonoGame.Framework.MacOS</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
- <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
- <Name>Lidgren.Network.MacOS</Name>
- </ProjectReference>
- </ItemGroup>
- </Project>
|