diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/EventClients/examples/c#/XBMCDemoClient1.cs | 2 | ||||
-rw-r--r-- | tools/EventClients/lib/c#/EventClient.cs | 2 | ||||
-rw-r--r-- | tools/buildsteps/windows/win32-uwp/make-addons.bat | 12 | ||||
-rw-r--r-- | tools/windows/packaging/uwp/package.appxmanifest.in | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/tools/EventClients/examples/c#/XBMCDemoClient1.cs b/tools/EventClients/examples/c#/XBMCDemoClient1.cs index ca1f80c35c..c837ab1a83 100644 --- a/tools/EventClients/examples/c#/XBMCDemoClient1.cs +++ b/tools/EventClients/examples/c#/XBMCDemoClient1.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Windows.Forms; using XBMC; diff --git a/tools/EventClients/lib/c#/EventClient.cs b/tools/EventClients/lib/c#/EventClient.cs index c9657dffac..fe2615b117 100644 --- a/tools/EventClients/lib/c#/EventClient.cs +++ b/tools/EventClients/lib/c#/EventClient.cs @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2008-2013 Team XBMC * * This program is free software; you can redistribute it and/or modify diff --git a/tools/buildsteps/windows/win32-uwp/make-addons.bat b/tools/buildsteps/windows/win32-uwp/make-addons.bat index 89bc08fe9e..08ad473f25 100644 --- a/tools/buildsteps/windows/win32-uwp/make-addons.bat +++ b/tools/buildsteps/windows/win32-uwp/make-addons.bat @@ -1,6 +1,6 @@ -@ECHO OFF
-
-PUSHD %~dp0\..
-CALL vswhere.bat x86 store
-CALL make-addons.bat win10 %*
-POPD
+@ECHO OFF + +PUSHD %~dp0\.. +CALL vswhere.bat x86 store +CALL make-addons.bat win10 %* +POPD diff --git a/tools/windows/packaging/uwp/package.appxmanifest.in b/tools/windows/packaging/uwp/package.appxmanifest.in index 1b4a619151..70961b1480 100644 --- a/tools/windows/packaging/uwp/package.appxmanifest.in +++ b/tools/windows/packaging/uwp/package.appxmanifest.in @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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" |