Aether.Animation.NET4.DX.csproj 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{57903A6B-1576-4361-8F03-1D5F038A782A}</ProjectGuid>
  5. <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <OutputType>Library</OutputType>
  7. <AppDesignerFolder>Properties</AppDesignerFolder>
  8. <RootNamespace>nkast.Aether.Animation</RootNamespace>
  9. <AssemblyName>Aether.Animation</AssemblyName>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>..\Artifacts\Debug\Libraries\net4.DX\</OutputPath>
  17. <BaseIntermediateOutputPath>obj\net4.DX\</BaseIntermediateOutputPath>
  18. <DefineConstants>TRACE;DEBUG;WINDOWS MG MAPPEDMEM</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <Prefer32Bit>false</Prefer32Bit>
  22. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>..\Artifacts\Release\Libraries\net4.DX\</OutputPath>
  28. <BaseIntermediateOutputPath>obj\net4.DX\</BaseIntermediateOutputPath>
  29. <DefineConstants>TRACE;WINDOWS MG MAPPEDMEM</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <Prefer32Bit>false</Prefer32Bit>
  33. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="mscorlib" />
  39. <PackageReference Include="nkast.Xna.Framework" Version="3.13.9001">
  40. <PrivateAssets>all</PrivateAssets>
  41. <ExcludeAssets>runtime</ExcludeAssets>
  42. </PackageReference>
  43. <PackageReference Include="nkast.Xna.Framework.Content" Version="3.13.9001">
  44. <PrivateAssets>all</PrivateAssets>
  45. <ExcludeAssets>runtime</ExcludeAssets>
  46. </PackageReference>
  47. <PackageReference Include="nkast.Xna.Framework.Graphics" Version="3.13.9001">
  48. <PrivateAssets>all</PrivateAssets>
  49. <ExcludeAssets>runtime</ExcludeAssets>
  50. </PackageReference>
  51. <PackageReference Include="SharpDX" Version="4.0.1.0">
  52. <PrivateAssets>all</PrivateAssets>
  53. <ExcludeAssets>runtime</ExcludeAssets>
  54. </PackageReference>
  55. <PackageReference Include="SharpDX.Direct3D11" Version="4.0.1.0">
  56. <PrivateAssets>all</PrivateAssets>
  57. <ExcludeAssets>runtime</ExcludeAssets>
  58. </PackageReference>
  59. <PackageReference Include="SharpDX.DXGI" Version="4.0.1.0">
  60. <PrivateAssets>all</PrivateAssets>
  61. <ExcludeAssets>runtime</ExcludeAssets>
  62. </PackageReference>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Animation\Animations.cs" />
  66. <Compile Include="Animation\Clip.cs" />
  67. <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.cs" />
  68. <Compile Include="Animation\Extensions.cs" />
  69. <Compile Include="Animation\Keyframe.cs" />
  70. <Compile Include="ContentReaders\AnimationsReader.cs" />
  71. <Compile Include="ContentReaders\ClipReader.cs" />
  72. <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
  73. <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  79. </Project>