Statistiques
| Branche: | Révision:

teotestbluetooth / TestTeoBluetooth / TestTeoBluetooth.Android / TestXamConnections.Android.csproj @ d14bc0b1

Historique | Voir | Annoter | Télécharger (5,188 ko)

1 3c62e059 Martin Toutant
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProjectGuid>{A6E319ED-E59B-4FAA-A143-1E1E653FD0BC}</ProjectGuid>
7
    <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
8
    <TemplateGuid>{c9e5eea5-ca05-42a1-839b-61506e0a37df}</TemplateGuid>
9
    <OutputType>Library</OutputType>
10
    <RootNamespace>TestBLE.Droid</RootNamespace>
11
    <AssemblyName>TestBLE.Android</AssemblyName>
12
    <Deterministic>True</Deterministic>
13
    <AndroidApplication>True</AndroidApplication>
14
    <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
15
    <AndroidResgenClass>Resource</AndroidResgenClass>
16
    <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
17
    <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
18
    <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
19
    <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
20
    <TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
21
    <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
22
    <AndroidUseAapt2>true</AndroidUseAapt2>
23
    <AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
24
    <NuGetPackageImportStamp>
25
    </NuGetPackageImportStamp>
26
  </PropertyGroup>
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28
    <DebugSymbols>true</DebugSymbols>
29
    <DebugType>portable</DebugType>
30
    <Optimize>false</Optimize>
31
    <OutputPath>bin\Debug</OutputPath>
32
    <DefineConstants>DEBUG;</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
35
    <AndroidLinkMode>None</AndroidLinkMode>
36 d14bc0b1 Martin Toutant
    <AotAssemblies>false</AotAssemblies>
37
    <EnableLLVM>false</EnableLLVM>
38
    <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
39
    <BundleAssemblies>false</BundleAssemblies>
40 3c62e059 Martin Toutant
  </PropertyGroup>
41
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42
    <DebugSymbols>true</DebugSymbols>
43
    <DebugType>portable</DebugType>
44
    <Optimize>true</Optimize>
45
    <OutputPath>bin\Release</OutputPath>
46
    <ErrorReport>prompt</ErrorReport>
47
    <WarningLevel>4</WarningLevel>
48
    <AndroidManagedSymbols>true</AndroidManagedSymbols>
49
    <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
50
  </PropertyGroup>
51
  <ItemGroup>
52
    <Reference Include="Mono.Android" />
53
    <Reference Include="System" />
54
    <Reference Include="System.Core" />
55
    <Reference Include="System.Xml.Linq" />
56
    <Reference Include="System.Xml" />
57
    <Reference Include="System.Numerics" />
58
    <Reference Include="System.Numerics.Vectors" />
59
  </ItemGroup>
60
  <ItemGroup>
61 58c56df1 Martin Toutant
    <PackageReference Include="Xamarin.Forms" Version="5.0.0.2515" />
62
    <PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
63 3c62e059 Martin Toutant
  </ItemGroup>
64
  <ItemGroup>
65 91ef3e8c Martin Toutant
    <Compile Include="Connection\BluetoothConnectionService.cs" />
66 d14bc0b1 Martin Toutant
    <Compile Include="Helper\ConnectionServiceProvider.cs" />
67 91ef3e8c Martin Toutant
    <Compile Include="Connection\InternConnectionService.cs" />
68
    <Compile Include="Connection\WifiConnectionService.cs" />
69 3c62e059 Martin Toutant
    <Compile Include="MainActivity.cs" />
70
    <Compile Include="Receivers\BluetoothReceiver.cs" />
71
    <Compile Include="Resources\Resource.designer.cs" />
72
    <Compile Include="Properties\AssemblyInfo.cs" />
73
    <Compile Include="Services\BluetoothService.cs" />
74
    <Compile Include="Utils\TaskExtensions.cs" />
75
  </ItemGroup>
76
  <ItemGroup>
77
    <None Include="Resources\AboutResources.txt" />
78
    <None Include="Assets\AboutAssets.txt" />
79
    <None Include="Properties\AndroidManifest.xml" />
80
  </ItemGroup>
81
  <ItemGroup>
82
    <AndroidResource Include="Resources\values\styles.xml" />
83
    <AndroidResource Include="Resources\values\colors.xml" />
84
    <AndroidResource Include="Resources\mipmap-anydpi-v26\icon.xml" />
85
    <AndroidResource Include="Resources\mipmap-anydpi-v26\icon_round.xml" />
86
    <AndroidResource Include="Resources\mipmap-hdpi\icon.png" />
87
    <AndroidResource Include="Resources\mipmap-hdpi\launcher_foreground.png" />
88
    <AndroidResource Include="Resources\mipmap-mdpi\icon.png" />
89
    <AndroidResource Include="Resources\mipmap-mdpi\launcher_foreground.png" />
90
    <AndroidResource Include="Resources\mipmap-xhdpi\icon.png" />
91
    <AndroidResource Include="Resources\mipmap-xhdpi\launcher_foreground.png" />
92
    <AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" />
93
    <AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" />
94
    <AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
95
    <AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
96
  </ItemGroup>
97
  <ItemGroup>
98
    <Folder Include="Resources\drawable\" />
99
  </ItemGroup>
100
  <ItemGroup>
101 91ef3e8c Martin Toutant
    <ProjectReference Include="..\TestTeoBluetooth\TestXamConnections.csproj">
102 8c5a4681 Martin Toutant
      <Project>{5C87F357-DF5A-4AEC-9663-ED55C0E4904D}</Project>
103 91ef3e8c Martin Toutant
      <Name>TestXamConnections</Name>
104 3c62e059 Martin Toutant
    </ProjectReference>
105
  </ItemGroup>
106
  <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
107
</Project>