From d0ad10429f51536dde3f99c7f0397e7c22084d86 Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Sun, 29 Jan 2023 16:11:38 +0100 Subject: [PATCH] Skin: Suppress warning regarding use of wildcards in project files Skin projects are created just once and then they are not supposed to be changed (from within VS). So we can mark them as _read only_ projects. https://learn.microsoft.com/en-us/cpp/build/reference/vcxproj-files-and-wildcards?view=msvc-170 --- Src/Skins/Skin.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Skins/Skin.props b/Src/Skins/Skin.props index 8231b30..bfd274d 100644 --- a/Src/Skins/Skin.props +++ b/Src/Skins/Skin.props @@ -5,6 +5,7 @@ $(Configuration)\ true false + true