From 704139b787d2016e43b6a87dbfc41555dac8326a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 2 Feb 2019 17:01:09 -0600 Subject: Integrate into latest v4. --- src/wixlib/DIFxAppExtension.wixproj | 30 ------------------------ src/wixlib/DIFxAppExtension.wxs | 21 ----------------- src/wixlib/DifxAppExtension_Platform.wxi | 23 +++++++++++++++++++ src/wixlib/DifxAppExtension_x64.wxs | 8 +++++++ src/wixlib/DifxAppExtension_x86.wxs | 8 +++++++ src/wixlib/caSuffix.wxi | 28 +++++++++++++++++++++++ src/wixlib/difxapp.wixproj | 39 ++++++++++++++++++++++++++++++++ src/wixlib/packages.config | 5 ++++ 8 files changed, 111 insertions(+), 51 deletions(-) delete mode 100644 src/wixlib/DIFxAppExtension.wixproj delete mode 100644 src/wixlib/DIFxAppExtension.wxs create mode 100644 src/wixlib/DifxAppExtension_Platform.wxi create mode 100644 src/wixlib/DifxAppExtension_x64.wxs create mode 100644 src/wixlib/DifxAppExtension_x86.wxs create mode 100644 src/wixlib/caSuffix.wxi create mode 100644 src/wixlib/difxapp.wixproj create mode 100644 src/wixlib/packages.config (limited to 'src/wixlib') diff --git a/src/wixlib/DIFxAppExtension.wixproj b/src/wixlib/DIFxAppExtension.wixproj deleted file mode 100644 index f4a7eb74..00000000 --- a/src/wixlib/DIFxAppExtension.wixproj +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - {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 deleted file mode 100644 index 44b0ce2c..00000000 --- a/src/wixlib/DIFxAppExtension.wxs +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - VersionNT > 400 - VersionNT > 400 - - - - - - - - - - - - diff --git a/src/wixlib/DifxAppExtension_Platform.wxi b/src/wixlib/DifxAppExtension_Platform.wxi new file mode 100644 index 00000000..7583f7ea --- /dev/null +++ b/src/wixlib/DifxAppExtension_Platform.wxi @@ -0,0 +1,23 @@ + + + + + + + + + + VersionNT > 400 + VersionNT > 400 + + + + + + + + + + + + diff --git a/src/wixlib/DifxAppExtension_x64.wxs b/src/wixlib/DifxAppExtension_x64.wxs new file mode 100644 index 00000000..3c534363 --- /dev/null +++ b/src/wixlib/DifxAppExtension_x64.wxs @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/wixlib/DifxAppExtension_x86.wxs b/src/wixlib/DifxAppExtension_x86.wxs new file mode 100644 index 00000000..d352a272 --- /dev/null +++ b/src/wixlib/DifxAppExtension_x86.wxs @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/wixlib/caSuffix.wxi b/src/wixlib/caSuffix.wxi new file mode 100644 index 00000000..a56a2393 --- /dev/null +++ b/src/wixlib/caSuffix.wxi @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wixlib/difxapp.wixproj b/src/wixlib/difxapp.wixproj new file mode 100644 index 00000000..9b414afd --- /dev/null +++ b/src/wixlib/difxapp.wixproj @@ -0,0 +1,39 @@ + + + + + + + {5066EB93-D8F7-4FAE-B687-024D7A81BD95} + difxapp + Library + true + true + en-us + + + + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + diff --git a/src/wixlib/packages.config b/src/wixlib/packages.config new file mode 100644 index 00000000..7964daed --- /dev/null +++ b/src/wixlib/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb