PickingContent.contentproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>{02B8AE9F-0D1C-4C02-B0EE-6CC0FA5660FA}</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>PickingContent</RootNamespace>
  17. </PropertyGroup>
  18. <ItemGroup>
  19. <Compile Include="hudFont.spritefont">
  20. <Name>hudFont</Name>
  21. <Importer>FontDescriptionImporter</Importer>
  22. <Processor>FontDescriptionProcessor</Processor>
  23. </Compile>
  24. <Compile Include="Cats.FBX">
  25. <Name>Cats</Name>
  26. <Importer>FbxImporter</Importer>
  27. <Processor>ModelProcessor</Processor>
  28. </Compile>
  29. <Compile Include="Cylinder.fbx">
  30. <Name>Cylinder</Name>
  31. <Importer>FbxImporter</Importer>
  32. <Processor>ModelProcessor</Processor>
  33. </Compile>
  34. <Compile Include="P2Wedge.FBX">
  35. <Name>P2Wedge</Name>
  36. <Importer>FbxImporter</Importer>
  37. <Processor>ModelProcessor</Processor>
  38. </Compile>
  39. <Compile Include="Sphere.fbx">
  40. <Name>Sphere</Name>
  41. <Importer>FbxImporter</Importer>
  42. <Processor>ModelProcessor</Processor>
  43. </Compile>
  44. <Compile Include="table.FBX">
  45. <Name>table</Name>
  46. <Importer>FbxImporter</Importer>
  47. <Processor>ModelProcessor</Processor>
  48. </Compile>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="cursor.png">
  52. <Name>cursor</Name>
  53. <Importer>TextureImporter</Importer>
  54. <Processor>TextureProcessor</Processor>
  55. </Compile>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  59. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  60. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
  61. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  62. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  63. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  64. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  65. </ItemGroup>
  66. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  67. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  68. Other similar extension points exist, see Microsoft.Common.targets.
  69. <Target Name="BeforeBuild">
  70. </Target>
  71. <Target Name="AfterBuild">
  72. </Target>
  73. -->
  74. </Project>