From 9f75de77d912d11d49d36a9c87b3b94fe43209f1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 22 May 2020 14:11:15 +0300 Subject: fix for broken project file compatibility in VS2019 16.6.0 --- src/core/stdpopup/stdpopup.vcxproj | 26 +++++++++++++++++++++ src/core/stdpopup/stdpopup.vcxproj.filters | 37 +++++++++++++++++++----------- 2 files changed, 50 insertions(+), 13 deletions(-) (limited to 'src/core/stdpopup') diff --git a/src/core/stdpopup/stdpopup.vcxproj b/src/core/stdpopup/stdpopup.vcxproj index 9df692162b..508636c1b4 100644 --- a/src/core/stdpopup/stdpopup.vcxproj +++ b/src/core/stdpopup/stdpopup.vcxproj @@ -25,4 +25,30 @@ + + + + + + + + Create + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/core/stdpopup/stdpopup.vcxproj.filters b/src/core/stdpopup/stdpopup.vcxproj.filters index 83cffdb711..d8c0d2fb69 100644 --- a/src/core/stdpopup/stdpopup.vcxproj.filters +++ b/src/core/stdpopup/stdpopup.vcxproj.filters @@ -1,18 +1,29 @@  - - - Header Files - - - Source Files - - - Resource Files - - - Resource Files - + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3