From d694ea725efa855edfca0863cf462b1c0f26c156 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 2 Feb 2019 15:13:20 -0600 Subject: Import code from old v4 repo --- src/wixlib/DIFxAppExtension.wixproj | 30 ++++++++++++++++++++++++++++++ src/wixlib/DIFxAppExtension.wxs | 21 +++++++++++++++++++++ src/wixlib/x64/DIFxApp.dll | Bin 0 -> 153080 bytes src/wixlib/x64/DIFxAppA.dll | Bin 0 -> 707464 bytes src/wixlib/x86/DIFxApp.dll | Bin 0 -> 122248 bytes src/wixlib/x86/DIFxAppA.dll | Bin 0 -> 364424 bytes 6 files changed, 51 insertions(+) create mode 100644 src/wixlib/DIFxAppExtension.wixproj create mode 100644 src/wixlib/DIFxAppExtension.wxs create mode 100644 src/wixlib/x64/DIFxApp.dll create mode 100644 src/wixlib/x64/DIFxAppA.dll create mode 100644 src/wixlib/x86/DIFxApp.dll create mode 100644 src/wixlib/x86/DIFxAppA.dll (limited to 'src/wixlib') diff --git a/src/wixlib/DIFxAppExtension.wixproj b/src/wixlib/DIFxAppExtension.wixproj new file mode 100644 index 00000000..f4a7eb74 --- /dev/null +++ b/src/wixlib/DIFxAppExtension.wixproj @@ -0,0 +1,30 @@ + + + + + + + {5066EB93-D8F7-4FAE-B687-024D7A81BD95} + difxapp_$(Platform) + Library + true + true + en-us + + + + + + + $(DefineConstants); + DIFxAppDll=$(ProjectDir)$(Platform)\DIFxApp.dll; + DIFxAppADll=$(ProjectDir)$(Platform)\DIFxAppA.dll; + + + + + + + + + diff --git a/src/wixlib/DIFxAppExtension.wxs b/src/wixlib/DIFxAppExtension.wxs new file mode 100644 index 00000000..44b0ce2c --- /dev/null +++ b/src/wixlib/DIFxAppExtension.wxs @@ -0,0 +1,21 @@ + + + + + + + + VersionNT > 400 + VersionNT > 400 + + + + + + + + + + + + diff --git a/src/wixlib/x64/DIFxApp.dll b/src/wixlib/x64/DIFxApp.dll new file mode 100644 index 00000000..69a44cc8 Binary files /dev/null and b/src/wixlib/x64/DIFxApp.dll differ diff --git a/src/wixlib/x64/DIFxAppA.dll b/src/wixlib/x64/DIFxAppA.dll new file mode 100644 index 00000000..99458040 Binary files /dev/null and b/src/wixlib/x64/DIFxAppA.dll differ diff --git a/src/wixlib/x86/DIFxApp.dll b/src/wixlib/x86/DIFxApp.dll new file mode 100644 index 00000000..678a9d95 Binary files /dev/null and b/src/wixlib/x86/DIFxApp.dll differ diff --git a/src/wixlib/x86/DIFxAppA.dll b/src/wixlib/x86/DIFxAppA.dll new file mode 100644 index 00000000..3ac0838d Binary files /dev/null and b/src/wixlib/x86/DIFxAppA.dll differ -- cgit v1.2.3-55-g6feb