diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-06-16 19:25:37 +0200 |
---|---|---|
committer | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-06-16 19:25:37 +0200 |
commit | 9bba38c67bb2d7af40df89ece9505ade4bdf0d92 (patch) | |
tree | 8d4e3ae3d1aa5e120c4591874b8fb386ecb81cf6 /NetConsole | |
parent | 57e071fdd9c6b7e7d0172b68435a42be78074f86 (diff) | |
download | NorthstarLauncher-9bba38c67bb2d7af40df89ece9505ade4bdf0d92.tar.gz NorthstarLauncher-9bba38c67bb2d7af40df89ece9505ade4bdf0d92.zip |
Rename NetConsole output to 'netcon'
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> |