Commit 91b3b66b by 李定达

2222

parent d20c9cac
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental> <LinkIncremental>true</LinkIncremental>
<IncludePath>D:\gitcode\ClientFrame\ClientFrame\ClientFrame\include;$(IncludePath)</IncludePath> <IncludePath>$(SolutionDir)\ClientFrame\include;$(IncludePath)</IncludePath>
<LibraryPath>D:\gitcode\ClientFrame\ClientFrame\ClientFrame\lib;$(LibraryPath)</LibraryPath> <LibraryPath>$(SolutionDir)\ClientFrame\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental> <LinkIncremental>false</LinkIncremental>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment