Aether.Animation.NET4.XNA.csproj 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{1BD2DBC0-D366-42F7-9369-F566CCD01C03}</ProjectGuid>
  5. <ProjectTypeGuids>{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>nkast.Aether.Animation</RootNamespace>
  11. <AssemblyName>Aether.Animation</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Windows</XnaPlatform>
  15. <XnaProfile>Reach</XnaProfile>
  16. <XnaCrossPlatformGroupID>55ac98f1-c123-4838-ac90-fb4285b12686</XnaCrossPlatformGroupID>
  17. <XnaOutputType>Library</XnaOutputType>
  18. <!--
  19. <XnaRefreshLevel>1</XnaRefreshLevel>
  20. -->
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>..\Artifacts\Debug\Libraries\net40.XNA\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <NoStdLib>true</NoStdLib>
  31. <UseVSHostingProcess>false</UseVSHostingProcess>
  32. <PlatformTarget>x86</PlatformTarget>
  33. <XnaCompressContent>false</XnaCompressContent>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  37. <DebugType>none</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>..\Artifacts\Release\Libraries\net40.XNA\</OutputPath>
  40. <DefineConstants>WINDOWS XNA</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoStdLib>true</NoStdLib>
  44. <UseVSHostingProcess>false</UseVSHostingProcess>
  45. <PlatformTarget>x86</PlatformTarget>
  46. <XnaCompressContent>true</XnaCompressContent>
  47. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="mscorlib" />
  51. <Reference Include="System" />
  52. <Reference Include="System.Core">
  53. <Private>False</Private>
  54. </Reference>
  55. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  56. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Animation\Animations.cs" />
  60. <Compile Include="Animation\Clip.cs" />
  61. <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.cs" />
  62. <Compile Include="Animation\Extensions.cs" />
  63. <Compile Include="Animation\Keyframe.cs" />
  64. <Compile Include="ContentReaders\AnimationsReader.cs" />
  65. <Compile Include="ContentReaders\ClipReader.cs" />
  66. <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
  67. <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ProjectReference Include="..\Graphics\Aether.Graphics.NET4.XNA.csproj" />
  74. </ItemGroup>
  75. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  76. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  77. </Project>