VS2013 projects use vcpkg manifest mode

This commit is contained in:
2025-02-14 21:09:22 -06:00
committed by Celtic Minstrel
parent 769bb2ee97
commit 90a1519b0b
5 changed files with 15 additions and 0 deletions

View File

@@ -49,6 +49,9 @@
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<TargetName>BoE Character Editor</TargetName>
</PropertyGroup>
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>