12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{4CA82D0E-2414-460C-9A70-2DA3C3AF96B6}</ProjectGuid>
- <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
- <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
- <ContentRootDirectory>Content</ContentRootDirectory>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup>
- <RootNamespace>Samples.AtlasContent</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
- <Private>False</Private>
- </Reference>
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
- <Private>False</Private>
- </Reference>
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
- <Private>False</Private>
- </Reference>
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
- <Private>False</Private>
- </Reference>
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
- <Private>False</Private>
- </Reference>
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
- <Private>False</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="font.spritefont">
- <Name>font</Name>
- <Importer>FontDescriptionImporter</Importer>
- <Processor>FontDescriptionProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Content.Pipeline\AtlasImporter\AtlasImporter.NET4.XNA.csproj">
- <Project>{90E6017D-198B-4470-BF9B-8B8791C295CC}</Project>
- <Name>AtlasImporter.NET4.XNA</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="atlasMipmap.tmx">
- <Name>atlasMipmap</Name>
- <Processor>AtlasProcessor</Processor>
- <Importer>AtlasImporter</Importer>
- <ProcessorParameters_ColorKeyEnabled>False</ProcessorParameters_ColorKeyEnabled>
- <ProcessorParameters_GenerateMipmaps>True</ProcessorParameters_GenerateMipmaps>
- <ProcessorParameters_MipmapsPerSprite>False</ProcessorParameters_MipmapsPerSprite>
- </Compile>
- <Compile Include="atlasMipmapPerSprite.tmx">
- <Name>atlasMipmapPerSprite</Name>
- <Importer>AtlasImporter</Importer>
- <Processor>AtlasProcessor</Processor>
- <ProcessorParameters_ColorKeyEnabled>False</ProcessorParameters_ColorKeyEnabled>
- <ProcessorParameters_GenerateMipmaps>True</ProcessorParameters_GenerateMipmaps>
- </Compile>
- <Compile Include="AtlasNoMipmap.tmx">
- <Name>AtlasNoMipmap</Name>
- <Importer>AtlasImporter</Importer>
- <Processor>AtlasProcessor</Processor>
- <ProcessorParameters_ColorKeyEnabled>False</ProcessorParameters_ColorKeyEnabled>
- <ProcessorParameters_MipmapsPerSprite>False</ProcessorParameters_MipmapsPerSprite>
- </Compile>
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
- </Project>
|