TilemapContent.contentproj 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. <ProjectGuid>{CC95FC77-31DC-4120-895C-4764ED092F4E}</ProjectGuid>
  5. <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  13. <ContentRootDirectory>Content</ContentRootDirectory>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  16. <PlatformTarget>x86</PlatformTarget>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  19. <PlatformTarget>x86</PlatformTarget>
  20. </PropertyGroup>
  21. <PropertyGroup>
  22. <RootNamespace>Samples.AtlasContent</RootNamespace>
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  26. <Private>False</Private>
  27. </Reference>
  28. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  29. <Private>False</Private>
  30. </Reference>
  31. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  32. <Private>False</Private>
  33. </Reference>
  34. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  35. <Private>False</Private>
  36. </Reference>
  37. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  38. <Private>False</Private>
  39. </Reference>
  40. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  41. <Private>False</Private>
  42. </Reference>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="font.spritefont">
  46. <Name>font</Name>
  47. <Importer>FontDescriptionImporter</Importer>
  48. <Processor>FontDescriptionProcessor</Processor>
  49. </Compile>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <ProjectReference Include="..\..\Content.Pipeline\AtlasImporter\AtlasImporter.NET4.XNA.csproj">
  53. <Project>{90E6017D-198B-4470-BF9B-8B8791C295CC}</Project>
  54. <Name>AtlasImporter.NET4.XNA</Name>
  55. </ProjectReference>
  56. <ProjectReference Include="..\..\Content.Pipeline\TilemapImporters\TilemapImporter.NET4.XNA.csproj">
  57. <Project>{B5FAF2D1-7164-4956-9474-0F4B19706DE8}</Project>
  58. <Name>TilemapImporter.NET4.XNA</Name>
  59. </ProjectReference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="tilemapMipmap.tmx">
  63. <Name>tilemapMipmap</Name>
  64. <Importer>TilemapImporter</Importer>
  65. <Processor>TilemapProcessor</Processor>
  66. <ProcessorParameters_ColorKeyEnabled>False</ProcessorParameters_ColorKeyEnabled>
  67. <ProcessorParameters_GenerateMipmaps>True</ProcessorParameters_GenerateMipmaps>
  68. <ProcessorParameters_MipmapsPerSprite>False</ProcessorParameters_MipmapsPerSprite>
  69. </Compile>
  70. <Compile Include="tilemapMipmapPerSprite.tmx">
  71. <Name>tilemapMipmapPerSprite</Name>
  72. <Importer>TilemapImporter</Importer>
  73. <Processor>TilemapProcessor</Processor>
  74. <ProcessorParameters_ColorKeyEnabled>False</ProcessorParameters_ColorKeyEnabled>
  75. <ProcessorParameters_GenerateMipmaps>True</ProcessorParameters_GenerateMipmaps>
  76. </Compile>
  77. <Compile Include="tilemapNoMipmap.tmx">
  78. <Name>tilemapNoMipmap</Name>
  79. <Importer>TilemapImporter</Importer>
  80. <Processor>TilemapProcessor</Processor>
  81. <ProcessorParameters_ColorKeyEnabled>False</ProcessorParameters_ColorKeyEnabled>
  82. <ProcessorParameters_MipmapsPerSprite>False</ProcessorParameters_MipmapsPerSprite>
  83. </Compile>
  84. </ItemGroup>
  85. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  86. </Project>