diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 18:40:23 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 18:40:23 +0200 |
commit | 1d7773f735422a23684bb2047651a3807b3019a2 (patch) | |
tree | fcb0bb65fa9b49a404958bc0d59835a5c4de1a00 /win32/copy | |
parent | e9e0c590657be17fa2339a27a539555cae8c5f18 (diff) |
Use explicit project names, output filenames depend on them
Diffstat (limited to 'win32/copy')
-rw-r--r-- | win32/copy/copy-xp.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/copy/copy-xp.vcxproj b/win32/copy/copy-xp.vcxproj index 30f77e98..d763f7e3 100644 --- a/win32/copy/copy-xp.vcxproj +++ b/win32/copy/copy-xp.vcxproj @@ -13,6 +13,7 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{C9B735E4-75BC-45AC-A5E3-39A6D076F912}</ProjectGuid> <RootNamespace>copy</RootNamespace> + <ProjectName>copy</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |