SkinnedModelWindows.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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>{0D41E29B-829F-4255-BCA5-64DC2677DA6D}</ProjectGuid>
  5. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{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. <RootNamespace>SkinnedModel</RootNamespace>
  11. <AssemblyName>SkinnedModel</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Windows</XnaPlatform>
  14. <XnaCrossPlatformGroupID>caec8833-9565-4431-9a10-761f0db53497</XnaCrossPlatformGroupID>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <XnaUpgrade>
  18. </XnaUpgrade>
  19. <XnaOutputType>Library</XnaOutputType>
  20. <XnaProfile>HiDef</XnaProfile>
  21. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <OldToolsVersion>3.5</OldToolsVersion>
  25. <UpgradeBackupLocation />
  26. <PublishUrl>publish\</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Disk</InstallFrom>
  29. <UpdateEnabled>false</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <ApplicationRevision>0</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\x86\Debug</OutputPath>
  46. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <NoStdLib>true</NoStdLib>
  50. <UseVSHostingProcess>false</UseVSHostingProcess>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <XnaCompressContent>false</XnaCompressContent>
  53. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\x86\Release</OutputPath>
  59. <DefineConstants>TRACE%3bWINDOWS</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <NoStdLib>true</NoStdLib>
  63. <UseVSHostingProcess>false</UseVSHostingProcess>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <XnaCompressContent>True</XnaCompressContent>
  66. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
  69. <DebugSymbols>true</DebugSymbols>
  70. <DebugType>full</DebugType>
  71. <Optimize>false</Optimize>
  72. <OutputPath>bin\Xbox 360\Debug</OutputPath>
  73. <DefineConstants>DEBUG;TRACE</DefineConstants>
  74. <ErrorReport>prompt</ErrorReport>
  75. <WarningLevel>4</WarningLevel>
  76. <NoStdLib>true</NoStdLib>
  77. <UseVSHostingProcess>false</UseVSHostingProcess>
  78. <PlatformTarget>x86</PlatformTarget>
  79. <XnaCompressContent>True</XnaCompressContent>
  80. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  81. </PropertyGroup>
  82. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
  83. <DebugType>pdbonly</DebugType>
  84. <Optimize>true</Optimize>
  85. <OutputPath>bin\Xbox 360\Release</OutputPath>
  86. <DefineConstants>TRACE</DefineConstants>
  87. <ErrorReport>prompt</ErrorReport>
  88. <WarningLevel>4</WarningLevel>
  89. <NoStdLib>true</NoStdLib>
  90. <UseVSHostingProcess>false</UseVSHostingProcess>
  91. <PlatformTarget>x86</PlatformTarget>
  92. <XnaCompressContent>True</XnaCompressContent>
  93. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  94. </PropertyGroup>
  95. <ItemGroup>
  96. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  97. <Private>False</Private>
  98. </Reference>
  99. <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  100. <Private>False</Private>
  101. </Reference>
  102. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  103. <Private>False</Private>
  104. </Reference>
  105. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  106. <Private>False</Private>
  107. </Reference>
  108. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  109. <Private>False</Private>
  110. </Reference>
  111. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  112. <Private>False</Private>
  113. </Reference>
  114. <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  115. <Private>False</Private>
  116. </Reference>
  117. <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  118. <Private>False</Private>
  119. </Reference>
  120. <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  121. <Private>False</Private>
  122. </Reference>
  123. <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  124. <Private>False</Private>
  125. </Reference>
  126. <Reference Include="mscorlib">
  127. <Private>False</Private>
  128. </Reference>
  129. <Reference Include="System">
  130. <Private>False</Private>
  131. </Reference>
  132. <Reference Include="System.Xml.Linq">
  133. <Private>False</Private>
  134. </Reference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Compile Include="AnimationClip.cs" />
  138. <Compile Include="AnimationPlayer.cs" />
  139. <Compile Include="Keyframe.cs" />
  140. <Compile Include="Properties\AssemblyInfo.cs" />
  141. <Compile Include="SkinnedSphere.cs" />
  142. <Compile Include="SkinningData.cs" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  146. <Visible>False</Visible>
  147. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  148. <Install>false</Install>
  149. </BootstrapperPackage>
  150. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  151. <Visible>False</Visible>
  152. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  153. <Install>true</Install>
  154. </BootstrapperPackage>
  155. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  156. <Visible>False</Visible>
  157. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  158. <Install>false</Install>
  159. </BootstrapperPackage>
  160. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  161. <Visible>False</Visible>
  162. <ProductName>.NET Framework 3.5</ProductName>
  163. <Install>false</Install>
  164. </BootstrapperPackage>
  165. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  166. <Visible>False</Visible>
  167. <ProductName>.NET Framework 3.5 SP1</ProductName>
  168. <Install>false</Install>
  169. </BootstrapperPackage>
  170. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  171. <Visible>False</Visible>
  172. <ProductName>Windows Installer 3.1</ProductName>
  173. <Install>true</Install>
  174. </BootstrapperPackage>
  175. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
  176. <Visible>False</Visible>
  177. <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
  178. <Install>true</Install>
  179. </BootstrapperPackage>
  180. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  181. <Visible>False</Visible>
  182. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  183. <Install>true</Install>
  184. </BootstrapperPackage>
  185. </ItemGroup>
  186. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  187. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  188. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  189. Other similar extension points exist, see Microsoft.Common.targets.
  190. <Target Name="BeforeBuild">
  191. </Target>
  192. <Target Name="AfterBuild">
  193. </Target>
  194. -->
  195. </Project>