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

32 行
1.2 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>netstandard1.3;netstandard2.0;net452;net461;uap10.0</TargetFrameworks>
  4. <AssemblyVersion>0.0.0.0</AssemblyVersion>
  5. <FileVersion>0.0.0.0</FileVersion>
  6. <Product />
  7. <Company />
  8. <Authors />
  9. <PackageId />
  10. <Version>0.0.0.0</Version>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0'">
  13. <CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
  14. <NugetTargetMoniker>UAP,Version=v10.0</NugetTargetMoniker>
  15. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  16. <TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
  17. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  18. <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier>
  19. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  20. <DefineConstants>$(DefineConstants);WINDOWS_UWP</DefineConstants>
  21. <DefaultLanguage>en</DefaultLanguage>
  22. <LanguageTargets>$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets</LanguageTargets>
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <ProjectReference Include="..\MQTTnet\MQTTnet.csproj" />
  26. </ItemGroup>
  27. </Project>