You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MQTTnet.UniversalWindows.csproj 8.9 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{BD60C727-D8E8-40C3-B8E3-C95A864AE611}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MQTTnet</RootNamespace>
  11. <AssemblyName>MQTTnet</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.15063.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <NoWarn>CS1591</NoWarn>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <NoWarn>CS1591</NoWarn>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  43. <PlatformTarget>x86</PlatformTarget>
  44. <DebugSymbols>true</DebugSymbols>
  45. <OutputPath>bin\x86\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  47. <NoWarn>;2008,CS1591</NoWarn>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <UseVSHostingProcess>false</UseVSHostingProcess>
  51. <ErrorReport>prompt</ErrorReport>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  54. <PlatformTarget>x86</PlatformTarget>
  55. <OutputPath>bin\x86\Release\</OutputPath>
  56. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  57. <Optimize>true</Optimize>
  58. <NoWarn>;2008,CS1591</NoWarn>
  59. <DebugType>pdbonly</DebugType>
  60. <PlatformTarget>x86</PlatformTarget>
  61. <UseVSHostingProcess>false</UseVSHostingProcess>
  62. <ErrorReport>prompt</ErrorReport>
  63. <DocumentationFile>bin\x86\Release\MQTTnet.XML</DocumentationFile>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  66. <PlatformTarget>ARM</PlatformTarget>
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>bin\ARM\Debug\</OutputPath>
  69. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  70. <NoWarn>;2008,CS1591</NoWarn>
  71. <DebugType>full</DebugType>
  72. <PlatformTarget>ARM</PlatformTarget>
  73. <UseVSHostingProcess>false</UseVSHostingProcess>
  74. <ErrorReport>prompt</ErrorReport>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  77. <PlatformTarget>ARM</PlatformTarget>
  78. <OutputPath>bin\ARM\Release\</OutputPath>
  79. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  80. <Optimize>true</Optimize>
  81. <NoWarn>;2008,CS1591</NoWarn>
  82. <DebugType>pdbonly</DebugType>
  83. <PlatformTarget>ARM</PlatformTarget>
  84. <UseVSHostingProcess>false</UseVSHostingProcess>
  85. <ErrorReport>prompt</ErrorReport>
  86. <DocumentationFile>bin\ARM\Release\MQTTnet.XML</DocumentationFile>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  89. <PlatformTarget>x64</PlatformTarget>
  90. <DebugSymbols>true</DebugSymbols>
  91. <OutputPath>bin\x64\Debug\</OutputPath>
  92. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  93. <NoWarn>;2008,CS1591</NoWarn>
  94. <DebugType>full</DebugType>
  95. <PlatformTarget>x64</PlatformTarget>
  96. <UseVSHostingProcess>false</UseVSHostingProcess>
  97. <ErrorReport>prompt</ErrorReport>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  100. <PlatformTarget>x64</PlatformTarget>
  101. <OutputPath>bin\x64\Release\</OutputPath>
  102. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  103. <Optimize>true</Optimize>
  104. <NoWarn>;2008,CS1591</NoWarn>
  105. <DebugType>pdbonly</DebugType>
  106. <PlatformTarget>x64</PlatformTarget>
  107. <UseVSHostingProcess>false</UseVSHostingProcess>
  108. <ErrorReport>prompt</ErrorReport>
  109. <GenerateLibraryLayout>false</GenerateLibraryLayout>
  110. <DocumentationFile>bin\x64\Release\MQTTnet.XML</DocumentationFile>
  111. </PropertyGroup>
  112. <ItemGroup>
  113. <Compile Include="MqttClientFactory.cs" />
  114. <Compile Include="Implementations\MqttServerAdapter.cs" />
  115. <Compile Include="MqttServerFactory.cs" />
  116. <Compile Include="Implementations\MqttTcpChannel.cs" />
  117. <Compile Include="Properties\AssemblyInfo.cs" />
  118. <EmbeddedResource Include="Properties\MQTTnet.Universal.rd.xml" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ProjectReference Include="..\..\MQTTnet.Core\MQTTnet.Core.csproj">
  122. <Project>{2ecb99e4-72d0-4c23-99ba-93d511d3967d}</Project>
  123. <Name>MQTTnet.Core</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
  128. <Version>5.3.3</Version>
  129. </PackageReference>
  130. </ItemGroup>
  131. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  132. <VisualStudioVersion>14.0</VisualStudioVersion>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|AnyCPU'">
  135. <OutputPath>bin\Any CPU\</OutputPath>
  136. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  137. <Optimize>true</Optimize>
  138. <NoStdLib>true</NoStdLib>
  139. <DebugType>pdbonly</DebugType>
  140. <PlatformTarget>AnyCPU</PlatformTarget>
  141. <UseVSHostingProcess>false</UseVSHostingProcess>
  142. <ErrorReport>prompt</ErrorReport>
  143. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x86'">
  146. <OutputPath>bin\x86\Any CPU\</OutputPath>
  147. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  148. <DocumentationFile>bin\x86\Release\MQTTnet.XML</DocumentationFile>
  149. <Optimize>true</Optimize>
  150. <NoWarn>;2008</NoWarn>
  151. <NoStdLib>true</NoStdLib>
  152. <DebugType>pdbonly</DebugType>
  153. <PlatformTarget>x86</PlatformTarget>
  154. <UseVSHostingProcess>false</UseVSHostingProcess>
  155. <ErrorReport>prompt</ErrorReport>
  156. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|ARM'">
  159. <OutputPath>bin\ARM\Any CPU\</OutputPath>
  160. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  161. <DocumentationFile>bin\ARM\Release\MQTTnet.XML</DocumentationFile>
  162. <Optimize>true</Optimize>
  163. <NoWarn>;2008</NoWarn>
  164. <NoStdLib>true</NoStdLib>
  165. <DebugType>pdbonly</DebugType>
  166. <PlatformTarget>ARM</PlatformTarget>
  167. <UseVSHostingProcess>false</UseVSHostingProcess>
  168. <ErrorReport>prompt</ErrorReport>
  169. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  170. </PropertyGroup>
  171. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x64'">
  172. <OutputPath>bin\x64\Any CPU\</OutputPath>
  173. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  174. <DocumentationFile>bin\x64\Release\MQTTnet.XML</DocumentationFile>
  175. <Optimize>true</Optimize>
  176. <NoWarn>;2008</NoWarn>
  177. <NoStdLib>true</NoStdLib>
  178. <DebugType>pdbonly</DebugType>
  179. <PlatformTarget>x64</PlatformTarget>
  180. <UseVSHostingProcess>false</UseVSHostingProcess>
  181. <ErrorReport>prompt</ErrorReport>
  182. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  183. </PropertyGroup>
  184. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  185. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  186. Other similar extension points exist, see Microsoft.Common.targets.
  187. <Target Name="BeforeBuild">
  188. </Target>
  189. <Target Name="AfterBuild">
  190. </Target>
  191. -->
  192. </Project>