Skip to content

Commit d0ad104

Browse files
committed
Skin: Suppress warning regarding use of wildcards in project files
Skin projects are created just once and then they are not supposed to be changed (from within VS). So we can mark them as _read only_ projects. https://learn.microsoft.com/en-us/cpp/build/reference/vcxproj-files-and-wildcards?view=msvc-170
1 parent 7f56207 commit d0ad104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Skins/Skin.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<IntDir>$(Configuration)\</IntDir>
66
<IgnoreImportLibrary>true</IgnoreImportLibrary>
77
<LinkIncremental>false</LinkIncremental>
8+
<ReadOnlyProject>true</ReadOnlyProject>
89
</PropertyGroup>
910
<ItemDefinitionGroup>
1011
<Link>

0 commit comments

Comments
 (0)