-
Notifications
You must be signed in to change notification settings - Fork 11
/
awareness.csproj
123 lines (123 loc) · 5.14 KB
/
awareness.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
<?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>{DC628D9E-D98D-48C8-B8FA-C3A4179D52EA}</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>Huawei.Hms.Awareness</RootNamespace>
<AssemblyName>Huawei.Hms.Awareness</AssemblyName>
<FileAlignment>512</FileAlignment>
<Deterministic>True</Deterministic>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
<AndroidClassParser>class-parse</AndroidClassParser>
<AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<LangVersion>8</LangVersion>
</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' ">
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="Additions\Additionals.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Jars\AboutJars.txt" />
<None Include="Additions\AboutAdditions.txt" />
</ItemGroup>
<ItemGroup>
<TransformFile Include="Transforms\Metadata.xml" />
<TransformFile Include="Transforms\EnumFields.xml" />
<TransformFile Include="Transforms\EnumMethods.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\agconnect-core\agconnect-core.csproj">
<Project>{dc61b5ff-1065-4c4b-878d-b0f05fee296f}</Project>
<Name>agconnect-core</Name>
</ProjectReference>
<ProjectReference Include="..\awareness-common\awareness-common.csproj">
<Project>{f57832da-b400-4c68-b5ff-dc4871498fcd}</Project>
<Name>awareness-common</Name>
</ProjectReference>
<ProjectReference Include="..\base\base.csproj">
<Name>base</Name>
</ProjectReference>
<ProjectReference Include="..\device\device.csproj">
<Project>{735d9f1e-a2cf-466b-98a1-1722d7fa2898}</Project>
<Name>device</Name>
</ProjectReference>
<ProjectReference Include="..\log\log.csproj">
<Project>{90cdea4a-d708-4f14-b975-07918c77806a}</Project>
<Name>log</Name>
</ProjectReference>
<ProjectReference Include="..\network-common\network-common.csproj">
<Project>{756cf6a2-4055-464d-b9b1-35faf5eef6d8}</Project>
<Name>network-common</Name>
</ProjectReference>
<ProjectReference Include="..\network-grs\network-grs.csproj">
<Project>{0f4eaa93-9d3a-4050-8470-3391cba73937}</Project>
<Name>network-grs</Name>
</ProjectReference>
<ProjectReference Include="..\stats\stats.csproj">
<Project>{12fabbc8-59ed-4794-8c49-be6fcab9e367}</Project>
<Name>stats</Name>
</ProjectReference>
<ProjectReference Include="..\tasks\tasks.csproj">
<Project>{422129cc-0712-4dd5-9f39-6de8d64b52a2}</Project>
<Name>tasks</Name>
</ProjectReference>
<ProjectReference Include="..\ui\ui.csproj">
<Project>{bf819fd6-efa7-4e2a-8e42-80bdaf850748}</Project>
<Name>ui</Name>
</ProjectReference>
<ProjectReference Include="..\update\update.csproj">
<Project>{acfcf020-3e94-4930-862e-93f3afc33c36}</Project>
<Name>update</Name>
</ProjectReference>
</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>
-->
<ItemGroup>
<TransformFile Include="Transforms\Metadata.Namespaces.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.Annotation">
<Version>1.1.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<LibraryProjectZip Include="..\..\externals\awareness.aar" Link="Jars\%(Filename)%(Extension)" />
</ItemGroup>
</Project>