您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

MQTTnet.TestApp.NetFramework.csproj 4.5 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{D9D74F33-6943-49B2-B765-7BD589082098}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>MQTTnet.TestApp.NetFramework</RootNamespace>
  10. <AssemblyName>MQTTnet.TestApp.NetFramework</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  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. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>bin\x86\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <ErrorReport>prompt</ErrorReport>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  45. <OutputPath>bin\x86\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <Optimize>true</Optimize>
  48. <DebugType>pdbonly</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. <Prefer32Bit>true</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  55. <DebugSymbols>true</DebugSymbols>
  56. <OutputPath>bin\x64\Debug\</OutputPath>
  57. <DefineConstants>DEBUG;TRACE</DefineConstants>
  58. <DebugType>full</DebugType>
  59. <PlatformTarget>x64</PlatformTarget>
  60. <ErrorReport>prompt</ErrorReport>
  61. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  62. <Prefer32Bit>true</Prefer32Bit>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  65. <OutputPath>bin\x64\Release\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <Optimize>true</Optimize>
  68. <DebugType>pdbonly</DebugType>
  69. <PlatformTarget>x64</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. <Prefer32Bit>true</Prefer32Bit>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <Reference Include="System" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Xml" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="Program.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="App.config" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\..\Frameworks\MQTTnet.NetFramework\MQTTnet.NetFramework.csproj">
  93. <Project>{A480EF90-0EAA-4D9A-B271-47A9C47F6F7D}</Project>
  94. <Name>MQTTnet.NetFramework</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\..\MQTTnet.Core\MQTTnet.Core.csproj">
  97. <Project>{2ecb99e4-72d0-4c23-99ba-93d511d3967d}</Project>
  98. <Name>MQTTnet.Core</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. </Project>