1
+ <?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 >{D0826E54-0983-48EC-B5D0-F19CFD66FADE}</ProjectGuid >
9
+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >System.Net.Mqtt</RootNamespace >
13
+ <AssemblyName >System.Net.Mqtt.Core.Android</AssemblyName >
14
+ <FileAlignment >512</FileAlignment >
15
+ <AndroidResgenFile >Resources\Resource.Designer.cs</AndroidResgenFile >
16
+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
17
+ <AndroidUseLatestPlatformSdk >False</AndroidUseLatestPlatformSdk >
18
+ <TargetFrameworkVersion >v5.1</TargetFrameworkVersion >
19
+ <NuGetPackageImportStamp >
20
+ </NuGetPackageImportStamp >
21
+ </PropertyGroup >
22
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
23
+ <DebugSymbols >true</DebugSymbols >
24
+ <DebugType >full</DebugType >
25
+ <Optimize >false</Optimize >
26
+ <OutputPath >bin\Debug\</OutputPath >
27
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
28
+ <ErrorReport >prompt</ErrorReport >
29
+ <WarningLevel >4</WarningLevel >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
+ <DebugType >pdbonly</DebugType >
33
+ <Optimize >true</Optimize >
34
+ <OutputPath >bin\Release\</OutputPath >
35
+ <DefineConstants >TRACE</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ </PropertyGroup >
39
+ <PropertyGroup >
40
+ <SignAssembly >true</SignAssembly >
41
+ </PropertyGroup >
42
+ <PropertyGroup >
43
+ <AssemblyOriginatorKeyFile >Hermes.snk</AssemblyOriginatorKeyFile >
44
+ </PropertyGroup >
45
+ <ItemGroup >
46
+ <None Include =" Hermes.snk" />
47
+ </ItemGroup >
48
+ <ItemGroup >
49
+ <Reference Include =" Mono.Android" />
50
+ <Reference Include =" mscorlib" />
51
+ <Reference Include =" System" />
52
+ <Reference Include =" System.Core" />
53
+ <Reference Include =" System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
54
+ <HintPath >..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath >
55
+ <Private >True</Private >
56
+ </Reference >
57
+ <Reference Include =" System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
58
+ <HintPath >..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath >
59
+ <Private >True</Private >
60
+ </Reference >
61
+ <Reference Include =" System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
62
+ <HintPath >..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath >
63
+ <Private >True</Private >
64
+ </Reference >
65
+ <Reference Include =" System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
66
+ <HintPath >..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath >
67
+ <Private >True</Private >
68
+ </Reference >
69
+ <Reference Include =" System.Xml.Linq" />
70
+ <Reference Include =" System.Xml" />
71
+ </ItemGroup >
72
+ <ItemGroup >
73
+ <Compile Include =" Resources\Resource.Designer.cs" />
74
+ <Compile Include =" Properties\AssemblyInfo.cs" />
75
+ <Compile Include =" TcpBinding.cs" />
76
+ <Compile Include =" TcpChannel.cs" />
77
+ <Compile Include =" TcpChannelFactory.cs" />
78
+ <Compile Include =" TcpChannelProvider.cs" />
79
+ </ItemGroup >
80
+ <ItemGroup >
81
+ <None Include =" packages.config" />
82
+ <None Include =" Resources\AboutResources.txt" />
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <AndroidResource Include =" Resources\Values\Strings.xml" />
86
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <ProjectReference Include =" ..\Core\Core.csproj" >
89
+ <Project >{6481b999-0479-4162-ac53-5936ce5fd8bf}</Project >
90
+ <Name >Core</Name >
91
+ </ProjectReference >
92
+ </ItemGroup >
93
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
94
+ <Import Project =" ..\packages\GitInfo.1.1.5\build\GitInfo.targets" Condition =" Exists('..\packages\GitInfo.1.1.5\build\GitInfo.targets')" />
95
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
96
+ <PropertyGroup >
97
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
98
+ </PropertyGroup >
99
+ <Error Condition =" !Exists('..\packages\GitInfo.1.1.5\build\GitInfo.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\GitInfo.1.1.5\build\GitInfo.targets'))" />
100
+ </Target >
101
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102
+ Other similar extension points exist, see Microsoft.Common.targets.
103
+ <Target Name="BeforeBuild">
104
+ </Target>
105
+ <Target Name="AfterBuild">
106
+ </Target>
107
+ -->
108
+ </Project >
0 commit comments