This commit is contained in:
TonyPC 2024-08-03 16:42:18 +08:00
parent 7c92a965ce
commit 448243c559

View File

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