Skip to content

Commit

Permalink
windows: Make project file read-only for IDE.
Browse files Browse the repository at this point in the history
Avoids the 'warning: Wildcards in project items are not supported'
message from the C++ project system in Visual Studio, while otherwise
remaining completely functional.
  • Loading branch information
stinos authored and dpgeorge committed Nov 15, 2022
1 parent e787582 commit fbc9600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/windows/micropython.vcxproj
Expand Up @@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{740F3C30-EB6C-4B59-9C50-AE4D5A4A9D12}</ProjectGuid>
<RootNamespace>micropython</RootNamespace>
<ReadOnlyProject>true</ReadOnlyProject>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down

0 comments on commit fbc9600

Please sign in to comment.