Aether.Animation.MonoAndroid.csproj 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  5. <ProjectGuid>{1C84A04C-793A-469B-81A3-B5DC39117612}</ProjectGuid>
  6. <OutputType>Library</OutputType>
  7. <RootNamespace>nkast.Aether.Animation</RootNamespace>
  8. <AssemblyName>Aether.Animation</AssemblyName>
  9. <AndroidResgenClass>Resource</AndroidResgenClass>
  10. <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
  11. <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
  12. <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
  13. <TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\Artifacts\Debug\Libraries\MonoAndroid\</OutputPath>
  20. <BaseIntermediateOutputPath>obj\MonoAndroid\</BaseIntermediateOutputPath>
  21. <DefineConstants>DEBUG;ANDROID;MG</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <ConsolePause>false</ConsolePause>
  25. <AndroidLinkMode>None</AndroidLinkMode>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\Artifacts\Release\Libraries\MonoAndroid\</OutputPath>
  31. <BaseIntermediateOutputPath>obj\MonoAndroid\</BaseIntermediateOutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <ConsolePause>false</ConsolePause>
  35. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  36. <DefineConstants>ANDROID;MG</DefineConstants>
  37. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="Mono.Android" />
  43. <PackageReference Include="nkast.Xna.Framework" Version="3.9.9001">
  44. <PrivateAssets>all</PrivateAssets>
  45. <ExcludeAssets>runtime</ExcludeAssets>
  46. </PackageReference>
  47. <PackageReference Include="MonoGame.Framework.Android.9000" Version="3.9.9001">
  48. <PrivateAssets>all</PrivateAssets>
  49. <ExcludeAssets>runtime</ExcludeAssets>
  50. </PackageReference>
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Animation\Animations.cs" />
  54. <Compile Include="Animation\Clip.cs" />
  55. <Compile Include="Animation\CpuAnimatedVertexBuffer.Unsafe.cs" />
  56. <Compile Include="Animation\Extensions.cs" />
  57. <Compile Include="Animation\Keyframe.cs" />
  58. <Compile Include="ContentReaders\AnimationsReader.cs" />
  59. <Compile Include="ContentReaders\ClipReader.cs" />
  60. <Compile Include="ContentReaders\CpuAnimatedVertexBufferReader.cs" />
  61. <Compile Include="Graphics\VertexTypes\VertexIndicesWeightsPositionNormal.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  67. </Project>