-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathExponeaSDK.Android.csproj
124 lines (124 loc) · 5.37 KB
/
ExponeaSDK.Android.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{90E57E8F-3D14-458D-957A-02F7E3C1460D}</ProjectGuid>
<ProjectTypeGuids>{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TemplateGuid>{77efb91c-a7e9-4b0e-a7c5-31eeec3c6d46}</TemplateGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ExponeaSDK.Android</RootNamespace>
<AssemblyName>ExponeaSDK.Android</AssemblyName>
<FileAlignment>512</FileAlignment>
<Deterministic>True</Deterministic>
<TargetFrameworkVersion>v13.0</TargetFrameworkVersion>
<AndroidClassParser>class-parse</AndroidClassParser>
<AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<PackOnBuild>true</PackOnBuild>
<PackageId>ExponeaSDK.Android</PackageId>
<PackageVersion>3.6.2.4</PackageVersion>
<Authors>Exponea</Authors>
<Copyright>Exponea</Copyright>
<Owners>Exponea</Owners>
<Title>ExponeaSDK.Android</Title>
<Description>Binding library for Exponea Android SDK</Description>
<ReleaseVersion>3.6.2.4</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<Summary>Binding library for Exponea Android SDK</Summary>
<PackageLicenseUrl>https://spdx.org/licenses/MIT</PackageLicenseUrl>
<PackageIconUrl>https://media-exp1.licdn.com/dms/image/C560BAQG46ev9qjCTbQ/company-logo_200_200/0/1631723320052?e=2159024400&v=beta&t=ZgeKC90wtfA47irF7Ds8Bs59WPIjMvi1VH1HWsJNqUQ</PackageIconUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType></DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Additions\ExponeaCallback.cs" />
<Compile Include="Additions\Exponea.cs" />
<Compile Include="Additions\CustomerRecommendationOptions.cs" />
<Compile Include="Additions\PurchasedItem.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Jars\AboutJars.txt" />
<None Include="Additions\AboutAdditions.txt" />
</ItemGroup>
<ItemGroup>
<TransformFile Include="Transforms\Metadata.xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedReferenceJar Include="Jars\gson-extras-0.2.2.jar" />
<EmbeddedReferenceJar Include="Jars\jsoup-1.15.1.jar" />
<EmbeddedReferenceJar Include="Jars\jsr305-3.0.2.jar" />
<EmbeddedReferenceJar Include="Jars\okhttp-brotli-4.9.1.jar" />
<EmbeddedReferenceJar Include="Jars\dec-0.1.2.jar" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.ConstraintLayout">
<Version>2.0.4</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Work.Runtime">
<Version>2.7.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Build.Packaging">
<Version>0.2.2</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="ExponeaSDK.Android.PaperDB">
<Version>0.1.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Room.Runtime">
<Version>2.3.0.4</Version>
</PackageReference>
<PackageReference Include="Square.OkHttp3.LoggingInterceptor">
<Version>4.4.1</Version>
</PackageReference>
<PackageReference Include="Square.OkHttp3">
<Version>4.9.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.KotlinX.Coroutines.Android">
<Version>1.5.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Kotlin.StdLib">
<Version>1.5.0.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.Android.Google.Code.Gson">
<Version>2.8.8</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<LibraryProjectZip Include="Jars\sdk-3.6.1.aar" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>