Aether.Animation.NET4.DX.csproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. <DefineConstants>TRACE;DEBUG;WINDOWS MG MAPPEDMEM</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <Prefer32Bit>false</Prefer32Bit>
  21. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24. <DebugType>none</DebugType>
  25. <Optimize>true</Optimize>
  26. <OutputPath>..\Artifacts\Release\Libraries\net4.DX\</OutputPath>
  27. <DefineConstants>TRACE;WINDOWS MG MAPPEDMEM</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="mscorlib" />
  37. <PackageReference Include="MonoGame.Framework.Portable.9000" Version="3.8.9101">
  38. <PrivateAssets>all</PrivateAssets>
  39. <ExcludeAssets>runtime</ExcludeAssets>
  40. </PackageReference>
  41. <PackageReference Include="SharpDX" Version="4.0.1.0">
  42. <PrivateAssets>all</PrivateAssets>
  43. <ExcludeAssets>runtime</ExcludeAssets>
  44. </PackageReference>
  45. <PackageReference Include="SharpDX.Direct3D11" Version="4.0.1.0">
  46. <PrivateAssets>all</PrivateAssets>
  47. <ExcludeAssets>runtime</ExcludeAssets>
  48. </PackageReference>
  49. <PackageReference Include="SharpDX.DXGI" Version="4.0.1.0">
  50. <PrivateAssets>all</PrivateAssets>
  51. <ExcludeAssets>runtime</ExcludeAssets>
  52. </PackageReference>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Animation\Animations.cs" />
  56. <Compile Include="Animation\Clip.cs" />
  57. <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.cs" />
  58. <Compile Include="Animation\Extensions.cs" />
  59. <Compile Include="Animation\Keyframe.cs" />
  60. <Compile Include="ContentReaders\AnimationsReader.cs" />
  61. <Compile Include="ContentReaders\ClipReader.cs" />
  62. <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
  63. <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. </ItemGroup>
  68. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  69. </Project>