From b24ace11cf9df3b737d5d66f5b8aa800daf6bd40 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Mon, 10 Nov 2008 10:53:15 +0300 Subject: [PATCH] [6817] Add VC90 sollution/project file versions for git_id tool. --- .../git_id/{git_id.sln => git_id_vc80.sln} | 2 +- .../{git_id.vcproj => git_id_vc80.vcproj} | 0 contrib/git_id/git_id_vc90.sln | 20 ++ contrib/git_id/git_id_vc90.vcproj | 196 ++++++++++++++++++ src/shared/revision_nr.h | 2 +- 5 files changed, 218 insertions(+), 2 deletions(-) rename contrib/git_id/{git_id.sln => git_id_vc80.sln} (92%) rename contrib/git_id/{git_id.vcproj => git_id_vc80.vcproj} (100%) create mode 100644 contrib/git_id/git_id_vc90.sln create mode 100644 contrib/git_id/git_id_vc90.vcproj diff --git a/contrib/git_id/git_id.sln b/contrib/git_id/git_id_vc80.sln similarity index 92% rename from contrib/git_id/git_id.sln rename to contrib/git_id/git_id_vc80.sln index 2decdb34c..f1a9d8be7 100644 --- a/contrib/git_id/git_id.sln +++ b/contrib/git_id/git_id_vc80.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "git_id", "git_id.vcproj", "{AD81BF86-050B-4605-8AF2-03C01967D784}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "git_id", "git_id_vc80.vcproj", "{AD81BF86-050B-4605-8AF2-03C01967D784}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/contrib/git_id/git_id.vcproj b/contrib/git_id/git_id_vc80.vcproj similarity index 100% rename from contrib/git_id/git_id.vcproj rename to contrib/git_id/git_id_vc80.vcproj diff --git a/contrib/git_id/git_id_vc90.sln b/contrib/git_id/git_id_vc90.sln new file mode 100644 index 000000000..254218893 --- /dev/null +++ b/contrib/git_id/git_id_vc90.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "git_id", "git_id_vc90.vcproj", "{AD81BF86-050B-4605-8AF2-03C01967D784}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AD81BF86-050B-4605-8AF2-03C01967D784}.Debug|Win32.ActiveCfg = Debug|Win32 + {AD81BF86-050B-4605-8AF2-03C01967D784}.Debug|Win32.Build.0 = Debug|Win32 + {AD81BF86-050B-4605-8AF2-03C01967D784}.Release|Win32.ActiveCfg = Release|Win32 + {AD81BF86-050B-4605-8AF2-03C01967D784}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/contrib/git_id/git_id_vc90.vcproj b/contrib/git_id/git_id_vc90.vcproj new file mode 100644 index 000000000..fcd017796 --- /dev/null +++ b/contrib/git_id/git_id_vc90.vcproj @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index cdd7d2aa3..fcd510519 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "6816" + #define REVISION_NR "6817" #endif // __REVISION_NR_H__