Aether.Animation.DX.csproj 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="..\Package.props" />
  3. <PropertyGroup>
  4. <Version>1.6.0.0</Version>
  5. <AssemblyVersion>1.6.0.0</AssemblyVersion>
  6. <copyright>Copyright © Kastellanos Nikolaos 2011-2025</copyright>
  7. <PackageProjectUrl>https://nkast.github.io/Aether.Extras/wasm/Animation.html</PackageProjectUrl>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <ProjectGuid>{57903A6B-1576-4361-8F03-1D5F038A782A}</ProjectGuid>
  11. <EnableDefaultItems>false</EnableDefaultItems>
  12. <TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
  13. <OutputType>Library</OutputType>
  14. <RootNamespace>nkast.Aether.Animation</RootNamespace>
  15. <AssemblyName>Aether.Animation</AssemblyName>
  16. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  17. <OutputPath>..\Artifacts\$(Configuration)\Libraries\$(TargetFramework).DX\</OutputPath>
  18. <BaseIntermediateOutputPath>obj\$(TargetFramework).DX\</BaseIntermediateOutputPath>
  19. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  20. <DefineConstants>WINDOWS KNI MAPPEDMEM</DefineConstants>
  21. </PropertyGroup>
  22. <ItemGroup>
  23. <PackageReference Include="nkast.Xna.Framework" Version="4.2.9001" />
  24. <PackageReference Include="nkast.Xna.Framework.Content" Version="4.2.9001" />
  25. <PackageReference Include="nkast.Xna.Framework.Graphics" Version="4.2.9001" />
  26. <PackageReference Include="SharpDX" Version="4.0.1.0" />
  27. <PackageReference Include="SharpDX.Direct3D11" Version="4.0.1.0" />
  28. <PackageReference Include="SharpDX.DXGI" Version="4.0.1.0" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Compile Include="Animation\Animations.cs" />
  32. <Compile Include="Animation\Clip.cs" />
  33. <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.cs" />
  34. <Compile Include="Animation\Extensions.cs" />
  35. <Compile Include="Animation\Keyframe.cs" />
  36. <Compile Include="ContentReaders\AnimationsReader.cs" />
  37. <Compile Include="ContentReaders\ClipReader.cs" />
  38. <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
  39. <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ProjectReference Include="..\Graphics\Aether.Graphics.csproj" />
  43. </ItemGroup>
  44. </Project>