From efce5b6bd5c9d4f8214a71e0f7a7c35751710a4c Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 8 Nov 2021 01:17:11 +0800 Subject: + tolua + lpeg --- ThirdParty/toluapp/win32/vc7/toluapp.sln | 27 +++ ThirdParty/toluapp/win32/vc7/toluapp.vcproj | 259 ++++++++++++++++++++++++++++ 2 files changed, 286 insertions(+) create mode 100644 ThirdParty/toluapp/win32/vc7/toluapp.sln create mode 100644 ThirdParty/toluapp/win32/vc7/toluapp.vcproj (limited to 'ThirdParty/toluapp/win32') diff --git a/ThirdParty/toluapp/win32/vc7/toluapp.sln b/ThirdParty/toluapp/win32/vc7/toluapp.sln new file mode 100644 index 0000000..6673896 --- /dev/null +++ b/ThirdParty/toluapp/win32/vc7/toluapp.sln @@ -0,0 +1,27 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toluapp", "toluapp.vcproj", "{71891C1A-E328-4258-AC3F-6F9698C6D8B4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + withLua50_Debug = withLua50_Debug + withLua50_Release = withLua50_Release + withLua51_Debug = withLua51_Debug + withLua51_Release = withLua51_Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {71891C1A-E328-4258-AC3F-6F9698C6D8B4}.withLua50_Debug.ActiveCfg = withLua51_Release|Win32 + {71891C1A-E328-4258-AC3F-6F9698C6D8B4}.withLua50_Debug.Build.0 = withLua51_Release|Win32 + {71891C1A-E328-4258-AC3F-6F9698C6D8B4}.withLua50_Release.ActiveCfg = withLua50_Release|Win32 + {71891C1A-E328-4258-AC3F-6F9698C6D8B4}.withLua50_Release.Build.0 = withLua50_Release|Win32 + {71891C1A-E328-4258-AC3F-6F9698C6D8B4}.withLua51_Debug.ActiveCfg = withLua51_Debug|Win32 + {71891C1A-E328-4258-AC3F-6F9698C6D8B4}.withLua51_Debug.Build.0 = withLua51_Debug|Win32 + {71891C1A-E328-4258-AC3F-6F9698C6D8B4}.withLua51_Release.ActiveCfg = withLua51_Release|Win32 + {71891C1A-E328-4258-AC3F-6F9698C6D8B4}.withLua51_Release.Build.0 = withLua51_Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/ThirdParty/toluapp/win32/vc7/toluapp.vcproj b/ThirdParty/toluapp/win32/vc7/toluapp.vcproj new file mode 100644 index 0000000..900a73d --- /dev/null +++ b/ThirdParty/toluapp/win32/vc7/toluapp.vcproj @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1-26-g67d0