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 /plugins/checksum/checksum-xp.vcxproj | |
parent | e9e0c590657be17fa2339a27a539555cae8c5f18 (diff) |
Use explicit project names, output filenames depend on them
Diffstat (limited to 'plugins/checksum/checksum-xp.vcxproj')
-rw-r--r-- | plugins/checksum/checksum-xp.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/checksum/checksum-xp.vcxproj b/plugins/checksum/checksum-xp.vcxproj index 3e2da832..6f169d7a 100644 --- a/plugins/checksum/checksum-xp.vcxproj +++ b/plugins/checksum/checksum-xp.vcxproj @@ -14,6 +14,7 @@ <ProjectGuid>{5EF7F47D-D09C-43C4-BF64-B28B11A0FF91}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>checksum</RootNamespace> + <ProjectName>checksum</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |