|
@@ -1,55 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
- <ProjectGuid>{11DC5896-8B7A-43ED-978C-45D0ECD4DD42}</ProjectGuid>
|
|
|
- <OutputType>Library</OutputType>
|
|
|
- <RootNamespace>nkast.Aether.Animation</RootNamespace>
|
|
|
- <AssemblyName>Aether.Animation</AssemblyName>
|
|
|
- <TargetFrameworkProfile>Profile328</TargetFrameworkProfile>
|
|
|
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
- <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>..\Artifacts\Debug\Libraries\Portable\</OutputPath>
|
|
|
- <DefineConstants>DEBUG;PORTABLE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <OutputPath>..\Artifacts\Release\Libraries\Portable\</OutputPath>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- <DefineConstants>PORTABLE</DefineConstants>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Animation\Animations.cs" />
|
|
|
- <Compile Include="Animation\Clip.cs" />
|
|
|
- <Compile Include="Animation\CpuAnimatedVertexBuffer.cs" />
|
|
|
- <Compile Include="Animation\Extensions.cs" />
|
|
|
- <Compile Include="Animation\Keyframe.cs" />
|
|
|
- <Compile Include="ContentReaders\AnimationsReader.cs" />
|
|
|
- <Compile Include="ContentReaders\ClipReader.cs" />
|
|
|
- <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
|
|
|
- <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Properties\AssemblyInfo.PORTABLE.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="MonoGame.Framework.Portable.9000" Version="3.8.9102">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
-</Project>
|