From 12b5b6ad28c4ad63991320262c171e0f0ab82505 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 30 Jan 2016 17:02:29 +0000 Subject: SpellChecker: linked with external hunspell git-svn-id: http://svn.miranda-ng.org/main/trunk@16194 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/spellchecker.vcxproj | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 plugins/SpellChecker/spellchecker.vcxproj (limited to 'plugins/SpellChecker/spellchecker.vcxproj') diff --git a/plugins/SpellChecker/spellchecker.vcxproj b/plugins/SpellChecker/spellchecker.vcxproj new file mode 100644 index 0000000000..11a4335654 --- /dev/null +++ b/plugins/SpellChecker/spellchecker.vcxproj @@ -0,0 +1,48 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + {b80c2c8d-b987-48b6-afe2-8da2d17f2f6a} + + + + SpellChecker + {5DB86086-10E9-42E7-AC90-503D2678C2A2} + + + + + + + comctl32.lib;rpcrt4.lib;%(AdditionalDependencies) + + + Sync + $(ProjectDir)..\..\libs\hunspell\include;%(AdditionalIncludeDirectories) + NotUsing + NotUsing + + + + + + + + + \ No newline at end of file -- cgit v1.2.3