xamarin / SicpaXamDevice / trunk / Sicpa.Xam.Device.Droid / Sicpa.Xam.Device.Droid.csproj @ 5
Historique | Voir | Annoter | Télécharger (3,665 ko)
1 | 4 | jfbompa | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <PropertyGroup> |
||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
6 | <ProductVersion>8.0.30703</ProductVersion> |
||
7 | <SchemaVersion>2.0</SchemaVersion> |
||
8 | <ProjectGuid>{E0AE11E3-939D-49D0-9A39-CE8EDD3876DA}</ProjectGuid> |
||
9 | <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
||
10 | <TemplateGuid>{9ef11e43-1701-4396-8835-8392d57abb70}</TemplateGuid> |
||
11 | <OutputType>Library</OutputType> |
||
12 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
13 | <RootNamespace>Sicpa.Xam.Device.Droid</RootNamespace> |
||
14 | <AssemblyName>Sicpa.Xam.Device.Droid</AssemblyName> |
||
15 | <FileAlignment>512</FileAlignment> |
||
16 | <Deterministic>True</Deterministic> |
||
17 | <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile> |
||
18 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
||
19 | <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> |
||
20 | <TargetFrameworkVersion>v11.0</TargetFrameworkVersion> |
||
21 | <AndroidUseAapt2>true</AndroidUseAapt2> |
||
22 | </PropertyGroup> |
||
23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
24 | <DebugSymbols>true</DebugSymbols> |
||
25 | <DebugType>portable</DebugType> |
||
26 | <Optimize>false</Optimize> |
||
27 | <OutputPath>bin\Debug\</OutputPath> |
||
28 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
29 | <ErrorReport>prompt</ErrorReport> |
||
30 | <WarningLevel>4</WarningLevel> |
||
31 | <DocumentationFile>bin\Debug\Sicpa.Xam.Device.Droid.xml</DocumentationFile> |
||
32 | </PropertyGroup> |
||
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
34 | <DebugType>portable</DebugType> |
||
35 | <Optimize>true</Optimize> |
||
36 | <OutputPath>bin\Release\</OutputPath> |
||
37 | <DefineConstants>TRACE</DefineConstants> |
||
38 | <ErrorReport>prompt</ErrorReport> |
||
39 | <WarningLevel>4</WarningLevel> |
||
40 | </PropertyGroup> |
||
41 | <ItemGroup> |
||
42 | <Reference Include="Microsoft.CSharp" /> |
||
43 | <Reference Include="Mono.Android" /> |
||
44 | <Reference Include="mscorlib" /> |
||
45 | <Reference Include="System" /> |
||
46 | <Reference Include="System.Core" /> |
||
47 | <Reference Include="System.Xml.Linq" /> |
||
48 | <Reference Include="System.Xml" /> |
||
49 | </ItemGroup> |
||
50 | <ItemGroup> |
||
51 | <Compile Include="Resources\Resource.designer.cs" /> |
||
52 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
53 | <Compile Include="Rfid\Agrident\AgridentConstantes.cs" /> |
||
54 | <Compile Include="Rfid\Agrident\AgridentLecteur.cs" /> |
||
55 | <Compile Include="Rfid\Agrident\AgridentReceiver.cs" /> |
||
56 | </ItemGroup> |
||
57 | <ItemGroup> |
||
58 | <None Include="Resources\AboutResources.txt" /> |
||
59 | </ItemGroup> |
||
60 | <ItemGroup> |
||
61 | <PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.2.0.5" /> |
||
62 | </ItemGroup> |
||
63 | <ItemGroup> |
||
64 | <AndroidResource Include="Resources\values\strings.xml" /> |
||
65 | </ItemGroup> |
||
66 | <ItemGroup> |
||
67 | <Folder Include="Resources\drawable\" /> |
||
68 | </ItemGroup> |
||
69 | <ItemGroup> |
||
70 | <ProjectReference Include="..\Sicpa.Xam.Device.Forms\Sicpa.Xam.Device.Forms.csproj"> |
||
71 | <Project>{34B246EE-F25D-4067-84C9-0CCDD970254E}</Project> |
||
72 | <Name>Sicpa.Xam.Device.Forms</Name> |
||
73 | </ProjectReference> |
||
74 | </ItemGroup> |
||
75 | <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> |
||
76 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
77 | Other similar extension points exist, see Microsoft.Common.targets. |
||
78 | <Target Name="BeforeBuild"> |
||
79 | </Target> |
||
80 | <Target Name="AfterBuild"> |
||
81 | </Target> |
||
82 | --> |
||
83 | </Project> |