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.
 
 
 
 

90 rivejä
3.9 KiB

  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>{6F8C0C0C-59EC-4921-9267-370AE113C34F}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>MQTTnet.TestMqttServer</RootNamespace>
  10. <AssemblyName>MQTTnet.TestMqttServer</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)' == 'Any CPU|AnyCPU'">
  35. <OutputPath>bin\Any CPU\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <Optimize>true</Optimize>
  38. <DebugType>pdbonly</DebugType>
  39. <PlatformTarget>AnyCPU</PlatformTarget>
  40. <ErrorReport>prompt</ErrorReport>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  49. <PlatformTarget>x86</PlatformTarget>
  50. <OutputPath>bin\x86\Release\</OutputPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x86'">
  53. <PlatformTarget>x86</PlatformTarget>
  54. <OutputPath>bin\x86\Any CPU\</OutputPath>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  57. <PlatformTarget>x64</PlatformTarget>
  58. <OutputPath>bin\x64\Debug\</OutputPath>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  61. <PlatformTarget>x64</PlatformTarget>
  62. <OutputPath>bin\x64\Release\</OutputPath>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Any CPU|x64'">
  65. <PlatformTarget>x64</PlatformTarget>
  66. <OutputPath>bin\x64\Any CPU\</OutputPath>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Program.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="App.config" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\..\Frameworks\MQTTnet.NetFramework\MQTTnet.NetFramework.csproj">
  81. <Project>{A480EF90-0EAA-4D9A-B271-47A9C47F6F7D}</Project>
  82. <Name>MQTTnet.NetFramework</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\MQTTnet.Core\MQTTnet.Core.csproj">
  85. <Project>{2ecb99e4-72d0-4c23-99ba-93d511d3967d}</Project>
  86. <Name>MQTTnet.Core</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. </Project>