From f3e99bc5eb6570ef2883dccafb42bc3f5e7c527d Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Fri, 30 Apr 2010 01:09:49 +0400 Subject: [PATCH] [9813] Add VS2010 project files to git_id --- contrib/git_id/.gitignore | 5 + contrib/git_id/git_id_vc100.sln | 20 ++++ contrib/git_id/git_id_vc100.vcxproj | 101 ++++++++++++++++++++ contrib/git_id/git_id_vc100.vcxproj.filters | 22 +++++ src/shared/revision_nr.h | 2 +- 5 files changed, 149 insertions(+), 1 deletion(-) create mode 100644 contrib/git_id/git_id_vc100.sln create mode 100644 contrib/git_id/git_id_vc100.vcxproj create mode 100644 contrib/git_id/git_id_vc100.vcxproj.filters diff --git a/contrib/git_id/.gitignore b/contrib/git_id/.gitignore index a7a9e65c6c8..cc5f44622d0 100644 --- a/contrib/git_id/.gitignore +++ b/contrib/git_id/.gitignore @@ -14,6 +14,11 @@ *.ncb *.pdb *.suo +*.sdf +*.opensdf +*.sln.cache +*.vsp +ipch Debug Release *.user diff --git a/contrib/git_id/git_id_vc100.sln b/contrib/git_id/git_id_vc100.sln new file mode 100644 index 00000000000..5fddec2f660 --- /dev/null +++ b/contrib/git_id/git_id_vc100.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "git_id", "git_id_vc100.vcxproj", "{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_vc100.vcxproj b/contrib/git_id/git_id_vc100.vcxproj new file mode 100644 index 00000000000..c934a89813d --- /dev/null +++ b/contrib/git_id/git_id_vc100.vcxproj @@ -0,0 +1,101 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + git_id + {AD81BF86-050B-4605-8AF2-03C01967D784} + git_id + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + true + Console + false + + + MachineX86 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + true + Console + true + true + false + + + MachineX86 + + + + + + + + + \ No newline at end of file diff --git a/contrib/git_id/git_id_vc100.vcxproj.filters b/contrib/git_id/git_id_vc100.vcxproj.filters new file mode 100644 index 00000000000..158311880cc --- /dev/null +++ b/contrib/git_id/git_id_vc100.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + \ No newline at end of file diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2b481f5b44c..d901e4dfb12 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 "9812" + #define REVISION_NR "9813" #endif // __REVISION_NR_H__