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 --- .../Bal/Samples/bafunctions/bafunctions.vcxproj | 23 +++++++--------------- src/ext/Bal/Samples/bafunctions/packages.config | 7 ------- 2 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 src/ext/Bal/Samples/bafunctions/packages.config (limited to 'src/ext/Bal/Samples') diff --git a/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj b/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj index 640c812d..6aac6943 100644 --- a/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj +++ b/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj @@ -1,11 +1,7 @@ - - - - - + Debug @@ -64,18 +60,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}. - - - - - - diff --git a/src/ext/Bal/Samples/bafunctions/packages.config b/src/ext/Bal/Samples/bafunctions/packages.config deleted file mode 100644 index 548ddb48..00000000 --- a/src/ext/Bal/Samples/bafunctions/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb