mirror of
https://github.com/laomms/wxhelper.git
synced 2024-12-23 03:19:21 +08:00
up
This commit is contained in:
parent
7c92a965ce
commit
448243c559
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user