Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

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