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.
 
 
 
 

103 satır
4.5 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>{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="PerformanceTest.cs" />
  86. <Compile Include="Program.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="App.config" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\..\Frameworks\MQTTnet.NetFramework\MQTTnet.NetFramework.csproj">
  94. <Project>{a480ef90-0eaa-4d9a-b271-47a9c47f6f7d}</Project>
  95. <Name>MQTTnet.NetFramework</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\MQTTnet.Core\MQTTnet.Core.csproj">
  98. <Project>{2ecb99e4-72d0-4c23-99ba-93d511d3967d}</Project>
  99. <Name>MQTTnet.Core</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. </Project>