From c64a4ce058983278949cb8b4c390355ca02e49db Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 13 Nov 2010 13:45:09 +0000 Subject: TOOLS: Added MSVC10 project files for the create_hugo tool svn-id: r54229 --- tools/create_hugo/dists/msvc10/create_hugo.sln | 20 ++++ tools/create_hugo/dists/msvc10/create_hugo.vcxproj | 113 +++++++++++++++++++++ 2 files changed, 133 insertions(+) create mode 100644 tools/create_hugo/dists/msvc10/create_hugo.sln create mode 100644 tools/create_hugo/dists/msvc10/create_hugo.vcxproj diff --git a/tools/create_hugo/dists/msvc10/create_hugo.sln b/tools/create_hugo/dists/msvc10/create_hugo.sln new file mode 100644 index 0000000000..a6f87198f6 --- /dev/null +++ b/tools/create_hugo/dists/msvc10/create_hugo.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "create_hugo", "create_hugo.vcxproj", "{5F280130-349D-11DD-AE16-0800200C9A66}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5F280130-349D-11DD-AE16-0800200C9A66}.Debug|Win32.ActiveCfg = Debug|Win32 + {5F280130-349D-11DD-AE16-0800200C9A66}.Debug|Win32.Build.0 = Debug|Win32 + {5F280130-349D-11DD-AE16-0800200C9A66}.Release|Win32.ActiveCfg = Release|Win32 + {5F280130-349D-11DD-AE16-0800200C9A66}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/tools/create_hugo/dists/msvc10/create_hugo.vcxproj b/tools/create_hugo/dists/msvc10/create_hugo.vcxproj new file mode 100644 index 0000000000..eae5fbc55c --- /dev/null +++ b/tools/create_hugo/dists/msvc10/create_hugo.vcxproj @@ -0,0 +1,113 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {5F280130-349D-11DD-AE16-0800200C9A66} + create_hugo + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + Debug\ + Debug\ + true + Release\ + Release\ + false + AllRules.ruleset + + + AllRules.ruleset + + + + + + /wd4996 %(AdditionalOptions) + Disabled + ..\..\..\..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + + + $(OutDir)create_hugo.exe + libc.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) + true + $(OutDir)create_hugo.pdb + Console + MachineX86 + + + + + /wd4996 %(AdditionalOptions) + Full + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Level3 + ProgramDatabase + + + $(OutDir)create_hugo.exe + libc.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) + true + Console + true + true + MachineX86 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3