From 911aa265efca7b33045405f3ac0f0a3c65688edf Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Nov 2013 13:43:42 +0000 Subject: added projects and solutions for vc2013 git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../Flags-Angelika/flags-angelika_12.vcxproj | 133 +++++++++++ .../flags-angelika_12.vcxproj.filters | 24 ++ .../Flags/spellchecker_flags_12.vcxproj | 133 +++++++++++ .../Flags/spellchecker_flags_12.vcxproj.filters | 24 ++ plugins/SpellChecker/spellchecker_12.vcxproj | 266 +++++++++++++++++++++ .../SpellChecker/spellchecker_12.vcxproj.filters | 170 +++++++++++++ 6 files changed, 750 insertions(+) create mode 100644 plugins/SpellChecker/Flags-Angelika/flags-angelika_12.vcxproj create mode 100644 plugins/SpellChecker/Flags-Angelika/flags-angelika_12.vcxproj.filters create mode 100644 plugins/SpellChecker/Flags/spellchecker_flags_12.vcxproj create mode 100644 plugins/SpellChecker/Flags/spellchecker_flags_12.vcxproj.filters create mode 100644 plugins/SpellChecker/spellchecker_12.vcxproj create mode 100644 plugins/SpellChecker/spellchecker_12.vcxproj.filters (limited to 'plugins/SpellChecker') diff --git a/plugins/SpellChecker/Flags-Angelika/flags-angelika_12.vcxproj b/plugins/SpellChecker/Flags-Angelika/flags-angelika_12.vcxproj new file mode 100644 index 0000000000..68844ccf60 --- /dev/null +++ b/plugins/SpellChecker/Flags-Angelika/flags-angelika_12.vcxproj @@ -0,0 +1,133 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + SpellChecker_Flags_Angelika + {3096A0CE-0CC1-42BC-B19C-BE0985B4CDC5} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Icons\SpellChecker_Flags_Angelika\ + $(SolutionDir)$(Configuration)64\Icons\SpellChecker_Flags_Angelika\ + $(SolutionDir)$(Configuration)\Icons\SpellChecker_Flags_Angelika\ + $(SolutionDir)$(Configuration)64\Icons\SpellChecker_Flags_Angelika\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + Flags_icons + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + false + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + false + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + false + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + false + $(SolutionDir)\lib + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/SpellChecker/Flags-Angelika/flags-angelika_12.vcxproj.filters b/plugins/SpellChecker/Flags-Angelika/flags-angelika_12.vcxproj.filters new file mode 100644 index 0000000000..b2e30e2977 --- /dev/null +++ b/plugins/SpellChecker/Flags-Angelika/flags-angelika_12.vcxproj.filters @@ -0,0 +1,24 @@ + + + + + {f2af2779-7215-48f5-af5f-9715f6dc8df6} + + + {6705f6a7-6f46-40f9-a555-7a14c37a3c8e} + + + + + Resource Files + + + Resource Files + + + + + Header Files + + + \ No newline at end of file diff --git a/plugins/SpellChecker/Flags/spellchecker_flags_12.vcxproj b/plugins/SpellChecker/Flags/spellchecker_flags_12.vcxproj new file mode 100644 index 0000000000..fba871b339 --- /dev/null +++ b/plugins/SpellChecker/Flags/spellchecker_flags_12.vcxproj @@ -0,0 +1,133 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {3B8B2642-716E-437C-B341-279B08FDC2C0} + SpellChecker_Flags + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + Flags_icons + + + + true + Windows + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + true + Windows + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + true + Windows + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + true + Windows + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/SpellChecker/Flags/spellchecker_flags_12.vcxproj.filters b/plugins/SpellChecker/Flags/spellchecker_flags_12.vcxproj.filters new file mode 100644 index 0000000000..5fea851d2b --- /dev/null +++ b/plugins/SpellChecker/Flags/spellchecker_flags_12.vcxproj.filters @@ -0,0 +1,24 @@ + + + + + {909e270a-40c6-4487-a100-ffd70ac18062} + + + {259f0028-7ae5-4886-a98c-f05663ad7e6c} + + + + + Resource Files + + + Resource Files + + + + + Header Files + + + \ No newline at end of file diff --git a/plugins/SpellChecker/spellchecker_12.vcxproj b/plugins/SpellChecker/spellchecker_12.vcxproj new file mode 100644 index 0000000000..9a94d0014a --- /dev/null +++ b/plugins/SpellChecker/spellchecker_12.vcxproj @@ -0,0 +1,266 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {5DB86086-10E9-42E7-AC90-503D2678C2A2} + SpellChecker + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;HUNSPELL_STATIC;%(PreprocessorDefinitions) + true + true + Level3 + Size + false + Use + commons.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + 0x3EC20000 + $(IntDir)$(TargetName).lib + true + true + Windows + false + $(ProfileDir)..\..\bin12\lib + + + + + Full + OnlyExplicitInline + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;HUNSPELL_STATIC;%(PreprocessorDefinitions) + true + true + Level3 + Size + false + Use + commons.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + 0x3EC20000 + $(IntDir)$(TargetName).lib + true + true + Windows + false + $(ProfileDir)..\..\bin12\lib + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;HUNSPELL_STATIC;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + EditAndContinue + EnableFastChecks + Use + commons.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + 0x3EC20000 + $(IntDir)$(TargetName).lib + Windows + false + $(ProfileDir)..\..\bin12\lib + false + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;HUNSPELL_STATIC;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + EnableFastChecks + Use + commons.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + 0x3EC20000 + $(IntDir)$(TargetName).lib + Windows + false + $(ProfileDir)..\..\bin12\lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NotUsing + + + + + Create + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + ..\commons.h + + + + + + + + \ No newline at end of file diff --git a/plugins/SpellChecker/spellchecker_12.vcxproj.filters b/plugins/SpellChecker/spellchecker_12.vcxproj.filters new file mode 100644 index 0000000000..500050f620 --- /dev/null +++ b/plugins/SpellChecker/spellchecker_12.vcxproj.filters @@ -0,0 +1,170 @@ + + + + + {1e567d1e-0703-4ad7-8be9-0bf36e6d903e} + h;hpp;hxx;hm;inl + + + {6ac01ae1-9db3-41f9-abaa-4e05175e9502} + + + {7168cb7a-2d93-454f-a2e8-d3697486751a} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {f6737d81-ea60-4b9d-b7d7-76da94729a18} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {a28a5de0-489b-4a0c-8e4b-87848ecfc338} + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files\hunspell Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files\hunspell Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3