From 7a934bcfb8d460b0cf91a51caa956a8bbff14edf Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 28 Oct 2019 21:17:09 -0400 Subject: Modernize tuple creation and update dependencies. --- src/ca/fwca.vcxproj | 23 ++++++----------------- src/ca/packages.config | 4 ++-- 2 files changed, 8 insertions(+), 19 deletions(-) (limited to 'src/ca') diff --git a/src/ca/fwca.vcxproj b/src/ca/fwca.vcxproj index a933ed06..de77df9b 100644 --- a/src/ca/fwca.vcxproj +++ b/src/ca/fwca.vcxproj @@ -1,10 +1,8 @@ - - - - + + Debug @@ -15,7 +13,6 @@ Win32 - {F72D34CA-48DA-4DFD-91A9-A0C78BEF6981} DynamicLibrary @@ -25,40 +22,32 @@ fwca.def WiX Toolset Firewall 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}. - - + + - - + \ No newline at end of file diff --git a/src/ca/packages.config b/src/ca/packages.config index b87f9ab4..4e9403bf 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file -- cgit v1.2.3-55-g6feb