From df016066100df955d5ff98811e113fb2b1bd4b8a Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 26 Apr 2021 11:31:05 -0700 Subject: Implement integrated build process --- src/ext/DirectX/ca/directxca.vcxproj | 31 ++++++++++++++----------------- src/ext/DirectX/ca/packages.config | 2 +- 2 files changed, 15 insertions(+), 18 deletions(-) (limited to 'src/ext/DirectX/ca') diff --git a/src/ext/DirectX/ca/directxca.vcxproj b/src/ext/DirectX/ca/directxca.vcxproj index e772009a..85ce0828 100644 --- a/src/ext/DirectX/ca/directxca.vcxproj +++ b/src/ext/DirectX/ca/directxca.vcxproj @@ -1,9 +1,7 @@ + - - - Debug @@ -30,7 +28,7 @@ ARM64 - + {76542B28-0FFD-47D3-AD6A-D0F20FA875AC} DynamicLibrary @@ -40,14 +38,14 @@ directx.def WiX Toolset DirectX CustomAction - + - + d3d9.lib;msi.lib - + @@ -57,14 +55,13 @@ - + + + + + + + + - - - - 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}. - - - - - \ No newline at end of file + diff --git a/src/ext/DirectX/ca/packages.config b/src/ext/DirectX/ca/packages.config index e3dc0e43..6e8da8cb 100644 --- a/src/ext/DirectX/ca/packages.config +++ b/src/ext/DirectX/ca/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file -- cgit v1.2.3-55-g6feb