Click here to Skip to main content
15,897,891 members
Articles / Desktop Programming / MFC

SmartLexicon

Rate me:
Please Sign up or sign in to vote.
4.93/5 (14 votes)
30 Aug 2006GPL310 min read 86.2K   3.3K   51  
A multilingual dictionary engine with regular expressions support and Web browser integration.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SmartLexicon", "SmartLexicon.vcproj", "{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LexEngine", "..\LexEngine\LexEngine.vcproj", "{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}"
	ProjectSection(ProjectDependencies) = postProject
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2} = {739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DictEngine", "..\DictEngine\DictEngine.vcproj", "{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Debug Unicode = Debug Unicode
		Release = Release
		Release Unicode = Release Unicode
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}.Debug.ActiveCfg = Debug|Win32
		{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}.Debug.Build.0 = Debug|Win32
		{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}.Debug Unicode.ActiveCfg = Debug|Win32
		{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}.Debug Unicode.Build.0 = Debug|Win32
		{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}.Release.ActiveCfg = Release|Win32
		{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}.Release.Build.0 = Release|Win32
		{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}.Release Unicode.ActiveCfg = Release|Win32
		{BDA97D12-BBAD-4E84-8C7C-D68E726B7E48}.Release Unicode.Build.0 = Release|Win32
		{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}.Debug.ActiveCfg = Debug|Win32
		{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}.Debug.Build.0 = Debug|Win32
		{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}.Debug Unicode.ActiveCfg = Debug|Win32
		{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}.Debug Unicode.Build.0 = Debug|Win32
		{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}.Release.ActiveCfg = Release|Win32
		{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}.Release.Build.0 = Release|Win32
		{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}.Release Unicode.ActiveCfg = Release|Win32
		{E99234C5-B6DA-40F4-A5D4-18FA320AA4B2}.Release Unicode.Build.0 = Release|Win32
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}.Debug.ActiveCfg = Debug|Win32
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}.Debug.Build.0 = Debug|Win32
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}.Debug Unicode.ActiveCfg = Debug|Win32
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}.Debug Unicode.Build.0 = Debug|Win32
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}.Release.ActiveCfg = Release|Win32
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}.Release.Build.0 = Release|Win32
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}.Release Unicode.ActiveCfg = Release|Win32
		{739FEBD1-BC74-4754-A5B9-5FF5496B5BA2}.Release Unicode.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior) Self employed
Greece Greece
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions