From fbc96009f8e97abf78fe447f644e5ca8ca2bb05f Mon Sep 17 00:00:00 2001 From: stijn Date: Tue, 18 Oct 2022 12:21:50 +0200 Subject: [PATCH] windows: Make project file read-only for IDE. Avoids the 'warning: Wildcards in project items are not supported' message from the C++ project system in Visual Studio, while otherwise remaining completely functional. --- ports/windows/micropython.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/windows/micropython.vcxproj b/ports/windows/micropython.vcxproj index 4fa0c47df8..0294b9fa73 100644 --- a/ports/windows/micropython.vcxproj +++ b/ports/windows/micropython.vcxproj @@ -21,6 +21,7 @@ {740F3C30-EB6C-4B59-9C50-AE4D5A4A9D12} micropython + true