mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-13 20:28:31 +10:00
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
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<ReadOnlyProject>true</ReadOnlyProject>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<Link>
|
||||
|
||||
Reference in New Issue
Block a user