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 /src | |
parent | e9e0c590657be17fa2339a27a539555cae8c5f18 (diff) |
Use explicit project names, output filenames depend on them
Diffstat (limited to 'src')
-rw-r--r-- | src/common/common-xp.vcxproj | 1 | ||||
-rw-r--r-- | src/dirent/dirent-xp.vcxproj | 1 | ||||
-rw-r--r-- | src/fe-gtk/fe-gtk-xp.vcxproj | 1 | ||||
-rw-r--r-- | src/fe-text/fe-text-xp.vcxproj | 1 | ||||
-rw-r--r-- | src/pixmaps/pixmaps-xp.vcxproj | 1 | ||||
-rw-r--r-- | src/version/version-xp.vcxproj | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/common/common-xp.vcxproj b/src/common/common-xp.vcxproj index 42b1258c..e0a1b522 100644 --- a/src/common/common-xp.vcxproj +++ b/src/common/common-xp.vcxproj @@ -79,6 +79,7 @@ <ProjectGuid>{87554B59-006C-4D94-9714-897B27067BA3}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>common</RootNamespace> + <ProjectName>common</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/src/dirent/dirent-xp.vcxproj b/src/dirent/dirent-xp.vcxproj index b8292a03..ea7aed2a 100644 --- a/src/dirent/dirent-xp.vcxproj +++ b/src/dirent/dirent-xp.vcxproj @@ -20,6 +20,7 @@ <ProjectGuid>{98B56DF9-E4F1-4696-A565-5F7823CF214D}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>dirent</RootNamespace> + <ProjectName>dirent</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/src/fe-gtk/fe-gtk-xp.vcxproj b/src/fe-gtk/fe-gtk-xp.vcxproj index e755b2a7..0a294993 100644 --- a/src/fe-gtk/fe-gtk-xp.vcxproj +++ b/src/fe-gtk/fe-gtk-xp.vcxproj @@ -14,6 +14,7 @@ <ProjectGuid>{E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>fegtk</RootNamespace> + <ProjectName>fe-gtk</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/src/fe-text/fe-text-xp.vcxproj b/src/fe-text/fe-text-xp.vcxproj index 01930fdb..40b969aa 100644 --- a/src/fe-text/fe-text-xp.vcxproj +++ b/src/fe-text/fe-text-xp.vcxproj @@ -14,6 +14,7 @@ <ProjectGuid>{E93E1255-95D1-4B08-8FDF-B53CC6A21280}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>fetext</RootNamespace> + <ProjectName>fe-text</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/src/pixmaps/pixmaps-xp.vcxproj b/src/pixmaps/pixmaps-xp.vcxproj index c8554602..f12b36f9 100644 --- a/src/pixmaps/pixmaps-xp.vcxproj +++ b/src/pixmaps/pixmaps-xp.vcxproj @@ -14,6 +14,7 @@ <ProjectGuid>{626DA61C-FA8B-474C-B2F5-72AD9DFEE642}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>pixmaps</RootNamespace> + <ProjectName>pixmaps</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/src/version/version-xp.vcxproj b/src/version/version-xp.vcxproj index 446786e6..e492d12a 100644 --- a/src/version/version-xp.vcxproj +++ b/src/version/version-xp.vcxproj @@ -14,6 +14,7 @@ <ProjectGuid>{6CD3647E-4541-4849-9DD7-C8816665AE42}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>version</RootNamespace> + <ProjectName>version</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |