diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-08-23 23:43:02 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-08-23 23:43:02 +0200 |
commit | 17511055c6d3d2c5ad40c37ee909b76cb1ee030f (patch) | |
tree | e288b300bf7fa5c05905e68e0f8994793de0f1b9 /CSGO/CSGO.vcxproj | |
parent | 6ca9c7c7874f7ebd0d4c7d70f3d7dce4e84e87aa (diff) |
added CSGO project name suffix -kmem
Diffstat (limited to 'CSGO/CSGO.vcxproj')
-rw-r--r-- | CSGO/CSGO.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CSGO/CSGO.vcxproj b/CSGO/CSGO.vcxproj index d1dcef5..b25bf31 100644 --- a/CSGO/CSGO.vcxproj +++ b/CSGO/CSGO.vcxproj @@ -85,6 +85,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> + <TargetName>$(ProjectName)-kmem</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> |