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 >{900872E6-329C-4FAF-A35C-B11F452051E1}</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 >AndroidX.Work.Testing</RootNamespace >
14+ <AssemblyName >AndroidX.Work.Testing</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+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
25+ <DebugSymbols >true</DebugSymbols >
26+ <DebugType >portable</DebugType >
27+ <Optimize >false</Optimize >
28+ <OutputPath >bin\Debug\</OutputPath >
29+ <DefineConstants >DEBUG;TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ <DocumentationFile >bin\Debug\AndroidX.Work.Testing.xml</DocumentationFile >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
35+ <DebugType >portable</DebugType >
36+ <Optimize >true</Optimize >
37+ <OutputPath >bin\Release\</OutputPath >
38+ <DefineConstants >TRACE</DefineConstants >
39+ <ErrorReport >prompt</ErrorReport >
40+ <WarningLevel >4</WarningLevel >
41+ </PropertyGroup >
42+ <ItemGroup >
43+ <Reference Include =" Mono.Android" />
44+ <Reference Include =" System" />
45+ <Reference Include =" System.Core" />
46+ </ItemGroup >
47+ <ItemGroup >
48+ <Compile Include =" Properties\AssemblyInfo.cs" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <LibraryProjectZip Include =" Jars\work-testing-2.9.0.aar" />
52+ </ItemGroup >
53+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
54+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55+ Other similar extension points exist, see Microsoft.Common.targets.
56+ <Target Name="BeforeBuild">
57+ </Target>
58+ <Target Name="AfterBuild">
59+ </Target>
60+ -->
61+ </Project >
0 commit comments