ObjectPlacementOnAvatarContent.contentproj 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>{53897950-7F8B-4171-93AD-2F5F2658E186}</ProjectGuid>
  5. <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">Xbox 360</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <PlatformTarget>x86</PlatformTarget>
  13. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  14. <ContentRootDirectory>Content</ContentRootDirectory>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
  32. <XnaPlatform>Xbox 360</XnaPlatform>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
  35. <XnaPlatform>Xbox 360</XnaPlatform>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  42. <Private>False</Private>
  43. </Reference>
  44. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  45. <Private>False</Private>
  46. </Reference>
  47. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  48. <Private>False</Private>
  49. </Reference>
  50. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  51. <Private>False</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  54. <Private>False</Private>
  55. </Reference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="baseballbat.fbx">
  59. <Name>baseballbat</Name>
  60. <Importer>FbxImporter</Importer>
  61. <Processor>ModelProcessor</Processor>
  62. </Compile>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  66. <Visible>False</Visible>
  67. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  68. <Install>true</Install>
  69. </BootstrapperPackage>
  70. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  71. <Visible>False</Visible>
  72. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  73. <Install>false</Install>
  74. </BootstrapperPackage>
  75. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  76. <Visible>False</Visible>
  77. <ProductName>.NET Framework 3.5 SP1</ProductName>
  78. <Install>false</Install>
  79. </BootstrapperPackage>
  80. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  81. <Visible>False</Visible>
  82. <ProductName>Windows Installer 3.1</ProductName>
  83. <Install>true</Install>
  84. </BootstrapperPackage>
  85. </ItemGroup>
  86. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. </Project>