From 371b1caaa63b0306d2959a9cc658cee7c81443e6 Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 15 Feb 2026 14:35:19 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20win32/copy/copy.vcxproj=20to=20keep?= =?UTF-8?q?=20only=20fixed=20(non-wildcard)=20items=20in=20the=20top-level?= =?UTF-8?q?=20project=20ItemGroup,=20which=20is=20the=20part=20Visual=20St?= =?UTF-8?q?udio=20analyzes=20for=20the=20wildcard=20warning.=20Moved=20all?= =?UTF-8?q?=20wildcard-based=20includes=20(*.dll,=20**\*,=20etc.)=20into?= =?UTF-8?q?=20an=20ItemGroup=20inside=20the=20Build=20target=20so=20they?= =?UTF-8?q?=E2=80=99re=20evaluated=20at=20build=20time=20instead=20of=20as?= =?UTF-8?q?=20VC=20project=20item=20definitions,=20preserving=20the=20copy?= =?UTF-8?q?=20behavior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- win32/copy/copy.vcxproj | 111 ++++++++++++++++++++-------------------- 1 file changed, 55 insertions(+), 56 deletions(-) diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index 13cf987c..c6db5a13 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -24,71 +24,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,4 +115,3 @@ -