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.
 
 
 
 

188 lines
8.7 KiB

  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.14393.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. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  40. <PlatformTarget>x86</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x86\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  44. <NoWarn>;2008</NoWarn>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <UseVSHostingProcess>false</UseVSHostingProcess>
  48. <ErrorReport>prompt</ErrorReport>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  51. <PlatformTarget>x86</PlatformTarget>
  52. <OutputPath>bin\x86\Release\</OutputPath>
  53. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  54. <Optimize>true</Optimize>
  55. <NoWarn>;2008</NoWarn>
  56. <DebugType>pdbonly</DebugType>
  57. <PlatformTarget>x86</PlatformTarget>
  58. <UseVSHostingProcess>false</UseVSHostingProcess>
  59. <ErrorReport>prompt</ErrorReport>
  60. <DocumentationFile>bin\x86\Release\MQTTnet.XML</DocumentationFile>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  63. <PlatformTarget>ARM</PlatformTarget>
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\ARM\Debug\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  67. <NoWarn>;2008</NoWarn>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>ARM</PlatformTarget>
  70. <UseVSHostingProcess>false</UseVSHostingProcess>
  71. <ErrorReport>prompt</ErrorReport>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  74. <PlatformTarget>ARM</PlatformTarget>
  75. <OutputPath>bin\ARM\Release\</OutputPath>
  76. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  77. <Optimize>true</Optimize>
  78. <NoWarn>;2008</NoWarn>
  79. <DebugType>pdbonly</DebugType>
  80. <PlatformTarget>ARM</PlatformTarget>
  81. <UseVSHostingProcess>false</UseVSHostingProcess>
  82. <ErrorReport>prompt</ErrorReport>
  83. <DocumentationFile>bin\ARM\Release\MQTTnet.XML</DocumentationFile>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  86. <PlatformTarget>x64</PlatformTarget>
  87. <DebugSymbols>true</DebugSymbols>
  88. <OutputPath>bin\x64\Debug\</OutputPath>
  89. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  90. <NoWarn>;2008</NoWarn>
  91. <DebugType>full</DebugType>
  92. <PlatformTarget>x64</PlatformTarget>
  93. <UseVSHostingProcess>false</UseVSHostingProcess>
  94. <ErrorReport>prompt</ErrorReport>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  97. <PlatformTarget>x64</PlatformTarget>
  98. <OutputPath>bin\x64\Release\</OutputPath>
  99. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  100. <Optimize>true</Optimize>
  101. <NoWarn>;2008</NoWarn>
  102. <DebugType>pdbonly</DebugType>
  103. <PlatformTarget>x64</PlatformTarget>
  104. <UseVSHostingProcess>false</UseVSHostingProcess>
  105. <ErrorReport>prompt</ErrorReport>
  106. <GenerateLibraryLayout>false</GenerateLibraryLayout>
  107. <DocumentationFile>bin\x64\Release\MQTTnet.XML</DocumentationFile>
  108. </PropertyGroup>
  109. <ItemGroup>
  110. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  111. <None Include="project.json" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="MqttClientFactory.cs" />
  115. <Compile Include="MqttServerAdapter.cs" />
  116. <Compile Include="MqttServerFactory.cs" />
  117. <Compile Include="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. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  128. <VisualStudioVersion>14.0</VisualStudioVersion>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|AnyCPU'">
  131. <OutputPath>bin\Any CPU\</OutputPath>
  132. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  133. <Optimize>true</Optimize>
  134. <NoStdLib>true</NoStdLib>
  135. <DebugType>pdbonly</DebugType>
  136. <PlatformTarget>AnyCPU</PlatformTarget>
  137. <UseVSHostingProcess>false</UseVSHostingProcess>
  138. <ErrorReport>prompt</ErrorReport>
  139. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x86'">
  142. <OutputPath>bin\x86\Any CPU\</OutputPath>
  143. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  144. <DocumentationFile>bin\x86\Release\MQTTnet.XML</DocumentationFile>
  145. <Optimize>true</Optimize>
  146. <NoWarn>;2008</NoWarn>
  147. <NoStdLib>true</NoStdLib>
  148. <DebugType>pdbonly</DebugType>
  149. <PlatformTarget>x86</PlatformTarget>
  150. <UseVSHostingProcess>false</UseVSHostingProcess>
  151. <ErrorReport>prompt</ErrorReport>
  152. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|ARM'">
  155. <OutputPath>bin\ARM\Any CPU\</OutputPath>
  156. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  157. <DocumentationFile>bin\ARM\Release\MQTTnet.XML</DocumentationFile>
  158. <Optimize>true</Optimize>
  159. <NoWarn>;2008</NoWarn>
  160. <NoStdLib>true</NoStdLib>
  161. <DebugType>pdbonly</DebugType>
  162. <PlatformTarget>ARM</PlatformTarget>
  163. <UseVSHostingProcess>false</UseVSHostingProcess>
  164. <ErrorReport>prompt</ErrorReport>
  165. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  166. </PropertyGroup>
  167. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x64'">
  168. <OutputPath>bin\x64\Any CPU\</OutputPath>
  169. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  170. <DocumentationFile>bin\x64\Release\MQTTnet.XML</DocumentationFile>
  171. <Optimize>true</Optimize>
  172. <NoWarn>;2008</NoWarn>
  173. <NoStdLib>true</NoStdLib>
  174. <DebugType>pdbonly</DebugType>
  175. <PlatformTarget>x64</PlatformTarget>
  176. <UseVSHostingProcess>false</UseVSHostingProcess>
  177. <ErrorReport>prompt</ErrorReport>
  178. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  179. </PropertyGroup>
  180. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  181. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  182. Other similar extension points exist, see Microsoft.Common.targets.
  183. <Target Name="BeforeBuild">
  184. </Target>
  185. <Target Name="AfterBuild">
  186. </Target>
  187. -->
  188. </Project>