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 9.0 KiB

7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
7 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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="Implementations\MqttWebSocketChannel.cs" />
  114. <Compile Include="MqttClientFactory.cs" />
  115. <Compile Include="Implementations\MqttServerAdapter.cs" />
  116. <Compile Include="MqttServerFactory.cs" />
  117. <Compile Include="Implementations\MqttTcpChannel.cs" />
  118. <Compile Include="Properties\AssemblyInfo.cs" />
  119. <EmbeddedResource Include="Properties\MQTTnet.Universal.rd.xml" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\..\MQTTnet.Core\MQTTnet.Core.csproj">
  123. <Project>{2ecb99e4-72d0-4c23-99ba-93d511d3967d}</Project>
  124. <Name>MQTTnet.Core</Name>
  125. </ProjectReference>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
  129. <Version>5.3.3</Version>
  130. </PackageReference>
  131. </ItemGroup>
  132. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  133. <VisualStudioVersion>14.0</VisualStudioVersion>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|AnyCPU'">
  136. <OutputPath>bin\Any CPU\</OutputPath>
  137. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  138. <Optimize>true</Optimize>
  139. <NoStdLib>true</NoStdLib>
  140. <DebugType>pdbonly</DebugType>
  141. <PlatformTarget>AnyCPU</PlatformTarget>
  142. <UseVSHostingProcess>false</UseVSHostingProcess>
  143. <ErrorReport>prompt</ErrorReport>
  144. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x86'">
  147. <OutputPath>bin\x86\Any CPU\</OutputPath>
  148. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  149. <DocumentationFile>bin\x86\Release\MQTTnet.XML</DocumentationFile>
  150. <Optimize>true</Optimize>
  151. <NoWarn>;2008</NoWarn>
  152. <NoStdLib>true</NoStdLib>
  153. <DebugType>pdbonly</DebugType>
  154. <PlatformTarget>x86</PlatformTarget>
  155. <UseVSHostingProcess>false</UseVSHostingProcess>
  156. <ErrorReport>prompt</ErrorReport>
  157. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  158. </PropertyGroup>
  159. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|ARM'">
  160. <OutputPath>bin\ARM\Any CPU\</OutputPath>
  161. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  162. <DocumentationFile>bin\ARM\Release\MQTTnet.XML</DocumentationFile>
  163. <Optimize>true</Optimize>
  164. <NoWarn>;2008</NoWarn>
  165. <NoStdLib>true</NoStdLib>
  166. <DebugType>pdbonly</DebugType>
  167. <PlatformTarget>ARM</PlatformTarget>
  168. <UseVSHostingProcess>false</UseVSHostingProcess>
  169. <ErrorReport>prompt</ErrorReport>
  170. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x64'">
  173. <OutputPath>bin\x64\Any CPU\</OutputPath>
  174. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  175. <DocumentationFile>bin\x64\Release\MQTTnet.XML</DocumentationFile>
  176. <Optimize>true</Optimize>
  177. <NoWarn>;2008</NoWarn>
  178. <NoStdLib>true</NoStdLib>
  179. <DebugType>pdbonly</DebugType>
  180. <PlatformTarget>x64</PlatformTarget>
  181. <UseVSHostingProcess>false</UseVSHostingProcess>
  182. <ErrorReport>prompt</ErrorReport>
  183. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  184. </PropertyGroup>
  185. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  186. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  187. Other similar extension points exist, see Microsoft.Common.targets.
  188. <Target Name="BeforeBuild">
  189. </Target>
  190. <Target Name="AfterBuild">
  191. </Target>
  192. -->
  193. </Project>