[atk] Visual Studio Builds: Rename "install" Projects



commit 5dbc330da2233df4a6f82480ef594162da8dedad
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jul 13 11:46:03 2015 +0800

    Visual Studio Builds: Rename "install" Projects
    
    Rename to atk-install so that we can integrate the ATK Visual Studio
    Projects into the all-in-one solution file to build the GTK+ stack easier.

 build/win32/vs10/Makefile.am                       |    2 +-
 .../vs10/{install.vcxproj => atk-install.vcxproj}  |    2 +-
 build/win32/vs10/atk.sln                           |    2 +-
 build/win32/vs11/Makefile.am                       |    2 +-
 build/win32/vs12/Makefile.am                       |    2 +-
 build/win32/vs9/Makefile.am                        |    2 +-
 .../vs9/{install.vcproj => atk-install.vcproj}     |    4 ++--
 build/win32/vs9/atk.sln                            |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 71329c6..bb52f23 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -5,7 +5,7 @@ EXTRA_DIST =    \
        atk.vcxprojin   \
        atk.vcxproj.filters     \
        atk.vcxproj.filtersin   \
-       install.vcxproj \
+       atk-install.vcxproj     \
        atk-build-defines.props \
        atk-gen-src.props       \
        atk-install.props       \
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/atk-install.vcxproj
similarity index 99%
rename from build/win32/vs10/install.vcxproj
rename to build/win32/vs10/atk-install.vcxproj
index 8068ddb..c375c9e 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/atk-install.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{00702787-1566-484D-991F-3E7E459BB909}</ProjectGuid>
-    <RootNamespace>install</RootNamespace>
+    <RootNamespace>atkinstall</RootNamespace>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/build/win32/vs10/atk.sln b/build/win32/vs10/atk.sln
index 55d5531..4b89a74 100644
--- a/build/win32/vs10/atk.sln
+++ b/build/win32/vs10/atk.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual Studio 2010
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "atk", "atk.vcxproj", 
"{86EACD59-F69F-4AAD-854B-AA03D5447360}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", 
"{00702787-1566-484D-991F-3E7E459BB909}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "atk-install", "atk-install.vcxproj", 
"{00702787-1566-484D-991F-3E7E459BB909}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index 9079941..f22c4af 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -3,7 +3,7 @@ EXTRA_DIST = \
        atk.sln \
        atk.vcxproj \
        atk.vcxproj.filters \
-       install.vcxproj \
+       atk-install.vcxproj     \
        atk-build-defines.props \
        atk-install.props       \
        atk-version-paths.props \
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
index ae1eab3..8032b58 100644
--- a/build/win32/vs12/Makefile.am
+++ b/build/win32/vs12/Makefile.am
@@ -3,7 +3,7 @@ EXTRA_DIST = \
        atk.sln \
        atk.vcxproj \
        atk.vcxproj.filters \
-       install.vcxproj \
+       atk-install.vcxproj     \
        atk-build-defines.props \
        atk-install.props       \
        atk-version-paths.props \
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 02185a3..f25c7ec 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -3,7 +3,7 @@ EXTRA_DIST =    \
        atk.sln \
        atk.vcproj      \
        atk.vcprojin    \
-       install.vcproj  \
+       atk-install.vcproj      \
        atk-build-defines.vsprops       \
        atk-gen-src.vsprops     \
        atk-install.vsprops     \
diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/atk-install.vcproj
similarity index 97%
rename from build/win32/vs9/install.vcproj
rename to build/win32/vs9/atk-install.vcproj
index dcbdb53..a956dfc 100644
--- a/build/win32/vs9/install.vcproj
+++ b/build/win32/vs9/atk-install.vcproj
@@ -2,9 +2,9 @@
 <VisualStudioProject
        ProjectType="Visual C++"
        Version="9.00"
-       Name="install"
+       Name="atk-install"
        ProjectGUID="{00702787-1566-484D-991F-3E7E459BB909}"
-       RootNamespace="install"
+       RootNamespace="atkinstall"
        TargetFrameworkVersion="196613"
        >
        <Platforms>
diff --git a/build/win32/vs9/atk.sln b/build/win32/vs9/atk.sln
index d2c9af7..a760553 100644
--- a/build/win32/vs9/atk.sln
+++ b/build/win32/vs9/atk.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "atk", "atk.vcproj", 
"{86EACD59-F69F-4AAD-854B-AA03D5447360}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj", 
"{00702787-1566-484D-991F-3E7E459BB909}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "atk-install", "atk-install.vcproj", 
"{00702787-1566-484D-991F-3E7E459BB909}"
        ProjectSection(ProjectDependencies) = postProject
                {86EACD59-F69F-4AAD-854B-AA03D5447360} = {86EACD59-F69F-4AAD-854B-AA03D5447360}
        EndProjectSection


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]