From: myun2 Date: Tue, 29 May 2012 19:52:48 +0000 (+0900) Subject: lexical_test/lexical_test_vc2010.sln Add X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=da21eef2e573a0f8360210c100ff3e42a774bca4;p=roast%2Froast.git lexical_test/lexical_test_vc2010.sln Add --- diff --git a/roast/test/lexical_test/lexical_test_vc2010.sln b/roast/test/lexical_test/lexical_test_vc2010.sln new file mode 100644 index 00000000..28a99782 --- /dev/null +++ b/roast/test/lexical_test/lexical_test_vc2010.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lexical_test_vc2010", "lexical_test_vc2010.vcxproj", "{75F2DCA9-E904-47A9-A62E-FE8659548B0D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {75F2DCA9-E904-47A9-A62E-FE8659548B0D}.Debug|Win32.ActiveCfg = Debug|Win32 + {75F2DCA9-E904-47A9-A62E-FE8659548B0D}.Debug|Win32.Build.0 = Debug|Win32 + {75F2DCA9-E904-47A9-A62E-FE8659548B0D}.Release|Win32.ActiveCfg = Release|Win32 + {75F2DCA9-E904-47A9-A62E-FE8659548B0D}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/roast/test/lexical_test/lexical_test_vc2010.vcxproj b/roast/test/lexical_test/lexical_test_vc2010.vcxproj new file mode 100644 index 00000000..792d6ce8 --- /dev/null +++ b/roast/test/lexical_test/lexical_test_vc2010.vcxproj @@ -0,0 +1,95 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {75F2DCA9-E904-47A9-A62E-FE8659548B0D} + lexical_test_vc2010 + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + + Disabled + ../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + %(AdditionalLibraryDirectories) + true + Console + MachineX86 + + + + + MaxSpeed + true + ../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + %(AdditionalLibraryDirectories) + true + Console + true + true + MachineX86 + + + + + + + + + \ No newline at end of file diff --git a/roast/test/lexical_test/lexical_test_vc2010.vcxproj.filters b/roast/test/lexical_test/lexical_test_vc2010.vcxproj.filters new file mode 100644 index 00000000..73dcd1d2 --- /dev/null +++ b/roast/test/lexical_test/lexical_test_vc2010.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {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 + + + + + ソース ファイル + + + \ No newline at end of file