Edit

kc3-lang/angle/projects

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2013-10-21 13:35:39
    Hash : 2b8f6fb4
    Message : Public project generation script is now a python script and generates projects into the projects directory. TRAC #24020 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods

  • convert_solutions_to_express.patch
  • From 4527c32cebbae4df9b4b9f1692fa99a3321943b7 Mon Sep 17 00:00:00 2001
    From: Geoff Lang <geofflang@chromium.org>
    Date: Mon, 21 Oct 2013 13:31:23 -0400
    Subject: [PATCH] Convert visual studio solutions to express.
    
    ---
     projects/build/all.sln       | 4 +---
     projects/samples/samples.sln | 4 +---
     projects/src/angle.sln       | 4 +---
     3 files changed, 3 insertions(+), 9 deletions(-)
    
    diff --git a/projects/build/all.sln b/projects/build/all.sln
    index 0a609cb..5275049 100644
    --- a/projects/build/all.sln
    +++ b/projects/build/all.sln
    @@ -1,5 +1,5 @@
     Microsoft Visual Studio Solution File, Format Version 11.00
    -# Visual Studio 2010
    +# Visual C++ Express 2010
     Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all", "all.vcxproj", "{AF905A46-5AC8-AEE6-AA99-39440E4E660E}"
     	ProjectSection(ProjectDependencies) = postProject
     		{C7BAF548-697D-2DCB-9DF3-9D1506A7B444} = {C7BAF548-697D-2DCB-9DF3-9D1506A7B444}
    @@ -213,6 +213,4 @@ Global
     	GlobalSection(SolutionProperties) = preSolution
     		HideSolutionNode = FALSE
     	EndGlobalSection
    -	GlobalSection(NestedProjects) = preSolution
    -	EndGlobalSection
     EndGlobal
    diff --git a/projects/samples/samples.sln b/projects/samples/samples.sln
    index 0fc65a5..d97ccca 100644
    --- a/projects/samples/samples.sln
    +++ b/projects/samples/samples.sln
    @@ -1,5 +1,5 @@
     Microsoft Visual Studio Solution File, Format Version 11.00
    -# Visual Studio 2010
    +# Visual C++ Express 2010
     Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "es_util", "es_util.vcxproj", "{80E5C3D9-93C2-943E-176F-C9A903E27BC9}"
     	ProjectSection(ProjectDependencies) = postProject
     		{FBAEE4F6-562A-588F-01F9-72DCABB3B061} = {FBAEE4F6-562A-588F-01F9-72DCABB3B061}
    @@ -181,6 +181,4 @@ Global
     	GlobalSection(SolutionProperties) = preSolution
     		HideSolutionNode = FALSE
     	EndGlobalSection
    -	GlobalSection(NestedProjects) = preSolution
    -	EndGlobalSection
     EndGlobal
    diff --git a/projects/src/angle.sln b/projects/src/angle.sln
    index dfe9be6..da59f8b 100644
    --- a/projects/src/angle.sln
    +++ b/projects/src/angle.sln
    @@ -1,5 +1,5 @@
     Microsoft Visual Studio Solution File, Format Version 11.00
    -# Visual Studio 2010
    +# Visual C++ Express 2010
     Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libEGL", "libEGL.vcxproj", "{FBAEE4F6-562A-588F-01F9-72DCABB3B061}"
     	ProjectSection(ProjectDependencies) = postProject
     		{7FBD6F69-B9A4-69F1-A12B-8DACB3F8CD81} = {7FBD6F69-B9A4-69F1-A12B-8DACB3F8CD81}
    @@ -47,6 +47,4 @@ Global
     	GlobalSection(SolutionProperties) = preSolution
     		HideSolutionNode = FALSE
     	EndGlobalSection
    -	GlobalSection(NestedProjects) = preSolution
    -	EndGlobalSection
     EndGlobal
    -- 
    1.8.0.msysgit.0