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.
 
 
 
 

100 lines
4.3 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>{7B19B139-2E9D-4F1D-88B4-6180B4CF872A}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MQTTnet.TestMqttClient</RootNamespace>
  11. <AssemblyName>MQTTnet.TestMqttClient</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|AnyCPU'">
  39. <OutputPath>bin\Any CPU\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <Optimize>true</Optimize>
  42. <DebugType>pdbonly</DebugType>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  48. <PlatformTarget>x86</PlatformTarget>
  49. <OutputPath>bin\x86\Debug\</OutputPath>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  52. <PlatformTarget>x86</PlatformTarget>
  53. <OutputPath>bin\x86\Release\</OutputPath>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x86'">
  56. <PlatformTarget>x86</PlatformTarget>
  57. <OutputPath>bin\x86\Any CPU\</OutputPath>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  60. <PlatformTarget>x64</PlatformTarget>
  61. <OutputPath>bin\x64\Debug\</OutputPath>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  64. <PlatformTarget>x64</PlatformTarget>
  65. <OutputPath>bin\x64\Release\</OutputPath>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x64'">
  68. <PlatformTarget>x64</PlatformTarget>
  69. <OutputPath>bin\x64\Any CPU\</OutputPath>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="System" />
  73. <Reference Include="System.Core" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Program.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="App.config" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\..\Frameworks\MQTTnet.NetFramework\MQTTnet.NetFramework.csproj">
  84. <Project>{a480ef90-0eaa-4d9a-b271-47a9c47f6f7d}</Project>
  85. <Name>MQTTnet.NetFramework</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\MQTTnet.Core\MQTTnet.Core.csproj">
  88. <Project>{2ecb99e4-72d0-4c23-99ba-93d511d3967d}</Project>
  89. <Name>MQTTnet.Core</Name>
  90. </ProjectReference>
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>