Aether.Animation.NET4.csproj 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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>{F08D6D4C-60FB-4543-8D81-594080EB8051}</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\</OutputPath>
  17. <BaseIntermediateOutputPath>obj\net4\</BaseIntermediateOutputPath>
  18. <DefineConstants>TRACE;DEBUG;WINDOWS MG</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\</OutputPath>
  28. <BaseIntermediateOutputPath>obj\net4\</BaseIntermediateOutputPath>
  29. <DefineConstants>TRACE;WINDOWS MG</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="MonoGame.Framework.Portable.9000" Version="3.8.9102">
  40. <PrivateAssets>all</PrivateAssets>
  41. <ExcludeAssets>runtime</ExcludeAssets>
  42. </PackageReference>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Animation\Animations.cs" />
  46. <Compile Include="Animation\Clip.cs" />
  47. <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.cs" />
  48. <Compile Include="Animation\Extensions.cs" />
  49. <Compile Include="Animation\Keyframe.cs" />
  50. <Compile Include="ContentReaders\AnimationsReader.cs" />
  51. <Compile Include="ContentReaders\ClipReader.cs" />
  52. <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
  53. <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. </ItemGroup>
  58. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  59. </Project>