|
@@ -11,11 +11,12 @@ |
|
|
<AssemblyName>MQTTnet</AssemblyName> |
|
|
<AssemblyName>MQTTnet</AssemblyName> |
|
|
<DefaultLanguage>en-US</DefaultLanguage> |
|
|
<DefaultLanguage>en-US</DefaultLanguage> |
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> |
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> |
|
|
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion> |
|
|
|
|
|
|
|
|
<TargetPlatformVersion>10.0.15063.0</TargetPlatformVersion> |
|
|
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> |
|
|
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> |
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> |
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
|
|
|
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
@@ -108,10 +109,6 @@ |
|
|
<GenerateLibraryLayout>false</GenerateLibraryLayout> |
|
|
<GenerateLibraryLayout>false</GenerateLibraryLayout> |
|
|
<DocumentationFile>bin\x64\Release\MQTTnet.XML</DocumentationFile> |
|
|
<DocumentationFile>bin\x64\Release\MQTTnet.XML</DocumentationFile> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included --> |
|
|
|
|
|
<None Include="project.json" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="MqttClientFactory.cs" /> |
|
|
<Compile Include="MqttClientFactory.cs" /> |
|
|
<Compile Include="Implementations\MqttServerAdapter.cs" /> |
|
|
<Compile Include="Implementations\MqttServerAdapter.cs" /> |
|
@@ -126,6 +123,11 @@ |
|
|
<Name>MQTTnet.Core</Name> |
|
|
<Name>MQTTnet.Core</Name> |
|
|
</ProjectReference> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform"> |
|
|
|
|
|
<Version>5.3.3</Version> |
|
|
|
|
|
</PackageReference> |
|
|
|
|
|
</ItemGroup> |
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
|
|
<VisualStudioVersion>14.0</VisualStudioVersion> |
|
|
<VisualStudioVersion>14.0</VisualStudioVersion> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|