diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-14 21:20:10 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-14 21:20:10 +0100 |
commit | 3ef9b6c39949ac6d62134cf7fbd2e9f720ce3bc3 (patch) | |
tree | 8bab77ccf24d5bc21ea2b7860dc922d9fd406c28 /proto-simconnect | |
parent | d662f14aaf9382551ad43e862f2f3ee59ab823c7 (diff) |
normalize line endings
Diffstat (limited to 'proto-simconnect')
-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> |