[cogl/msvc-support] Update Visual C++ projects



commit 72e22aa4352070ac5ad836acdf9ee8eba0c55543
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Oct 17 17:57:35 2011 +0800

    Update Visual C++ projects
    
    Rename the example programs to be prefixed with cogl-.

 build/win32/vs10/Makefile.am                       |    8 ++++----
 .../vs10/{crate.vcxproj => cogl-crate.vcxproj}     |    2 +-
 ....vcxproj.filters => cogl-crate.vcxproj.filters} |    0
 .../vs10/{hello.vcxproj => cogl-hello.vcxproj}     |    2 +-
 ....vcxproj.filters => cogl-hello.vcxproj.filters} |    0
 build/win32/vs10/cogl.sln                          |    4 ++--
 build/win32/vs10/install.vcxproj                   |    4 ++--
 build/win32/vs9/Makefile.am                        |    4 ++--
 .../win32/vs9/{crate.vcproj => cogl-crate.vcproj}  |    4 ++--
 .../win32/vs9/{hello.vcproj => cogl-hello.vcproj}  |    4 ++--
 build/win32/vs9/cogl.sln                           |    4 ++--
 11 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 7fbfe3d..bac5e6e 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -9,10 +9,10 @@ EXTRA_DIST = \
 	cogl-pango.vcxprojin	\
 	cogl-pango.vcxproj.filters	\
 	cogl-pango.vcxproj.filtersin	\
-	hello.vcxproj	\
-	hello.vcxproj.filters	\
-	crate.vcxproj	\
-	crate.vcxproj.filters	\
+	cogl-hello.vcxproj	\
+	cogl-hello.vcxproj.filters	\
+	cogl-crate.vcxproj	\
+	cogl-crate.vcxproj.filters	\
 	test-conformance.vcxproj	\
 	test-conformance.vcxprojin	\
 	test-conformance.vcxproj.filters	\
diff --git a/build/win32/vs10/crate.vcxproj b/build/win32/vs10/cogl-crate.vcxproj
similarity index 97%
rename from build/win32/vs10/crate.vcxproj
rename to build/win32/vs10/cogl-crate.vcxproj
index 3f4812b..c458302 100644
--- a/build/win32/vs10/crate.vcxproj
+++ b/build/win32/vs10/cogl-crate.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}</ProjectGuid>
-    <RootNamespace>crate</RootNamespace>
+    <RootNamespace>cogl-crate</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
diff --git a/build/win32/vs10/crate.vcxproj.filters b/build/win32/vs10/cogl-crate.vcxproj.filters
similarity index 100%
rename from build/win32/vs10/crate.vcxproj.filters
rename to build/win32/vs10/cogl-crate.vcxproj.filters
diff --git a/build/win32/vs10/hello.vcxproj b/build/win32/vs10/cogl-hello.vcxproj
similarity index 97%
rename from build/win32/vs10/hello.vcxproj
rename to build/win32/vs10/cogl-hello.vcxproj
index 6186a91..5e4496d 100644
--- a/build/win32/vs10/hello.vcxproj
+++ b/build/win32/vs10/cogl-hello.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{F5A43C12-7032-428E-A56A-D294075FA493}</ProjectGuid>
-    <RootNamespace>hello</RootNamespace>
+    <RootNamespace>cogl-hello</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
diff --git a/build/win32/vs10/hello.vcxproj.filters b/build/win32/vs10/cogl-hello.vcxproj.filters
similarity index 100%
rename from build/win32/vs10/hello.vcxproj.filters
rename to build/win32/vs10/cogl-hello.vcxproj.filters
diff --git a/build/win32/vs10/cogl.sln b/build/win32/vs10/cogl.sln
index 1883c79..8ab85c6 100644
--- a/build/win32/vs10/cogl.sln
+++ b/build/win32/vs10/cogl.sln
@@ -5,11 +5,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl", "cogl.vcxproj", "{F3
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-pango", "cogl-pango.vcxproj", "{FE5ABD0F-91E8-4AA5-9C1C-408427D5F768}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hello", "hello.vcxproj", "{F5A43C12-7032-428E-A56A-D294075FA493}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-hello", "cogl-hello.vcxproj", "{F5A43C12-7032-428E-A56A-D294075FA493}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crate", "crate.vcxproj", "{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-crate", "cogl-crate.vcxproj", "{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-conformance", "test-conformance.vcxproj", "{0F08F253-DE1A-40CB-A890-93AE3CA23ADE}"
 EndProject
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/install.vcxproj
index d6d4682..70407e6 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/install.vcxproj
@@ -94,11 +94,11 @@
       <Project>{0f08f253-de1a-40cb-a890-93ae3ca23ade}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="crate.vcxproj">
+    <ProjectReference Include="cogl-crate.vcxproj">
       <Project>{de1a2710-04bb-4c3d-90c1-b070e326b1cf}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-	<ProjectReference Include="hello.vcxproj">
+	<ProjectReference Include="cogl-hello.vcxproj">
       <Project>{f5a43c12-7032-428e-a56a-d294075fa493}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 6e29c74..880611f 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -7,7 +7,7 @@ EXTRA_DIST = \
 	cogl-pango.vcprojin	\
 	test-conformance.vcproj	\
 	test-conformance.vcprojin	\
-	hello.vcproj	\
-	crate.vcproj	\
+	cogl-hello.vcproj	\
+	cogl-crate.vcproj	\
 	install.vcproj	\
 	README.txt
diff --git a/build/win32/vs9/crate.vcproj b/build/win32/vs9/cogl-crate.vcproj
similarity index 95%
rename from build/win32/vs9/crate.vcproj
rename to build/win32/vs9/cogl-crate.vcproj
index 12b6669..e4bdedb 100644
--- a/build/win32/vs9/crate.vcproj
+++ b/build/win32/vs9/cogl-crate.vcproj
@@ -2,9 +2,9 @@
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"
-	Name="crate"
+	Name="cogl-crate"
 	ProjectGUID="{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}"
-	RootNamespace="crate"
+	RootNamespace="coglcrate"
 	Keyword="Win32Proj"
 	TargetFrameworkVersion="196613"
 	>
diff --git a/build/win32/vs9/hello.vcproj b/build/win32/vs9/cogl-hello.vcproj
similarity index 94%
rename from build/win32/vs9/hello.vcproj
rename to build/win32/vs9/cogl-hello.vcproj
index c860f0d..cc58e9a 100644
--- a/build/win32/vs9/hello.vcproj
+++ b/build/win32/vs9/cogl-hello.vcproj
@@ -2,9 +2,9 @@
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9.00"
-	Name="hello"
+	Name="cogl-hello"
 	ProjectGUID="{F5A43C12-7032-428E-A56A-D294075FA493}"
-	RootNamespace="hello"
+	RootNamespace="coglhello"
 	Keyword="Win32Proj"
 	TargetFrameworkVersion="196613"
 	>
diff --git a/build/win32/vs9/cogl.sln b/build/win32/vs9/cogl.sln
index cb835e9..75e61a7 100644
--- a/build/win32/vs9/cogl.sln
+++ b/build/win32/vs9/cogl.sln
@@ -8,12 +8,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-pango", "cogl-pango.vc
 		{F3A80987-5411-43DB-A23B-06F2076E1206} = {F3A80987-5411-43DB-A23B-06F2076E1206}
 	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hello", "hello.vcproj", "{F5A43C12-7032-428E-A56A-D294075FA493}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-hello", "cogl-hello.vcproj", "{F5A43C12-7032-428E-A56A-D294075FA493}"
 	ProjectSection(ProjectDependencies) = postProject
 		{F3A80987-5411-43DB-A23B-06F2076E1206} = {F3A80987-5411-43DB-A23B-06F2076E1206}
 	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crate", "crate.vcproj", "{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-crate", "cogl-crate.vcproj", "{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}"
 	ProjectSection(ProjectDependencies) = postProject
 		{F3A80987-5411-43DB-A23B-06F2076E1206} = {F3A80987-5411-43DB-A23B-06F2076E1206}
 		{FE5ABD0F-91E8-4AA5-9C1C-408427D5F768} = {FE5ABD0F-91E8-4AA5-9C1C-408427D5F768}



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