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.
 
 
 
 

30 linhas
1.7 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
  3. <Identity Name="4fa21172-9128-4e84-8a6d-74b9acde4d58" Publisher="CN=test" Version="1.0.0.0" />
  4. <mp:PhoneIdentity PhoneProductId="4fa21172-9128-4e84-8a6d-74b9acde4d58" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
  5. <Properties>
  6. <DisplayName>MQTTnet.TestApp.UniversalWindows</DisplayName>
  7. <PublisherDisplayName>test</PublisherDisplayName>
  8. <Logo>Assets\StoreLogo.png</Logo>
  9. </Properties>
  10. <Dependencies>
  11. <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
  12. </Dependencies>
  13. <Resources>
  14. <Resource Language="x-generate" />
  15. </Resources>
  16. <Applications>
  17. <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="MQTTnet.TestApp.UniversalWindows.App">
  18. <uap:VisualElements DisplayName="MQTTnet Test App" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Test application for MQTT based communication" BackgroundColor="transparent">
  19. <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png">
  20. </uap:DefaultTile>
  21. <uap:SplashScreen Image="Assets\SplashScreen.png" />
  22. </uap:VisualElements>
  23. </Application>
  24. </Applications>
  25. <Capabilities>
  26. <Capability Name="internetClient" />
  27. <Capability Name="internetClientServer" />
  28. <Capability Name="privateNetworkClientServer" />
  29. </Capabilities>
  30. </Package>