AndroidYuvLibrary.csproj 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>{8CB11CAF-DA1A-4D85-81D2-93695BA8E18B}</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>AndroidYuvLibrary</RootNamespace>
  14. <AssemblyName>AndroidYuvLibrary</AssemblyName>
  15. <FileAlignment>512</FileAlignment>
  16. <Deterministic>True</Deterministic>
  17. <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
  18. <TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
  19. <AndroidClassParser>class-parse</AndroidClassParser>
  20. <AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
  21. <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>portable</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>portable</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Mono.Android" />
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Content Include="Additions\AboutAdditions.txt" />
  50. <Content Include="Jars\AboutJars.txt" />
  51. <TransformFile Include="Transforms\Metadata.xml" />
  52. <TransformFile Include="Transforms\EnumMethods.xml" />
  53. <TransformFile Include="Transforms\EnumFields.xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <LibraryProjectZip Include="Jars\libyuv-release.aar" />
  57. </ItemGroup>
  58. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
  59. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  60. Other similar extension points exist, see Microsoft.Common.targets.
  61. <Target Name="BeforeBuild">
  62. </Target>
  63. <Target Name="AfterBuild">
  64. </Target>
  65. -->
  66. </Project>