mirror of
https://github.com/laomms/wxhelper.git
synced 2024-12-23 08:29:26 +08:00
up
This commit is contained in:
parent
7c92a965ce
commit
448243c559
@ -94,8 +94,8 @@
|
|||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LibraryPath>F:\wxhelper\lib;$(LibraryPath)</LibraryPath>
|
<LibraryPath>$(ProjectDir)/lib;$(LibraryPath)</LibraryPath>
|
||||||
<IncludePath>F:\wxhelper\inc;$(IncludePath)</IncludePath>
|
<IncludePath>$(ProjectDir)\inc;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
|
Loading…
Reference in New Issue
Block a user