From b1509f22892dc98057c750e7fae39ded5cea3b09 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 19 May 2012 18:01:32 +0000 Subject: added MirOTR git-svn-id: http://svn.miranda-ng.org/main/trunk@83 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj | 181 +++++++++++++++++++++++ plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj.filters | 63 ++++++++ 2 files changed, 244 insertions(+) create mode 100644 plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj create mode 100644 plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj.filters (limited to 'plugins/MirOTR/ekhtml/vc9') diff --git a/plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj b/plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj new file mode 100644 index 0000000000..c315e8ca78 --- /dev/null +++ b/plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj @@ -0,0 +1,181 @@ + + + + + Debug Unicode + Win32 + + + Debug Unicode + x64 + + + Release Unicode + Win32 + + + Release Unicode + x64 + + + + {2C050CAF-D8AA-468A-B1A7-89F3BE99D3C8} + EkHtml + Win32Proj + + + + StaticLibrary + Unicode + true + Static + + + StaticLibrary + MultiByte + true + Static + + + StaticLibrary + Unicode + false + + + StaticLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\obj\$(Configuration)\ + $(ProjectDir)$(Platform)\obj\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\obj\$(Configuration)\ + $(ProjectDir)$(Platform)\obj\$(Configuration)\ + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + + + + Disabled + ..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + + + Disabled + ..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + + + MinSpace + false + ..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + false + + + Level3 + ProgramDatabase + CompileAsC + NotSet + Fast + false + false + false + false + false + Disabled + Size + true + true + false + + + + + MaxSpeed + true + ..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + CompileAsC + StreamingSIMDExtensions + Fast + false + false + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj.filters b/plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj.filters new file mode 100644 index 0000000000..106bf5f37c --- /dev/null +++ b/plugins/MirOTR/ekhtml/vc9/EkHtml.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + \ No newline at end of file -- cgit v1.2.3