From 2a14c230453744ea896948ca0b4f6692f2962bee Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 12 Jan 2019 16:49:42 -0600 Subject: Integrate into latest v4. --- src/wixlib/UIExtension.wixproj | 114 ---------------------------------- src/wixlib/caSuffix.wxi | 28 +++++++++ src/wixlib/packages.config | 5 ++ src/wixlib/ui.wixproj | 135 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 168 insertions(+), 114 deletions(-) delete mode 100644 src/wixlib/UIExtension.wixproj create mode 100644 src/wixlib/caSuffix.wxi create mode 100644 src/wixlib/packages.config create mode 100644 src/wixlib/ui.wixproj (limited to 'src/wixlib') diff --git a/src/wixlib/UIExtension.wixproj b/src/wixlib/UIExtension.wixproj deleted file mode 100644 index 213205a2..00000000 --- a/src/wixlib/UIExtension.wixproj +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - {2D4FF07B-26F8-4BEF-B41C-E4383F86DC32} - ui - Library - true - true - - ICE45 - en-us - - - - - $(DefineConstants); - bannerBmp=$(MSBuildProjectDirectory)\Bitmaps\bannrbmp.bmp; - dialogBmp=$(MSBuildProjectDirectory)\Bitmaps\dlgbmp.bmp; - exclamationIco=$(MSBuildProjectDirectory)\Bitmaps\exclamic.ico; - infoIco=$(MSBuildProjectDirectory)\Bitmaps\info.ico; - licenseRtf=$(MSBuildProjectDirectory)\license.rtf; - newIco=$(MSBuildProjectDirectory)\Bitmaps\new.ico; - upIco=$(MSBuildProjectDirectory)\Bitmaps\up.ico; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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/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 diff --git a/src/wixlib/ui.wixproj b/src/wixlib/ui.wixproj new file mode 100644 index 00000000..37ad94d0 --- /dev/null +++ b/src/wixlib/ui.wixproj @@ -0,0 +1,135 @@ + + + + + + + {2D4FF07B-26F8-4BEF-B41C-E4383F86DC32} + ui + Library + true + true + en-us + + + + + $(DefineConstants); + bannerBmp=$(MSBuildProjectDirectory)\Bitmaps\bannrbmp.bmp; + dialogBmp=$(MSBuildProjectDirectory)\Bitmaps\dlgbmp.bmp; + exclamationIco=$(MSBuildProjectDirectory)\Bitmaps\exclamic.ico; + infoIco=$(MSBuildProjectDirectory)\Bitmaps\info.ico; + licenseRtf=$(MSBuildProjectDirectory)\license.rtf; + newIco=$(MSBuildProjectDirectory)\Bitmaps\new.ico; + upIco=$(MSBuildProjectDirectory)\Bitmaps\up.ico; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + uica + {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} + + + + + + + + + + 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}. + + + + + + -- cgit v1.2.3-55-g6feb