8000 windows: Make project file read-only for IDE. · pybricks/micropython@fbc9600 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbc9600

Browse files
stinosdpgeorge
authored andcommitted
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.
1 parent e787582 commit fbc9600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/windows/micropython.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{740F3C30-EB6C-4B59-9C50-AE4D5A4A9D12}</ProjectGuid>
2323
<RootNamespace>micropython</RootNamespace>
24+
<ReadOnlyProject>true</ReadOnlyProject>
2425
</PropertyGroup>
2526
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2627
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

0 commit comments

Comments
 (0)
0