[libcroco] MSVC Builds: Rename "Install" Project
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libcroco] MSVC Builds: Rename "Install" Project
- Date: Wed, 29 Jul 2015 07:11:17 +0000 (UTC)
commit 9207f349d1c97618ab38e6b095207bbd8184d844
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Jul 29 15:11:38 2015 +0800
MSVC Builds: Rename "Install" Project
...and update its GUID so that the existing libcroco projects will fit in
easier into all-in-one solution files that is used to build the entire
GTK+ stack, where project GUIDs need to me mutually exclusive in solution
files.
build/win32/vs10/Makefile.am | 2 +-
.../{install.vcxproj => croco-install.vcxproj} | 4 ++--
build/win32/vs10/libcroco.sln | 18 +++++++++---------
build/win32/vs11/Makefile.am | 4 ++--
build/win32/vs12/Makefile.am | 4 ++--
build/win32/vs9/Makefile.am | 2 +-
.../vs9/{install.vcproj => croco-install.vcproj} | 6 +++---
build/win32/vs9/libcroco.sln | 18 +++++++++---------
8 files changed, 29 insertions(+), 29 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 4006e4b..42c87ba 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -27,7 +27,7 @@ EXTRA_DIST = \
croco.vcxproj.filtersin \
csslint.vcxproj \
csslint.vcxproj.filters \
- install.vcxproj \
+ croco-install.vcxproj \
libcroco.sln \
croco-build-defines.props \
croco-gen-srcs.props \
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/croco-install.vcxproj
similarity index 98%
rename from build/win32/vs10/install.vcxproj
rename to build/win32/vs10/croco-install.vcxproj
index dfeffcb..6e702bc 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/croco-install.vcxproj
@@ -38,8 +38,8 @@ See COPYRIGHTS file for copyright information.
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectGuid>{00702787-1566-484D-991F-3E7E459BB909}</ProjectGuid>
- <RootNamespace>install</RootNamespace>
+ <ProjectGuid>{00702787-1566-484D-991F-4E7E459BB909}</ProjectGuid>
+ <RootNamespace>crocoinstall</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/build/win32/vs10/libcroco.sln b/build/win32/vs10/libcroco.sln
index a131bf6..2077ef1 100644
--- a/build/win32/vs10/libcroco.sln
+++ b/build/win32/vs10/libcroco.sln
@@ -5,7 +5,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "croco", "croco.vcxproj", "{
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csslint", "csslint.vcxproj",
"{345080B1-9C5B-44B8-98D7-7381D50F3E13}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj",
"{00702787-1566-484D-991F-3E7E459BB909}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "croco-install", "croco-install.vcxproj",
"{00702787-1566-484D-991F-4E7E459BB909}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -31,14 +31,14 @@ Global
{345080B1-9C5B-44B8-98D7-7381D50F3E13}.Release|Win32.Build.0 = Release|Win32
{345080B1-9C5B-44B8-98D7-7381D50F3E13}.Release|x64.ActiveCfg = Release|x64
{345080B1-9C5B-44B8-98D7-7381D50F3E13}.Release|x64.Build.0 = Release|x64
- {00702787-1566-484D-991F-3E7E459BB909}.Debug|Win32.ActiveCfg = Debug|Win32
- {00702787-1566-484D-991F-3E7E459BB909}.Debug|Win32.Build.0 = Debug|Win32
- {00702787-1566-484D-991F-3E7E459BB909}.Debug|x64.ActiveCfg = Debug|x64
- {00702787-1566-484D-991F-3E7E459BB909}.Debug|x64.Build.0 = Debug|x64
- {00702787-1566-484D-991F-3E7E459BB909}.Release|Win32.ActiveCfg = Release|Win32
- {00702787-1566-484D-991F-3E7E459BB909}.Release|Win32.Build.0 = Release|Win32
- {00702787-1566-484D-991F-3E7E459BB909}.Release|x64.ActiveCfg = Release|x64
- {00702787-1566-484D-991F-3E7E459BB909}.Release|x64.Build.0 = Release|x64
+ {00702787-1566-484D-991F-4E7E459BB909}.Debug|Win32.ActiveCfg = Debug|Win32
+ {00702787-1566-484D-991F-4E7E459BB909}.Debug|Win32.Build.0 = Debug|Win32
+ {00702787-1566-484D-991F-4E7E459BB909}.Debug|x64.ActiveCfg = Debug|x64
+ {00702787-1566-484D-991F-4E7E459BB909}.Debug|x64.Build.0 = Debug|x64
+ {00702787-1566-484D-991F-4E7E459BB909}.Release|Win32.ActiveCfg = Release|Win32
+ {00702787-1566-484D-991F-4E7E459BB909}.Release|Win32.Build.0 = Release|Win32
+ {00702787-1566-484D-991F-4E7E459BB909}.Release|x64.ActiveCfg = Release|x64
+ {00702787-1566-484D-991F-4E7E459BB909}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index a2865a3..53c654a 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -21,8 +21,8 @@ EXTRA_DIST = \
croco.vcxproj \
croco.vcxproj.filters \
csslint.vcxproj \
- csslint.vcxproj.filters \
- install.vcxproj \
+ csslint.vcxproj.filters \
+ croco-install.vcxproj \
croco-build-defines.props \
croco-gen-srcs.props \
croco-install.props \
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
index 9e99cfd..26cda86 100644
--- a/build/win32/vs12/Makefile.am
+++ b/build/win32/vs12/Makefile.am
@@ -21,8 +21,8 @@ EXTRA_DIST = \
croco.vcxproj \
croco.vcxproj.filters \
csslint.vcxproj \
- csslint.vcxproj.filters \
- install.vcxproj \
+ csslint.vcxproj.filters \
+ croco-install.vcxproj \
croco-build-defines.props \
croco-gen-srcs.props \
croco-install.props \
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 9e5f2bc..7e42a9a 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -24,7 +24,7 @@ GENERATED_ITEMS = \
EXTRA_DIST = \
croco.vcprojin \
csslint.vcproj \
- install.vcproj \
+ croco-install.vcproj \
libcroco.sln \
croco-build-defines.vsprops \
croco-gen-srcs.vsprops \
diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/croco-install.vcproj
similarity index 95%
rename from build/win32/vs9/install.vcproj
rename to build/win32/vs9/croco-install.vcproj
index 9fb8ef6..a1588b1 100644
--- a/build/win32/vs9/install.vcproj
+++ b/build/win32/vs9/croco-install.vcproj
@@ -21,9 +21,9 @@ See COPYRIGHTS file for copyright information.
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
- Name="install"
- ProjectGUID="{00702787-1566-484D-991F-3E7E459BB909}"
- RootNamespace="install"
+ Name="croco-install"
+ ProjectGUID="{00702787-1566-484D-991F-4E7E459BB909}"
+ RootNamespace="crocoinstall"
TargetFrameworkVersion="196613"
>
<Platforms>
diff --git a/build/win32/vs9/libcroco.sln b/build/win32/vs9/libcroco.sln
index 095a8c7..71e1b2f 100644
--- a/build/win32/vs9/libcroco.sln
+++ b/build/win32/vs9/libcroco.sln
@@ -8,7 +8,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csslint", "csslint.vcproj",
{4AFE9F9B-7F78-41A8-B066-C7CA89938ABA} = {4AFE9F9B-7F78-41A8-B066-C7CA89938ABA}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj",
"{00702787-1566-484D-991F-3E7E459BB909}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "croco-install", "croco-install.vcproj",
"{00702787-1566-484D-991F-4E7E459BB909}"
ProjectSection(ProjectDependencies) = postProject
{4AFE9F9B-7F78-41A8-B066-C7CA89938ABA} = {4AFE9F9B-7F78-41A8-B066-C7CA89938ABA}
{345080B1-9C5B-44B8-98D7-7381D50F3E13} = {345080B1-9C5B-44B8-98D7-7381D50F3E13}
@@ -38,14 +38,14 @@ Global
{345080B1-9C5B-44B8-98D7-7381D50F3E13}.Release|Win32.Build.0 = Release|Win32
{345080B1-9C5B-44B8-98D7-7381D50F3E13}.Release|x64.ActiveCfg = Release|x64
{345080B1-9C5B-44B8-98D7-7381D50F3E13}.Release|x64.Build.0 = Release|x64
- {00702787-1566-484D-991F-3E7E459BB909}.Debug|Win32.ActiveCfg = Debug|Win32
- {00702787-1566-484D-991F-3E7E459BB909}.Debug|Win32.Build.0 = Debug|Win32
- {00702787-1566-484D-991F-3E7E459BB909}.Debug|x64.ActiveCfg = Debug|x64
- {00702787-1566-484D-991F-3E7E459BB909}.Debug|x64.Build.0 = Debug|x64
- {00702787-1566-484D-991F-3E7E459BB909}.Release|Win32.ActiveCfg = Release|Win32
- {00702787-1566-484D-991F-3E7E459BB909}.Release|Win32.Build.0 = Release|Win32
- {00702787-1566-484D-991F-3E7E459BB909}.Release|x64.ActiveCfg = Release|x64
- {00702787-1566-484D-991F-3E7E459BB909}.Release|x64.Build.0 = Release|x64
+ {00702787-1566-484D-991F-4E7E459BB909}.Debug|Win32.ActiveCfg = Debug|Win32
+ {00702787-1566-484D-991F-4E7E459BB909}.Debug|Win32.Build.0 = Debug|Win32
+ {00702787-1566-484D-991F-4E7E459BB909}.Debug|x64.ActiveCfg = Debug|x64
+ {00702787-1566-484D-991F-4E7E459BB909}.Debug|x64.Build.0 = Debug|x64
+ {00702787-1566-484D-991F-4E7E459BB909}.Release|Win32.ActiveCfg = Release|Win32
+ {00702787-1566-484D-991F-4E7E459BB909}.Release|Win32.Build.0 = Release|Win32
+ {00702787-1566-484D-991F-4E7E459BB909}.Release|x64.ActiveCfg = Release|x64
+ {00702787-1566-484D-991F-4E7E459BB909}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]