Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

193 righe
9.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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)' == '' ">x86</Platform>
  7. <ProjectGuid>{FF1F72D6-9524-4422-9497-3CC0002216ED}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MQTTnet.TestApp.UniversalWindows</RootNamespace>
  11. <AssemblyName>MQTTnet.TestApp.UniversalWindows</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
  20. <PackageCertificateKeyFile>MQTTnet.TestApp.UniversalWindows_TemporaryKey.pfx</PackageCertificateKeyFile>
  21. <PackageCertificateThumbprint>1B25E1E3A70C4FEF793B882295F383301B861796</PackageCertificateThumbprint>
  22. <RuntimeIdentifiers>win10;win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
  23. <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  26. <DebugSymbols>true</DebugSymbols>
  27. <OutputPath>bin\x86\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  29. <NoWarn>;2008</NoWarn>
  30. <DebugType>full</DebugType>
  31. <PlatformTarget>x86</PlatformTarget>
  32. <UseVSHostingProcess>false</UseVSHostingProcess>
  33. <ErrorReport>prompt</ErrorReport>
  34. <Prefer32Bit>true</Prefer32Bit>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  37. <OutputPath>bin\x86\Release\</OutputPath>
  38. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  39. <Optimize>true</Optimize>
  40. <NoWarn>;2008</NoWarn>
  41. <DebugType>pdbonly</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <UseVSHostingProcess>false</UseVSHostingProcess>
  44. <ErrorReport>prompt</ErrorReport>
  45. <Prefer32Bit>true</Prefer32Bit>
  46. <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  49. <DebugSymbols>true</DebugSymbols>
  50. <OutputPath>bin\ARM\Debug\</OutputPath>
  51. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  52. <NoWarn>;2008</NoWarn>
  53. <DebugType>full</DebugType>
  54. <PlatformTarget>ARM</PlatformTarget>
  55. <UseVSHostingProcess>false</UseVSHostingProcess>
  56. <ErrorReport>prompt</ErrorReport>
  57. <Prefer32Bit>true</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  60. <OutputPath>bin\ARM\Release\</OutputPath>
  61. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  62. <Optimize>true</Optimize>
  63. <NoWarn>;2008</NoWarn>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>ARM</PlatformTarget>
  66. <UseVSHostingProcess>false</UseVSHostingProcess>
  67. <ErrorReport>prompt</ErrorReport>
  68. <Prefer32Bit>true</Prefer32Bit>
  69. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  72. <DebugSymbols>true</DebugSymbols>
  73. <OutputPath>bin\x64\Debug\</OutputPath>
  74. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  75. <NoWarn>;2008</NoWarn>
  76. <DebugType>full</DebugType>
  77. <PlatformTarget>x64</PlatformTarget>
  78. <UseVSHostingProcess>false</UseVSHostingProcess>
  79. <ErrorReport>prompt</ErrorReport>
  80. <Prefer32Bit>true</Prefer32Bit>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  83. <OutputPath>bin\x64\Release\</OutputPath>
  84. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  85. <Optimize>true</Optimize>
  86. <NoWarn>;2008</NoWarn>
  87. <DebugType>pdbonly</DebugType>
  88. <PlatformTarget>x64</PlatformTarget>
  89. <UseVSHostingProcess>false</UseVSHostingProcess>
  90. <ErrorReport>prompt</ErrorReport>
  91. <Prefer32Bit>true</Prefer32Bit>
  92. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  93. </PropertyGroup>
  94. <ItemGroup>
  95. <Compile Include="App.xaml.cs">
  96. <DependentUpon>App.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="JsonServerStorage.cs" />
  99. <Compile Include="MainPage.xaml.cs">
  100. <DependentUpon>MainPage.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <AppxManifest Include="Package.appxmanifest">
  106. <SubType>Designer</SubType>
  107. </AppxManifest>
  108. <None Include="MQTTnet.TestApp.UniversalWindows_TemporaryKey.pfx" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Content Include="Properties\Default.rd.xml" />
  112. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  113. <Content Include="Assets\SplashScreen.scale-200.png" />
  114. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  115. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  116. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  117. <Content Include="Assets\StoreLogo.png" />
  118. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ApplicationDefinition Include="App.xaml">
  122. <Generator>MSBuild:Compile</Generator>
  123. <SubType>Designer</SubType>
  124. </ApplicationDefinition>
  125. <Page Include="MainPage.xaml">
  126. <Generator>MSBuild:Compile</Generator>
  127. <SubType>Designer</SubType>
  128. </Page>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ProjectReference Include="..\..\Source\MQTTnet.Extensions.ManagedClient\MQTTnet.Extensions.ManagedClient.csproj">
  132. <Project>{C400533A-8EBA-4F0B-BF4D-295C3708604B}</Project>
  133. <Name>MQTTnet.Extensions.ManagedClient</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\..\Source\MQTTnet.Extensions.Rpc\MQTTnet.Extensions.Rpc.csproj">
  136. <Project>{c444e9c8-95fa-430e-9126-274129de16cd}</Project>
  137. <Name>MQTTnet.Extensions.Rpc</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\..\Source\MQTTnet.Extensions.WebSocket4Net\MQTTnet.Extensions.WebSocket4Net.csproj">
  140. <Project>{2BD01D53-4CA5-4142-BE8D-313876395E3E}</Project>
  141. <Name>MQTTnet.Extensions.WebSocket4Net</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\..\Source\MQTTnet\MQTTnet.csproj">
  144. <Project>{3587e506-55a2-4eb3-99c7-dc01e42d25d2}</Project>
  145. <Name>MQTTnet</Name>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
  150. <Version>6.2.8</Version>
  151. </PackageReference>
  152. <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls">
  153. <Version>4.0.0</Version>
  154. </PackageReference>
  155. </ItemGroup>
  156. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  157. <VisualStudioVersion>14.0</VisualStudioVersion>
  158. </PropertyGroup>
  159. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  160. <DebugSymbols>true</DebugSymbols>
  161. <OutputPath>bin\Debug\</OutputPath>
  162. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
  163. <NoWarn>;2008</NoWarn>
  164. <NoStdLib>true</NoStdLib>
  165. <DebugType>full</DebugType>
  166. <PlatformTarget>x86</PlatformTarget>
  167. <UseVSHostingProcess>false</UseVSHostingProcess>
  168. <ErrorReport>prompt</ErrorReport>
  169. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  170. <Prefer32Bit>true</Prefer32Bit>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  173. <OutputPath>bin\Release\</OutputPath>
  174. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
  175. <Optimize>true</Optimize>
  176. <NoWarn>;2008</NoWarn>
  177. <NoStdLib>true</NoStdLib>
  178. <DebugType>pdbonly</DebugType>
  179. <PlatformTarget>x86</PlatformTarget>
  180. <UseVSHostingProcess>false</UseVSHostingProcess>
  181. <ErrorReport>prompt</ErrorReport>
  182. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  183. <Prefer32Bit>true</Prefer32Bit>
  184. </PropertyGroup>
  185. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  186. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  187. Other similar extension points exist, see Microsoft.Common.targets.
  188. <Target Name="BeforeBuild">
  189. </Target>
  190. <Target Name="AfterBuild">
  191. </Target>
  192. -->
  193. </Project>