From 6f29d2fc2b3514cc85a7975e974e8e31f39288e2 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 3 Feb 2019 14:43:56 -0600 Subject: Integrate into latest v4. --- src/ca/custommsierrors.h | 5 +++ src/ca/dependencyca.vcxproj | 61 +++++++++++++++++++++++++++++++++++++ src/ca/dependencyca.vcxproj.filters | 35 +++++++++++++++++++++ src/ca/packages.config | 5 +++ src/ca/wixdepca.def | 2 +- src/ca/wixdepca.vcxproj | 57 ---------------------------------- src/ca/wixdepca.vcxproj.filters | 40 ------------------------ 7 files changed, 107 insertions(+), 98 deletions(-) create mode 100644 src/ca/custommsierrors.h create mode 100644 src/ca/dependencyca.vcxproj create mode 100644 src/ca/dependencyca.vcxproj.filters create mode 100644 src/ca/packages.config delete mode 100644 src/ca/wixdepca.vcxproj delete mode 100644 src/ca/wixdepca.vcxproj.filters (limited to 'src/ca') diff --git a/src/ca/custommsierrors.h b/src/ca/custommsierrors.h new file mode 100644 index 00000000..26450452 --- /dev/null +++ b/src/ca/custommsierrors.h @@ -0,0 +1,5 @@ +#pragma once +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +#define msierrDependencyMissingDependencies 26451 +#define msierrDependencyHasDependents 26452 diff --git a/src/ca/dependencyca.vcxproj b/src/ca/dependencyca.vcxproj new file mode 100644 index 00000000..480a1861 --- /dev/null +++ b/src/ca/dependencyca.vcxproj @@ -0,0 +1,61 @@ + + + + + + + + + + Debug + Win32 + + + Release + Win32 + + + + + {B86AF46C-0F90-49CC-923F-A800B088D015} + DynamicLibrary + v141 + Unicode + dependencyca + wixdepca.def + WiX Toolset Dependency CustomAction + + + + + + + msi.lib + + + + + Create + + + + + + + + + + + + + + + + + + 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/ca/dependencyca.vcxproj.filters b/src/ca/dependencyca.vcxproj.filters new file mode 100644 index 00000000..d4931f32 --- /dev/null +++ b/src/ca/dependencyca.vcxproj.filters @@ -0,0 +1,35 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + Source Files + + + \ No newline at end of file diff --git a/src/ca/packages.config b/src/ca/packages.config new file mode 100644 index 00000000..ab964d2c --- /dev/null +++ b/src/ca/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/ca/wixdepca.def b/src/ca/wixdepca.def index df50e992..651c6373 100644 --- a/src/ca/wixdepca.def +++ b/src/ca/wixdepca.def @@ -1,7 +1,7 @@ ; Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -LIBRARY "wixdepca" +LIBRARY "dependencyca" EXPORTS WixDependencyRequire diff --git a/src/ca/wixdepca.vcxproj b/src/ca/wixdepca.vcxproj deleted file mode 100644 index b757a35f..00000000 --- a/src/ca/wixdepca.vcxproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - Debug - Win32 - - - Release - Win32 - - - - - Debug - ARM - - - Release - ARM - - - - - {B86AF46C-0F90-49CC-923F-A800B088D015} - DynamicLibrary - Unicode - WixDepCA - wixdepca.def - - - - - - $(WixRoot)src\libs\dutil\inc;$(WixRoot)src\libs\wcautil;$(WixRoot)src\libs\deputil\inc - msi.lib;dutil.lib;deputil.lib;wcautil.lib - - - - - - - - - - - - - - - - - - diff --git a/src/ca/wixdepca.vcxproj.filters b/src/ca/wixdepca.vcxproj.filters deleted file mode 100644 index 1fdb0236..00000000 --- a/src/ca/wixdepca.vcxproj.filters +++ /dev/null @@ -1,40 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - - - Header Files - - - - - Resource Files - - - - - Source Files - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb