CustomAvatarAnimationSampleContent.contentproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>{454724BA-C8BC-440A-94E8-754F23316A1C}</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. <ProjectReference Include="..\..\CustomAvatarAnimationPipeline\CustomAvatarAnimationPipeline.csproj">
  59. <Project>{A6D980EB-170D-4302-97C2-19693FC7B63A}</Project>
  60. <Name>CustomAvatarAnimationPipeline</Name>
  61. </ProjectReference>
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="ground.x">
  65. <Name>ground</Name>
  66. <Importer>XImporter</Importer>
  67. <Processor>ModelProcessor</Processor>
  68. <ProcessorParameters_Scale>0.4</ProcessorParameters_Scale>
  69. </Compile>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="Faint.fbx">
  73. <Name>Faint</Name>
  74. <Importer>FbxImporter</Importer>
  75. <Processor>CustomAvatarAnimationProcessor</Processor>
  76. </Compile>
  77. <Compile Include="Jump.fbx">
  78. <Name>Jump</Name>
  79. <Importer>FbxImporter</Importer>
  80. <Processor>CustomAvatarAnimationProcessor</Processor>
  81. <ProcessorParameters_ExpressionFile>JumpExpression.txt</ProcessorParameters_ExpressionFile>
  82. </Compile>
  83. <Compile Include="Kick.fbx">
  84. <Name>Kick</Name>
  85. <Importer>FbxImporter</Importer>
  86. <Processor>CustomAvatarAnimationProcessor</Processor>
  87. </Compile>
  88. <Compile Include="Punch.fbx">
  89. <Name>Punch</Name>
  90. <Importer>FbxImporter</Importer>
  91. <Processor>CustomAvatarAnimationProcessor</Processor>
  92. </Compile>
  93. <Compile Include="walk.fbx">
  94. <Name>walk</Name>
  95. <Importer>FbxImporter</Importer>
  96. <Processor>CustomAvatarAnimationProcessor</Processor>
  97. <ProcessorParameters_ExpressionFile>WalkExpression.txt</ProcessorParameters_ExpressionFile>
  98. </Compile>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  102. <Visible>False</Visible>
  103. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  104. <Install>true</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  107. <Visible>False</Visible>
  108. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  109. <Install>false</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5 SP1</ProductName>
  114. <Install>false</Install>
  115. </BootstrapperPackage>
  116. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  117. <Visible>False</Visible>
  118. <ProductName>Windows Installer 3.1</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. </ItemGroup>
  122. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>