SLMCContent.contentproj 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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>{99A5C5A9-03E3-41C6-A121-EF423F6CEB23}</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.SLMCContent</RootNamespace>
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  26. <Private>False</Private>
  27. </Reference>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Compile Include="font.spritefont">
  31. <Name>font</Name>
  32. <Importer>FontDescriptionImporter</Importer>
  33. <Processor>FontDescriptionProcessor</Processor>
  34. </Compile>
  35. </ItemGroup>
  36. <ItemGroup>
  37. <ProjectReference Include="..\..\Content.Pipeline\SLMCImporter\SLMCImporter.NET4.XNA.csproj">
  38. <Project>{497B1130-EB63-4057-BC40-F60D6FFA50CA}</Project>
  39. <Name>SLMCImporter.NET4.XNA</Name>
  40. </ProjectReference>
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="b_c0123.slmc">
  44. <Name>b_c0123</Name>
  45. <Processor>SLMCProcessor</Processor>
  46. <Importer>SLMCImporter</Importer>
  47. <ProcessorParameters_GenerateMipmaps>True</ProcessorParameters_GenerateMipmaps>
  48. <ProcessorParameters_TextureFormat>BGRA4444</ProcessorParameters_TextureFormat>
  49. </Compile>
  50. </ItemGroup>
  51. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  52. </Project>