25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

MQTTnet.NetFramework.csproj 5.5 KiB

7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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>{A480EF90-0EAA-4D9A-B271-47A9C47F6F7D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MQTTnet</RootNamespace>
  11. <AssemblyName>MQTTnet</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|AnyCPU'">
  36. <OutputPath>bin\Any CPU\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <Optimize>true</Optimize>
  39. <DebugType>pdbonly</DebugType>
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  54. <OutputPath>bin\x86\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <Optimize>true</Optimize>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x86'">
  63. <OutputPath>bin\x86\Any CPU\</OutputPath>
  64. <DefineConstants>TRACE</DefineConstants>
  65. <Optimize>true</Optimize>
  66. <DebugType>pdbonly</DebugType>
  67. <PlatformTarget>x86</PlatformTarget>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  72. <DebugSymbols>true</DebugSymbols>
  73. <OutputPath>bin\x64\Debug\</OutputPath>
  74. <DefineConstants>DEBUG;TRACE</DefineConstants>
  75. <DebugType>full</DebugType>
  76. <PlatformTarget>x64</PlatformTarget>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  81. <OutputPath>bin\x64\Release\</OutputPath>
  82. <DefineConstants>TRACE</DefineConstants>
  83. <Optimize>true</Optimize>
  84. <DebugType>pdbonly</DebugType>
  85. <PlatformTarget>x64</PlatformTarget>
  86. <ErrorReport>prompt</ErrorReport>
  87. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x64'">
  90. <OutputPath>bin\x64\Any CPU\</OutputPath>
  91. <DefineConstants>TRACE</DefineConstants>
  92. <Optimize>true</Optimize>
  93. <DebugType>pdbonly</DebugType>
  94. <PlatformTarget>x64</PlatformTarget>
  95. <ErrorReport>prompt</ErrorReport>
  96. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  97. </PropertyGroup>
  98. <ItemGroup>
  99. <Reference Include="System" />
  100. <Reference Include="System.Core" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="Implementations\MqttWebSocketChannel.cs" />
  104. <Compile Include="Implementations\WebSocketStream.cs" />
  105. <Compile Include="MqttClientFactory.cs" />
  106. <Compile Include="MqttServerFactory.cs" />
  107. <Compile Include="Implementations\MqttServerAdapter.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <Compile Include="Implementations\MqttTcpChannel.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ProjectReference Include="..\..\MQTTnet.Core\MQTTnet.Core.csproj">
  113. <Project>{2ecb99e4-72d0-4c23-99ba-93d511d3967d}</Project>
  114. <Name>MQTTnet.Core</Name>
  115. </ProjectReference>
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>