From 87527d58d18fa719dc7a5ce512369485d907cba4 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 20 Jan 2019 11:09:10 -0600 Subject: Integrate into latest v4. --- src/ca/httpca.vcxproj | 62 ++++++++++++++++++++++++++++++++++++++++ src/ca/httpca.vcxproj.filters | 35 +++++++++++++++++++++++ src/ca/packages.config | 5 ++++ src/ca/precomp.h | 1 - src/ca/wixhttpca.def | 2 +- src/ca/wixhttpca.vcxproj | 58 ------------------------------------- src/ca/wixhttpca.vcxproj.filters | 40 -------------------------- 7 files changed, 103 insertions(+), 100 deletions(-) create mode 100644 src/ca/httpca.vcxproj create mode 100644 src/ca/httpca.vcxproj.filters create mode 100644 src/ca/packages.config delete mode 100644 src/ca/wixhttpca.vcxproj delete mode 100644 src/ca/wixhttpca.vcxproj.filters (limited to 'src/ca') diff --git a/src/ca/httpca.vcxproj b/src/ca/httpca.vcxproj new file mode 100644 index 00000000..0aa1da1f --- /dev/null +++ b/src/ca/httpca.vcxproj @@ -0,0 +1,62 @@ + + + + + + + + + + Debug + Win32 + + + Release + Win32 + + + + + {90743805-C043-47C7-B5FF-8F5EE5C8A2DE} + DynamicLibrary + v141 + Unicode + httpca + wixhttpca.def + WiX Toolset Http CustomAction + + + + + + + crypt32.lib;httpapi.lib;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/httpca.vcxproj.filters b/src/ca/httpca.vcxproj.filters new file mode 100644 index 00000000..d2ab3287 --- /dev/null +++ b/src/ca/httpca.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;hh;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..b87f9ab4 --- /dev/null +++ b/src/ca/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/ca/precomp.h b/src/ca/precomp.h index ec74006b..85aeb70e 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h @@ -13,5 +13,4 @@ #include "strutil.h" #include "aclutil.h" -#include "CustomMsiErrors.h" #include "cost.h" diff --git a/src/ca/wixhttpca.def b/src/ca/wixhttpca.def index 5368c946..f7e3e004 100644 --- a/src/ca/wixhttpca.def +++ b/src/ca/wixhttpca.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 "wixhttpca" +LIBRARY "httpca" EXPORTS SchedHttpUrlReservationsInstall diff --git a/src/ca/wixhttpca.vcxproj b/src/ca/wixhttpca.vcxproj deleted file mode 100644 index 89dbc79a..00000000 --- a/src/ca/wixhttpca.vcxproj +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - Debug - Win32 - - - Release - Win32 - - - - - Debug - ARM - - - Release - ARM - - - - - {90743805-C043-47C7-B5FF-8F5EE5C8A2DE} - DynamicLibrary - Unicode - wixhttpca - wixhttpca.def - - - - - - $(WixRoot)src\libs\dutil\inc;$(WixRoot)src\libs\wcautil - crypt32.lib;httpapi.lib;msi.lib;dutil.lib;wcautil.lib - - - - - - - - - - - - - - - - - - - diff --git a/src/ca/wixhttpca.vcxproj.filters b/src/ca/wixhttpca.vcxproj.filters deleted file mode 100644 index 354653c1..00000000 --- a/src/ca/wixhttpca.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;hh;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