From dfdc1a3b768dad0d6378a56c8e4408ee5e15e5ae Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 18 Mar 2022 17:01:44 -0400 Subject: [PATCH] make sure example config files copy when building with MSVC; --- DVMHost.vcxproj | 26 +++++++++++++++++--------- DVMHost.vcxproj.filters | 11 ++++------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/DVMHost.vcxproj b/DVMHost.vcxproj index adab1635..e14b1284 100644 --- a/DVMHost.vcxproj +++ b/DVMHost.vcxproj @@ -313,26 +313,34 @@ - + true - + Document + true + - + true - + Document + true + Document - + true - - + Document + true + + true - + Document + true + - + \ No newline at end of file diff --git a/DVMHost.vcxproj.filters b/DVMHost.vcxproj.filters index 5b927acd..a4d1b4a9 100644 --- a/DVMHost.vcxproj.filters +++ b/DVMHost.vcxproj.filters @@ -595,9 +595,6 @@ Source Files\host\setup - - Source Files - Source Files\p25\dfsi @@ -606,12 +603,12 @@ - - - - + + + + \ No newline at end of file