Click here to Skip to main content
15,886,362 members
Articles / DevOps / Load Testing

NHunspell Component for Visual Studio

Rate me:
Please Sign up or sign in to vote.
4.90/5 (31 votes)
1 Sep 2013CPOL6 min read 113.4K   4.1K   46  
NHunspell component example for WindowsForms

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHunspellWrapper", "NHunspellWrapper\NHunspellWrapper.csproj", "{44DD66CB-3F02-4F0D-BD29-3F48986B81AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingApplication", "TestingApplication\TestingApplication.csproj", "{B773AD17-FFAB-453C-8913-9419AC732027}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{44DD66CB-3F02-4F0D-BD29-3F48986B81AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{44DD66CB-3F02-4F0D-BD29-3F48986B81AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{44DD66CB-3F02-4F0D-BD29-3F48986B81AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{44DD66CB-3F02-4F0D-BD29-3F48986B81AE}.Release|Any CPU.Build.0 = Release|Any CPU
		{B773AD17-FFAB-453C-8913-9419AC732027}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B773AD17-FFAB-453C-8913-9419AC732027}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B773AD17-FFAB-453C-8913-9419AC732027}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B773AD17-FFAB-453C-8913-9419AC732027}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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 Code Project Open License (CPOL)


Written By
Software Developer
Ukraine Ukraine
"a man can do no more than he can" (proverb)
Don't you think there are a lot of things you couldn't do couple of years before but now you can? Things didn't change, but the only thing that changed is belief in yourself.

Comments and Discussions