diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-03 10:35:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-03 10:35:34 +0100 |
commit | 12dd00394b62d26d892cbd320fcb5652df6635e6 (patch) | |
tree | cb90e889ab2463dc9864e59fbfbd7d5a8a812830 /ftnoir_protocol_sc/scserver-acceleration.manifest | |
parent | 1a95a291666f82d15fc1fe6e91803d3a71816883 (diff) |
Fix FSX manifest. Ouch!
Diffstat (limited to 'ftnoir_protocol_sc/scserver-acceleration.manifest')
-rw-r--r-- | ftnoir_protocol_sc/scserver-acceleration.manifest | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ftnoir_protocol_sc/scserver-acceleration.manifest b/ftnoir_protocol_sc/scserver-acceleration.manifest new file mode 100644 index 00000000..06459587 --- /dev/null +++ b/ftnoir_protocol_sc/scserver-acceleration.manifest @@ -0,0 +1,13 @@ +<?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.61242.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> |