|
@@ -1,175 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
- <PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProjectGuid>{A312F64C-A5D4-4B28-A250-3A75CD5C4952}</ProjectGuid>
|
|
|
- <OutputType>Library</OutputType>
|
|
|
- <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
- <RootNamespace>nkast.Aether.Animation</RootNamespace>
|
|
|
- <AssemblyName>Aether.Animation</AssemblyName>
|
|
|
- <DefaultLanguage>en-US</DefaultLanguage>
|
|
|
- <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
|
|
- <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
|
|
|
- <TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
|
|
|
- <MinimumVisualStudioVersion>15</MinimumVisualStudioVersion>
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
- <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
- <RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>..\Artifacts\Debug\Libraries\uap\</OutputPath>
|
|
|
- <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <OutputPath>..\Artifacts\Release\Libraries\uap\</OutputPath>
|
|
|
- <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
|
- <PlatformTarget>ARM</PlatformTarget>
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <OutputPath>..\Artifacts\Debug\Libraries\uap\ARM\</OutputPath>
|
|
|
- <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
|
|
|
- <NoWarn>;2008</NoWarn>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <PlatformTarget>ARM</PlatformTarget>
|
|
|
- <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
|
|
- <PlatformTarget>ARM</PlatformTarget>
|
|
|
- <OutputPath>..\Artifacts\Release\Libraries\uap\ARM\</OutputPath>
|
|
|
- <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <NoWarn>;2008</NoWarn>
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <PlatformTarget>ARM</PlatformTarget>
|
|
|
- <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
- <PlatformTarget>x64</PlatformTarget>
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <OutputPath>..\Artifacts\Debug\Libraries\uap\x64\</OutputPath>
|
|
|
- <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
|
|
|
- <NoWarn>;2008</NoWarn>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <PlatformTarget>x64</PlatformTarget>
|
|
|
- <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
- <PlatformTarget>x64</PlatformTarget>
|
|
|
- <OutputPath>..\Artifacts\Release\Libraries\uap\x64\</OutputPath>
|
|
|
- <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <NoWarn>;2008</NoWarn>
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <PlatformTarget>x64</PlatformTarget>
|
|
|
- <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
- <PlatformTarget>x86</PlatformTarget>
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <OutputPath>..\Artifacts\Debug\Libraries\uap\x86\</OutputPath>
|
|
|
- <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
|
|
|
- <NoWarn>;2008</NoWarn>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <PlatformTarget>x86</PlatformTarget>
|
|
|
- <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
- <PlatformTarget>x86</PlatformTarget>
|
|
|
- <OutputPath>..\Artifacts\Release\Libraries\uap\x86\</OutputPath>
|
|
|
- <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <NoWarn>;2008</NoWarn>
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <PlatformTarget>x86</PlatformTarget>
|
|
|
- <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Animation\Animations.cs" />
|
|
|
- <Compile Include="Animation\Clip.cs" />
|
|
|
- <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.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.UAP.cs" />
|
|
|
- <Content Include="Properties\Aether.Animation.rd.xml" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
|
|
- <Version>6.2.14</Version>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="nkast.Xna.Framework.Content" Version="4.0.9001">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="nkast.Xna.Framework.Graphics" Version="4.0.9001">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="SharpDX" Version="4.0.1.0">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="SharpDX.Direct3D11" Version="4.0.1.0">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="SharpDX.DXGI" Version="4.0.1.0">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\Graphics\Aether.Graphics.csproj" />
|
|
|
- </ItemGroup>
|
|
|
- <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
|
- <VisualStudioVersion>14.0</VisualStudioVersion>
|
|
|
- </PropertyGroup>
|
|
|
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
|
-</Project>
|