diff options
author | crupest <crupest@outlook.com> | 2018-11-06 21:01:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-06 21:01:49 +0800 |
commit | df0d6e1e282c75d4d8154011715f0b74547b35db (patch) | |
tree | 52c20f7e06cdf0fb8917572346900907bdc86f4f | |
parent | 2922314dd49f52ee1d07b13ea7806f3fac92584b (diff) | |
download | cru-df0d6e1e282c75d4d8154011715f0b74547b35db.tar.gz cru-df0d6e1e282c75d4d8154011715f0b74547b35db.tar.bz2 cru-df0d6e1e282c75d4d8154011715f0b74547b35db.zip |
Update CruUI.vcxproj
-rw-r--r-- | CruUI.vcxproj | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/CruUI.vcxproj b/CruUI.vcxproj index 2957713d..03bb8e3d 100644 --- a/CruUI.vcxproj +++ b/CruUI.vcxproj @@ -67,12 +67,8 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <LinkIncremental>true</LinkIncremental> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <LinkIncremental>true</LinkIncremental> - </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |