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 >{D5E1D972-ADD9-44FD-9631-54BD4899C5BC}</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 >MopubVolleyBinding</RootNamespace >
14+ <AssemblyName >MopubVolleyBinding</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+ <None Include =" Jars\AboutJars.txt" />
50+ <None Include =" Additions\AboutAdditions.txt" />
51+ <LibraryProjectZip Include =" Jars\mopub-volley-release.aar" />
52+ </ItemGroup >
53+ <ItemGroup >
54+ <TransformFile Include =" Transforms\Metadata.xml" />
55+ <TransformFile Include =" Transforms\EnumFields.xml" />
56+ <TransformFile Include =" Transforms\EnumMethods.xml" />
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 >
0 commit comments