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/Http/ca/httpca.vcxproj | 26 ++++++++++++++------------ src/ext/Http/ca/packages.config | 5 ----- 2 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 src/ext/Http/ca/packages.config (limited to 'src/ext/Http/ca') diff --git a/src/ext/Http/ca/httpca.vcxproj b/src/ext/Http/ca/httpca.vcxproj index fde00ff4..3a17b3b0 100644 --- a/src/ext/Http/ca/httpca.vcxproj +++ b/src/ext/Http/ca/httpca.vcxproj @@ -1,9 +1,7 @@ - - - + Debug @@ -54,19 +52,23 @@ + + + - + + + - + + + + + + - - - 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/ext/Http/ca/packages.config b/src/ext/Http/ca/packages.config deleted file mode 100644 index 9d88f529..00000000 --- a/src/ext/Http/ca/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb