No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

183 líneas
8.4 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.15063.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.15063.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>FA56408F253A1F7FCAC649611411B6B9F42BC4F9</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="MainPage.xaml.cs">
  98. <DependentUpon>MainPage.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <AppxManifest Include="Package.appxmanifest">
  104. <SubType>Designer</SubType>
  105. </AppxManifest>
  106. <None Include="MQTTnet.TestApp.UniversalWindows_TemporaryKey.pfx" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="Properties\Default.rd.xml" />
  110. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  111. <Content Include="Assets\SplashScreen.scale-200.png" />
  112. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  113. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  114. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  115. <Content Include="Assets\StoreLogo.png" />
  116. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ApplicationDefinition Include="App.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </ApplicationDefinition>
  123. <Page Include="MainPage.xaml">
  124. <Generator>MSBuild:Compile</Generator>
  125. <SubType>Designer</SubType>
  126. </Page>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <ProjectReference Include="..\..\Frameworks\MQTTnet.Netstandard\MQTTnet.NetStandard.csproj">
  130. <Project>{3587e506-55a2-4eb3-99c7-dc01e42d25d2}</Project>
  131. <Name>MQTTnet.NetStandard</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\MQTTnet.Core\MQTTnet.Core.csproj">
  134. <Project>{2ecb99e4-72d0-4c23-99ba-93d511d3967d}</Project>
  135. <Name>MQTTnet.Core</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
  140. <Version>5.4.0</Version>
  141. </PackageReference>
  142. <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls">
  143. <Version>2.0.0</Version>
  144. </PackageReference>
  145. </ItemGroup>
  146. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  147. <VisualStudioVersion>14.0</VisualStudioVersion>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  150. <DebugSymbols>true</DebugSymbols>
  151. <OutputPath>bin\Debug\</OutputPath>
  152. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
  153. <NoWarn>;2008</NoWarn>
  154. <NoStdLib>true</NoStdLib>
  155. <DebugType>full</DebugType>
  156. <PlatformTarget>x86</PlatformTarget>
  157. <UseVSHostingProcess>false</UseVSHostingProcess>
  158. <ErrorReport>prompt</ErrorReport>
  159. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  160. <Prefer32Bit>true</Prefer32Bit>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  163. <OutputPath>bin\Release\</OutputPath>
  164. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
  165. <Optimize>true</Optimize>
  166. <NoWarn>;2008</NoWarn>
  167. <NoStdLib>true</NoStdLib>
  168. <DebugType>pdbonly</DebugType>
  169. <PlatformTarget>x86</PlatformTarget>
  170. <UseVSHostingProcess>false</UseVSHostingProcess>
  171. <ErrorReport>prompt</ErrorReport>
  172. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  173. <Prefer32Bit>true</Prefer32Bit>
  174. </PropertyGroup>
  175. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  176. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  177. Other similar extension points exist, see Microsoft.Common.targets.
  178. <Target Name="BeforeBuild">
  179. </Target>
  180. <Target Name="AfterBuild">
  181. </Target>
  182. -->
  183. </Project>