From 30df451ce293b1cf89286e5ca615eb895347e9e4 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 19 Nov 2018 11:31:30 +0000 Subject: [PATCH] Add VS2017 support. --- DAPNETGateway.vcxproj | 2 ++ DAPNETGateway.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/DAPNETGateway.vcxproj b/DAPNETGateway.vcxproj index 60c972b..efed402 100644 --- a/DAPNETGateway.vcxproj +++ b/DAPNETGateway.vcxproj @@ -25,6 +25,7 @@ + @@ -40,6 +41,7 @@ + diff --git a/DAPNETGateway.vcxproj.filters b/DAPNETGateway.vcxproj.filters index 47530de..442cacc 100644 --- a/DAPNETGateway.vcxproj.filters +++ b/DAPNETGateway.vcxproj.filters @@ -50,6 +50,9 @@ Header Files + + Header Files + @@ -88,5 +91,8 @@ Source Files + + Source Files + \ No newline at end of file