This commit is contained in:
TonyPC 2024-08-03 16:44:05 +08:00
parent 448243c559
commit 6ec33c8705

View File

@ -94,7 +94,7 @@
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LibraryPath>$(ProjectDir)/lib;$(LibraryPath)</LibraryPath>
<LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath>
<IncludePath>$(ProjectDir)\inc;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">