Aether.Animation.W8_1.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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. <ProductVersion>8.0.30703</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{AEE9C708-BDBD-4E8B-B85F-2DB9FA717436}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>tainicom.Aether.Animation</RootNamespace>
  13. <AssemblyName>Aether.Animation</AssemblyName>
  14. <DefaultLanguage>en-US</DefaultLanguage>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  18. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  19. <TargetFrameworkVersion />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\bin\Debug\W8_1\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;W8_1 MAPPEDMEM</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\bin\Release\W8_1\</OutputPath>
  35. <DefineConstants>TRACE;W8_1 MAPPEDMEM</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Compile Include="Animation\Animations.cs" />
  42. <Compile Include="Animation\Clip.cs" />
  43. <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.cs" />
  44. <Compile Include="Animation\Extensions.cs" />
  45. <Compile Include="Animation\Keyframe.cs" />
  46. <Compile Include="ContentReaders\AnimationsReader.cs" />
  47. <Compile Include="ContentReaders\ClipReader.cs" />
  48. <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
  49. <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Reference Include="MonoGame.Framework">
  56. <HintPath>..\packages\MonoGame.Framework.Portable.9000.3.8.9008\lib\portable-net40+sl5+win8+wpa81+wp8\MonoGame.Framework.dll</HintPath>
  57. <Private>False</Private>
  58. </Reference>
  59. <Reference Include="SharpDX">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>$(MSBuildExtensionsPath)\..\MonoGame\v3.0\Assemblies\Windows8\SharpDX.dll</HintPath>
  62. <Private>False</Private>
  63. </Reference>
  64. <Reference Include="SharpDX.Direct3D11">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>$(MSBuildExtensionsPath)\..\MonoGame\v3.0\Assemblies\Windows8\SharpDX.Direct3D11.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. </ItemGroup>
  70. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  71. <VisualStudioVersion>12.0</VisualStudioVersion>
  72. </PropertyGroup>
  73. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  74. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  75. Other similar extension points exist, see Microsoft.Common.targets.
  76. <Target Name="BeforeBuild">
  77. </Target>
  78. <Target Name="AfterBuild">
  79. </Target>
  80. -->
  81. </Project>