VSProps: Set VcpkgEnabled to false

We don't rely on vcpkg for dependencies
This commit is contained in:
Jules Blok 2024-03-13 16:36:42 +01:00
parent 7117d115e7
commit 07448dcc81
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
<OutDir>$(IntDir)bin\</OutDir>
<!--Set link /INCREMENTAL:NO to remove some entropy from builds (assists with deterministic build)-->
<LinkIncremental>false</LinkIncremental>
<!--Disable vcpkg to avoid accidentally linking to its packages-->
<VcpkgEnabled>false</VcpkgEnabled>
</PropertyGroup>
<ItemDefinitionGroup>
<!--ClCompile Base-->