teotestbluetooth / TestXamConnections / TestXamConnections.Android / TestXamConnections.Android.csproj @ master
Historique | Voir | Annoter | Télécharger (5,338 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 | 340558f2 | martin.toutant | <Compile Include="Helper\ConnexionServiceFournisseur.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 | 1fd64302 | Martin Toutant | <Compile Include="Receivers\IntentReceiver.cs" /> |
72 | 3c62e059 | Martin Toutant | <Compile Include="Resources\Resource.designer.cs" /> |
73 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
74 | <Compile Include="Services\BluetoothService.cs" /> |
||
75 | <Compile Include="Utils\TaskExtensions.cs" /> |
||
76 | </ItemGroup> |
||
77 | <ItemGroup> |
||
78 | <None Include="Resources\AboutResources.txt" /> |
||
79 | <None Include="Assets\AboutAssets.txt" /> |
||
80 | <None Include="Properties\AndroidManifest.xml" /> |
||
81 | </ItemGroup> |
||
82 | <ItemGroup> |
||
83 | <AndroidResource Include="Resources\values\styles.xml" /> |
||
84 | <AndroidResource Include="Resources\values\colors.xml" /> |
||
85 | <AndroidResource Include="Resources\mipmap-anydpi-v26\icon.xml" /> |
||
86 | <AndroidResource Include="Resources\mipmap-anydpi-v26\icon_round.xml" /> |
||
87 | <AndroidResource Include="Resources\mipmap-hdpi\icon.png" /> |
||
88 | <AndroidResource Include="Resources\mipmap-hdpi\launcher_foreground.png" /> |
||
89 | <AndroidResource Include="Resources\mipmap-mdpi\icon.png" /> |
||
90 | <AndroidResource Include="Resources\mipmap-mdpi\launcher_foreground.png" /> |
||
91 | <AndroidResource Include="Resources\mipmap-xhdpi\icon.png" /> |
||
92 | <AndroidResource Include="Resources\mipmap-xhdpi\launcher_foreground.png" /> |
||
93 | <AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" /> |
||
94 | <AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" /> |
||
95 | <AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" /> |
||
96 | <AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" /> |
||
97 | </ItemGroup> |
||
98 | <ItemGroup> |
||
99 | <Folder Include="Resources\drawable\" /> |
||
100 | </ItemGroup> |
||
101 | <ItemGroup> |
||
102 | 68bc0eea | Martin Toutant | <ProjectReference Include="..\TestXamConnections\TestXamConnections.csproj"> |
103 | 8c5a4681 | Martin Toutant | <Project>{5C87F357-DF5A-4AEC-9663-ED55C0E4904D}</Project> |
104 | 91ef3e8c | Martin Toutant | <Name>TestXamConnections</Name> |
105 | 3c62e059 | Martin Toutant | </ProjectReference> |
106 | </ItemGroup> |
||
107 | 1fd64302 | Martin Toutant | <ItemGroup> |
108 | <AndroidResource Include="Resources\mipmap-hdpi\myicon.png" /> |
||
109 | </ItemGroup> |
||
110 | 3c62e059 | Martin Toutant | <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> |
111 | </Project> |