VS2017 projects use manifest mode

This commit is contained in:
2025-02-14 20:28:32 -06:00
committed by Celtic Minstrel
parent 01822a4bb8
commit 769bb2ee97
6 changed files with 18 additions and 0 deletions

View File

@@ -76,6 +76,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<SourcePath>$(SolutionDir)..\..\src;$(SourcePath)</SourcePath>
</PropertyGroup>
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>