From 73e6559b809f5f5ae2041d22ec81479df0fe91f9 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 2 Feb 2019 14:07:55 -0600 Subject: Integrate into latest v4. --- src/ca/directx.def | 2 +- src/ca/directx.vcxproj | 47 ------------------------------------- src/ca/directxca.vcxproj | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ src/ca/packages.config | 5 ++++ src/ca/precomp.h | 3 --- 5 files changed, 67 insertions(+), 51 deletions(-) delete mode 100644 src/ca/directx.vcxproj create mode 100644 src/ca/directxca.vcxproj create mode 100644 src/ca/packages.config (limited to 'src/ca') diff --git a/src/ca/directx.def b/src/ca/directx.def index 5841db88..8f46f9a8 100644 --- a/src/ca/directx.def +++ b/src/ca/directx.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 "directx" +LIBRARY "directxca" EXPORTS WixQueryDirectXCaps diff --git a/src/ca/directx.vcxproj b/src/ca/directx.vcxproj deleted file mode 100644 index e4020bcc..00000000 --- a/src/ca/directx.vcxproj +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - Debug - Win32 - - - Release - Win32 - - - - - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} - DynamicLibrary - Unicode - directx - directx.def - - - - - - $(WixRoot)src\libs\dutil\inc;$(WixRoot)src\libs\wcautil - d3d9.lib;msi.lib;dutil.lib;wcautil.lib - - - - - - - - - - - - - - - - - - diff --git a/src/ca/directxca.vcxproj b/src/ca/directxca.vcxproj new file mode 100644 index 00000000..f3fb07a8 --- /dev/null +++ b/src/ca/directxca.vcxproj @@ -0,0 +1,61 @@ + + + + + + + + + + Debug + Win32 + + + Release + Win32 + + + + + {76542B28-0FFD-47D3-AD6A-D0F20FA875AC} + DynamicLibrary + v141 + Unicode + directxca + directx.def + WiX Toolset DirectX CustomAction + + + + + + + d3d9.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/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 8480f2b2..75a15829 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h @@ -7,8 +7,5 @@ #include #include -#include "wixstrsafe.h" #include "wcautil.h" #include "strutil.h" - -#include "CustomMsiErrors.h" -- cgit v1.2.3-55-g6feb