From 77d2929512ff62e421e9bfee659cc86973fc7df7 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 19 Jun 2012 22:15:58 +0000 Subject: files structure reorganization git-svn-id: http://svn.miranda-ng.org/main/trunk@492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/ekhtml/EkHtml.vcxproj | 134 +++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 plugins/MirOTR/ekhtml/EkHtml.vcxproj (limited to 'plugins/MirOTR/ekhtml/EkHtml.vcxproj') diff --git a/plugins/MirOTR/ekhtml/EkHtml.vcxproj b/plugins/MirOTR/ekhtml/EkHtml.vcxproj new file mode 100644 index 0000000000..51e07c52c4 --- /dev/null +++ b/plugins/MirOTR/ekhtml/EkHtml.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2C050CAF-D8AA-468A-B1A7-89F3BE99D3C8} + + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + + + StaticLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\Libs\Debug\ + ..\Libs\Debug64\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + ..\Libs\Release\ + ..\Libs\Release64\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Disabled + include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + + + + + Disabled + include;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + + + Full + include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + Level3 + Fast + Disabled + Size + + + + + Full + include;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3