CollisionContent.contentproj 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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>{B0F434AC-B060-4043-A7F9-86468A7E4D68}</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. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup>
  31. <RootNamespace>CollisionContent</RootNamespace>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Compile Include="Font.spritefont">
  35. <Name>Font</Name>
  36. <Importer>FontDescriptionImporter</Importer>
  37. <Processor>FontDescriptionProcessor</Processor>
  38. </Compile>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  42. <Visible>False</Visible>
  43. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  44. <Install>true</Install>
  45. </BootstrapperPackage>
  46. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  47. <Visible>False</Visible>
  48. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  49. <Install>false</Install>
  50. </BootstrapperPackage>
  51. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  52. <Visible>False</Visible>
  53. <ProductName>.NET Framework 3.5 SP1</ProductName>
  54. <Install>false</Install>
  55. </BootstrapperPackage>
  56. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  57. <Visible>False</Visible>
  58. <ProductName>Windows Installer 3.1</ProductName>
  59. <Install>true</Install>
  60. </BootstrapperPackage>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  64. </ItemGroup>
  65. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  66. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  67. Other similar extension points exist, see Microsoft.Common.targets.
  68. <Target Name="BeforeBuild">
  69. </Target>
  70. <Target Name="AfterBuild">
  71. </Target>
  72. -->
  73. </Project>