From e7fb9c539d4a30fb5cf1631aad3c25162f12214c Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sat, 27 Oct 2018 10:10:49 -0700 Subject: [PATCH] Include StaticData files in project for design-time search - Issue MatterHackers/MCCentral#4414 No longer possible to search StaticData files from VS --- MatterControl.csproj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/MatterControl.csproj b/MatterControl.csproj index 68062fd21..6e70d8529 100644 --- a/MatterControl.csproj +++ b/MatterControl.csproj @@ -58,6 +58,12 @@ + + + + + + @@ -97,6 +103,16 @@ PreserveNewest + + + + + + + + + + \ No newline at end of file