diff options
Diffstat (limited to 'proto-simconnect/manifest-template.in')
-rw-r--r-- | proto-simconnect/manifest-template.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/proto-simconnect/manifest-template.in b/proto-simconnect/manifest-template.in index fdf2c74a..69966102 100644 --- a/proto-simconnect/manifest-template.in +++ b/proto-simconnect/manifest-template.in @@ -1,8 +1,8 @@ -<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity type='win32' name='Microsoft.FlightSimulator.SimConnect' version='VERSION' processorArchitecture='x86' publicKeyToken='67c7c14424d61b5b' />
- </dependentAssembly>
- </dependency>
-</assembly>
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?> +<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> + <dependency> + <dependentAssembly> + <assemblyIdentity type='win32' name='Microsoft.FlightSimulator.SimConnect' version='VERSION' processorArchitecture='x86' publicKeyToken='67c7c14424d61b5b' /> + </dependentAssembly> + </dependency> +</assembly> |