aboutsummaryrefslogtreecommitdiff
path: root/tools/windows
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-06-08 12:23:10 +0100
committerh.udo <hudokkow@gmail.com>2018-06-12 13:06:19 +0100
commit5c6e3a8b9bec8a594695fe5808bb384f6645bcec (patch)
tree6b54545a47606b5c6543df01504ef2ed9e09eede /tools/windows
parente8d74c663841eddaa70946bee298a15c2454de20 (diff)
[tools] nuke whitespace
Diffstat (limited to 'tools/windows')
-rw-r--r--tools/windows/packaging/uwp/package.appxmanifest.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/windows/packaging/uwp/package.appxmanifest.in b/tools/windows/packaging/uwp/package.appxmanifest.in
index 11a0ee512f..ddb4222da3 100644
--- a/tools/windows/packaging/uwp/package.appxmanifest.in
+++ b/tools/windows/packaging/uwp/package.appxmanifest.in
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-<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"
+<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="mp uap uap3">
<Identity Name="@APP_PACKAGE_IDENTITY@" ProcessorArchitecture="@SDK_TARGET_ARCH@" Publisher="CN=@APP_PACKAGE_PUBLISHER@" Version="@APP_VERSION_CODE@.0" />
@@ -26,11 +26,11 @@
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="@APP_NAME_LC@.App">
- <uap:VisualElements
- DisplayName="@APP_NAME@ @APP_VERSION@"
+ <uap:VisualElements
+ DisplayName="@APP_NAME@ @APP_VERSION@"
Description="@APP_PACKAGE_DESCRIPTION@"
- Square150x150Logo="media\icon150x150.png"
- Square44x44Logo="media\icon44x44.png"
+ Square150x150Logo="media\icon150x150.png"
+ Square44x44Logo="media\icon44x44.png"
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="media\banner310x150.png" />
<uap:SplashScreen Image="media\SplashScreen.png" BackgroundColor="black" />