diff options
author | Attila Csipa <git@csipa.net> | 2017-07-07 13:16:16 +0100 |
---|---|---|
committer | Attila Csipa <git@csipa.net> | 2017-07-07 13:16:16 +0100 |
commit | 89b3621079aebc04b32892b01040397044c21bf4 (patch) | |
tree | feac22663567716e51133734d7592da64adfd239 /proto-simconnect/manifest-template.in | |
parent | b8272dabb295ff8c92cde01d8a3170aae9b180a6 (diff) | |
parent | f013741288cbbd9a2e70aea727cbb80cf72d10cc (diff) |
Merge remote-tracking branch 'upstream/unstable' into unstable
Diffstat (limited to 'proto-simconnect/manifest-template.in')
-rw-r--r-- | proto-simconnect/manifest-template.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto-simconnect/manifest-template.in b/proto-simconnect/manifest-template.in new file mode 100644 index 00000000..fdf2c74a --- /dev/null +++ b/proto-simconnect/manifest-template.in @@ -0,0 +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>
|