diff options
Diffstat (limited to 'NetConsole')
-rw-r--r-- | NetConsole/NetConsole.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NetConsole/NetConsole.vcxproj b/NetConsole/NetConsole.vcxproj index 94c87277..264973b4 100644 --- a/NetConsole/NetConsole.vcxproj +++ b/NetConsole/NetConsole.vcxproj @@ -45,9 +45,11 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> + <TargetName>netcon</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> + <TargetName>netcon</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> |