AndroidLibyuv.csproj 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7BFBFE2B-6A0E-48F6-855D-8A7F9A4462CD}</ProjectGuid>
  9. <ProjectTypeGuids>{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <TemplateGuid>{77efb91c-a7e9-4b0e-a7c5-31eeec3c6d46}</TemplateGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>AndroidLibyuv</RootNamespace>
  14. <AssemblyName>AndroidLibyuv</AssemblyName>
  15. <FileAlignment>512</FileAlignment>
  16. <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
  17. <TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
  18. <AndroidClassParser>class-parse</AndroidClassParser>
  19. <AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
  20. <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>portable</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>portable</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Mono.Android" />
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Properties\AssemblyInfo.cs" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <None Include="Jars\AboutJars.txt" />
  49. <None Include="Additions\AboutAdditions.txt" />
  50. <LibraryProjectZip Include="Jars\libyuv-release.aar" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <TransformFile Include="Transforms\Metadata.xml" />
  54. <TransformFile Include="Transforms\EnumFields.xml" />
  55. <TransformFile Include="Transforms\EnumMethods.xml" />
  56. </ItemGroup>
  57. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
  58. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  59. Other similar extension points exist, see Microsoft.Common.targets.
  60. <Target Name="BeforeBuild">
  61. </Target>
  62. <Target Name="AfterBuild">
  63. </Target>
  64. -->
  65. </Project>