diff options
Diffstat (limited to 'IntegrationTest/IntegrationTest.vcxproj')
-rw-r--r-- | IntegrationTest/IntegrationTest.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntegrationTest/IntegrationTest.vcxproj b/IntegrationTest/IntegrationTest.vcxproj index 24c6556..498a41b 100644 --- a/IntegrationTest/IntegrationTest.vcxproj +++ b/IntegrationTest/IntegrationTest.vcxproj @@ -74,6 +74,7 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> + <TargetName>$(ProjectName)-kmem</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> |