-
Notifications
You must be signed in to change notification settings - Fork 11
/
scan.csproj
108 lines (108 loc) · 4.91 KB
/
scan.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
<?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>{55D07ACB-CD7F-4DC3-8C46-CEE6B4B6EFE5}</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.Scan</RootNamespace>
<AssemblyName>Huawei.Hms.Scan</AssemblyName>
<FileAlignment>512</FileAlignment>
<Deterministic>True</Deterministic>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
<AndroidClassParser>class-parse</AndroidClassParser>
<AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<JavaDocPaths>JavaDocs/scan-1.2.2.300-javadoc</JavaDocPaths>
</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>
<PlatformTarget>x86</PlatformTarget>
</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="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>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
<ItemGroup>
<TransformFile Include="Transforms\Metadata.Namespaces.xml" />
</ItemGroup>
<ItemGroup>
<LibraryProjectZip Include="..\..\externals\scan.aar" Link="Jars\%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\agconnect-core\agconnect-core.csproj">
<Project>{dc61b5ff-1065-4c4b-878d-b0f05fee296f}</Project>
<Name>agconnect-core</Name>
</ProjectReference>
<ProjectReference Include="..\dynamic-api\dynamic-api.csproj">
<Project>{e625aec1-8c02-4bff-ae5e-c7491585e8ad}</Project>
<Name>dynamic-api</Name>
</ProjectReference>
<ProjectReference Include="..\ml-computer-agc-inner\ml-computer-agc-inner.csproj">
<Project>{1e8bc727-d3f1-47cc-bd87-a55e5ea09181}</Project>
<Name>ml-computer-agc-inner</Name>
</ProjectReference>
<ProjectReference Include="..\ml-computer-camera-inner\ml-computer-camera-inner.csproj">
<Project>{452c14bd-32ea-4a1e-89ac-325bc64ee03c}</Project>
<Name>ml-computer-camera-inner</Name>
</ProjectReference>
<ProjectReference Include="..\ml-computer-commonutils-inner\ml-computer-commonutils-inner.csproj">
<Project>{089d0689-1d91-45d1-a365-7134e0c1f275}</Project>
<Name>ml-computer-commonutils-inner</Name>
</ProjectReference>
<ProjectReference Include="..\ml-computer-ha-inner\ml-computer-ha-inner.csproj">
<Project>{62309115-04a2-483c-8362-9466eb584b3d}</Project>
<Name>ml-computer-ha-inner</Name>
</ProjectReference>
<ProjectReference Include="..\ml-computer-sdkbase-inner\ml-computer-sdkbase-inner.csproj">
<Project>{a7b0f912-c655-46e8-89c0-bef403dc64b8}</Project>
<Name>ml-computer-sdkbase-inner</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="..\tasks\tasks.csproj">
<Project>{422129cc-0712-4dd5-9f39-6de8d64b52a2}</Project>
<Name>tasks</Name>
</ProjectReference>
</ItemGroup>
</Project>