From 2d71bd9f4379a1605347581c7cdd271315cd94f7 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 2 Sep 2020 14:36:37 -0400 Subject: Fix Condition authoring. --- src/ca/directxca.vcxproj | 49 +++++++++++++++++++++++++++-------------- src/wixlib/DirectXExtension.wxs | 7 +++--- src/wixlib/directx.wixproj | 8 ++----- 3 files changed, 38 insertions(+), 26 deletions(-) (limited to 'src') diff --git a/src/ca/directxca.vcxproj b/src/ca/directxca.vcxproj index fb5e6c65..a9d0c168 100644 --- a/src/ca/directxca.vcxproj +++ b/src/ca/directxca.vcxproj @@ -1,10 +1,9 @@ - - + Debug @@ -14,43 +13,61 @@ Release Win32 + + Debug + x64 + + + Release + x64 + + + Debug + ARM + + + Release + ARM + + + Debug + ARM64 + + + Release + ARM64 + - + {76542B28-0FFD-47D3-AD6A-D0F20FA875AC} DynamicLibrary - v141 + v142 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}. @@ -58,4 +75,4 @@ - + \ No newline at end of file diff --git a/src/wixlib/DirectXExtension.wxs b/src/wixlib/DirectXExtension.wxs index 12a8bbb6..2e7ff31a 100644 --- a/src/wixlib/DirectXExtension.wxs +++ b/src/wixlib/DirectXExtension.wxs @@ -1,5 +1,4 @@ - - + @@ -14,11 +13,11 @@ - VersionNT > 400 + - VersionNT > 400 + diff --git a/src/wixlib/directx.wixproj b/src/wixlib/directx.wixproj index 60e3215a..bdad24a4 100644 --- a/src/wixlib/directx.wixproj +++ b/src/wixlib/directx.wixproj @@ -1,17 +1,13 @@ - - + Library true - - - - + \ No newline at end of file -- cgit v1.2.3-55-g6feb