summaryrefslogtreecommitdiffhomepage
path: root/proto-simconnect/scserver.manifest
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-07-07 03:13:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-07-07 03:13:45 +0200
commitfa8e4da6148fa00e77fc3a4be55769d40a1db057 (patch)
treec8472e2c33c657c9a48f9d0851a6a203e97cc090 /proto-simconnect/scserver.manifest
parent57e2aa0356b21b40c9fc5c53edc8bfaebd95a60e (diff)
proto/simconnect: fix WinSxS library versions
We had all the wrong versions assigned to comboboxen. With the correct versions, Prepar3D works with its own SimConnect redist named "SP2-XPACK". The library version is the same as SP2 and the combobox item exists only to help users.
Diffstat (limited to 'proto-simconnect/scserver.manifest')
-rw-r--r--proto-simconnect/scserver.manifest13
1 files changed, 0 insertions, 13 deletions
diff --git a/proto-simconnect/scserver.manifest b/proto-simconnect/scserver.manifest
deleted file mode 100644
index d342cfda..00000000
--- a/proto-simconnect/scserver.manifest
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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='10.0.61259.0' processorArchitecture='x86' publicKeyToken='67c7c14424d61b5b' />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
- </dependentAssembly>
- </dependency>
-</assembly>