ParticleSampleContent.contentproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectGuid>{6C9B8779-C25D-4FAA-8C32-F67CAE41648D}</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>
  16. <RootNamespace>ParticleSampleContent</RootNamespace>
  17. </PropertyGroup>
  18. <ItemGroup>
  19. <Compile Include="explosion.png">
  20. <Name>explosion</Name>
  21. <Importer>TextureImporter</Importer>
  22. <Processor>TextureProcessor</Processor>
  23. </Compile>
  24. <Compile Include="smoke.bmp">
  25. <Name>smoke</Name>
  26. <Importer>TextureImporter</Importer>
  27. <Processor>TextureProcessor</Processor>
  28. </Compile>
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Compile Include="font.spritefont">
  32. <Name>font</Name>
  33. <Importer>FontDescriptionImporter</Importer>
  34. <Processor>FontDescriptionProcessor</Processor>
  35. </Compile>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  39. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  40. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
  41. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  42. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  43. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  44. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  45. </ItemGroup>
  46. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  47. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  48. Other similar extension points exist, see Microsoft.Common.targets.
  49. <Target Name="BeforeBuild">
  50. </Target>
  51. <Target Name="AfterBuild">
  52. </Target>
  53. -->
  54. </Project>