Aether.Animation.W10.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A312F64C-A5D4-4B28-A250-3A75CD5C4952}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>tainicom.Aether.Animation</RootNamespace>
  11. <AssemblyName>Aether.Animation</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\bin\Debug\W10\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>none</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>..\bin\Release\W10\</OutputPath>
  37. <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  44. <PlatformTarget>ARM</PlatformTarget>
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>..\bin\Debug\W10\ARM\</OutputPath>
  47. <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
  48. <NoWarn>;2008</NoWarn>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>ARM</PlatformTarget>
  51. <UseVSHostingProcess>false</UseVSHostingProcess>
  52. <ErrorReport>prompt</ErrorReport>
  53. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  54. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  57. <PlatformTarget>ARM</PlatformTarget>
  58. <OutputPath>..\bin\Release\W10\ARM\</OutputPath>
  59. <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
  60. <Optimize>true</Optimize>
  61. <NoWarn>;2008</NoWarn>
  62. <DebugType>none</DebugType>
  63. <PlatformTarget>ARM</PlatformTarget>
  64. <UseVSHostingProcess>false</UseVSHostingProcess>
  65. <ErrorReport>prompt</ErrorReport>
  66. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  67. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  70. <PlatformTarget>x64</PlatformTarget>
  71. <DebugSymbols>true</DebugSymbols>
  72. <OutputPath>..\bin\Debug\W10\x64\</OutputPath>
  73. <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
  74. <NoWarn>;2008</NoWarn>
  75. <DebugType>full</DebugType>
  76. <PlatformTarget>x64</PlatformTarget>
  77. <UseVSHostingProcess>false</UseVSHostingProcess>
  78. <ErrorReport>prompt</ErrorReport>
  79. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  80. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  83. <PlatformTarget>x64</PlatformTarget>
  84. <OutputPath>..\bin\Release\W10\x64\</OutputPath>
  85. <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
  86. <Optimize>true</Optimize>
  87. <NoWarn>;2008</NoWarn>
  88. <DebugType>none</DebugType>
  89. <PlatformTarget>x64</PlatformTarget>
  90. <UseVSHostingProcess>false</UseVSHostingProcess>
  91. <ErrorReport>prompt</ErrorReport>
  92. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  93. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  96. <PlatformTarget>x86</PlatformTarget>
  97. <DebugSymbols>true</DebugSymbols>
  98. <OutputPath>..\bin\Debug\W10\x86\</OutputPath>
  99. <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
  100. <NoWarn>;2008</NoWarn>
  101. <DebugType>full</DebugType>
  102. <PlatformTarget>x86</PlatformTarget>
  103. <UseVSHostingProcess>false</UseVSHostingProcess>
  104. <ErrorReport>prompt</ErrorReport>
  105. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  106. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  109. <PlatformTarget>x86</PlatformTarget>
  110. <OutputPath>..\bin\Release\W10\x86\</OutputPath>
  111. <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
  112. <Optimize>true</Optimize>
  113. <NoWarn>;2008</NoWarn>
  114. <DebugType>none</DebugType>
  115. <PlatformTarget>x86</PlatformTarget>
  116. <UseVSHostingProcess>false</UseVSHostingProcess>
  117. <ErrorReport>prompt</ErrorReport>
  118. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  119. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  120. </PropertyGroup>
  121. <ItemGroup>
  122. <Compile Include="Animation\Animations.cs" />
  123. <Compile Include="Animation\Clip.cs" />
  124. <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.cs" />
  125. <Compile Include="Animation\Extensions.cs" />
  126. <Compile Include="Animation\Keyframe.cs" />
  127. <Compile Include="ContentReaders\AnimationsReader.cs" />
  128. <Compile Include="ContentReaders\ClipReader.cs" />
  129. <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
  130. <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="Properties\AssemblyInfo.W10.cs" />
  134. <Content Include="Properties\Aether.Animation.rd.xml" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="Aether.Animation.W10.project.json" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Reference Include="MonoGame.Framework">
  141. <HintPath>..\packages\MonoGame.Framework.Portable.3.2.99.1-Beta\lib\portable-net40+sl40+win+wp80\MonoGame.Framework.dll</HintPath>
  142. <Private>False</Private>
  143. </Reference>
  144. <Reference Include="SharpDX">
  145. <HintPath>$(MSBuildExtensionsPath)\..\MonoGame\v3.0\Assemblies\WindowsUniversal\SharpDX.dll</HintPath>
  146. <Private>False</Private>
  147. </Reference>
  148. <Reference Include="SharpDX.Direct3D11">
  149. <HintPath>$(MSBuildExtensionsPath)\..\MonoGame\v3.0\Assemblies\WindowsUniversal\SharpDX.Direct3D11.dll</HintPath>
  150. <Private>False</Private>
  151. </Reference>
  152. </ItemGroup>
  153. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  154. <VisualStudioVersion>14.0</VisualStudioVersion>
  155. </PropertyGroup>
  156. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  157. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  158. Other similar extension points exist, see Microsoft.Common.targets.
  159. <Target Name="BeforeBuild">
  160. </Target>
  161. <Target Name="AfterBuild">
  162. </Target>
  163. -->
  164. </Project>