summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-02 18:40:23 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 18:40:23 +0200
commit1d7773f735422a23684bb2047651a3807b3019a2 (patch)
treefcb0bb65fa9b49a404958bc0d59835a5c4de1a00 /win32
parente9e0c590657be17fa2339a27a539555cae8c5f18 (diff)
Use explicit project names, output filenames depend on them
Diffstat (limited to 'win32')
-rw-r--r--win32/copy/copy-xp.vcxproj1
-rw-r--r--win32/installer/installer-xp.vcxproj1
-rw-r--r--win32/nls/nls-xp.vcxproj1
3 files changed, 3 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">

diff --git a/win32/installer/installer-xp.vcxproj b/win32/installer/installer-xp.vcxproj
index f2a46f3f..b6cb2257 100644
--- a/win32/installer/installer-xp.vcxproj
+++ b/win32/installer/installer-xp.vcxproj
@@ -13,6 +13,7 @@
   <PropertyGroup Label="Globals">

     <ProjectGuid>{5A0F4962-E670-4DA2-9E45-52CC47F26E2F}</ProjectGuid>

     <RootNamespace>installer</RootNamespace>

+    <ProjectName>installer</ProjectName>

   </PropertyGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

diff --git a/win32/nls/nls-xp.vcxproj b/win32/nls/nls-xp.vcxproj
index 760be1f3..26172e07 100644
--- a/win32/nls/nls-xp.vcxproj
+++ b/win32/nls/nls-xp.vcxproj
@@ -13,6 +13,7 @@
   <PropertyGroup Label="Globals">

     <ProjectGuid>{B10A2C41-344C-43E0-A32D-B9587C198D8B}</ProjectGuid>

     <RootNamespace>nls</RootNamespace>

+    <ProjectName>nls</ProjectName>

   </PropertyGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">