From d78cf1b8e9a0abd1b697c52cd84e59cbaba0bfed Mon Sep 17 00:00:00 2001 From: vczh Date: Sun, 7 Jun 2026 03:03:12 -0700 Subject: [PATCH] Sync copilot source file guidelines --- .github/Guidelines/SourceFileManagement.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/Guidelines/SourceFileManagement.md b/.github/Guidelines/SourceFileManagement.md index 520c085b..4fef77eb 100644 --- a/.github/Guidelines/SourceFileManagement.md +++ b/.github/Guidelines/SourceFileManagement.md @@ -10,6 +10,7 @@ - Each file must be attached to a solution explorer folder, described in this XPath: `/Project/ItemGroup/ClCompile@Include="PhysicalFile"/Filter`. - Inside the `Filter` tag there is the solution explorer folder. - Edit that `*.vcxitems.filters` or `*.vcxproj.filters` file to include the source file. +- Wild card is **NOT ALLOWED** in project files, each file should be enumerated one by one. ## Renaming and Removing Source Files