From 33e584d475f7e66afdd11ddeb7c46cf65a8bc7ea Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 9 Mar 2017 23:29:54 +0200 Subject: Visual Studio 2017 support added --- plugins/MirOTR/ekhtml/ekhtml_15.vcxproj | 148 ++++++++++++++++++++++++ plugins/MirOTR/ekhtml/ekhtml_15.vcxproj.filters | 59 ++++++++++ 2 files changed, 207 insertions(+) create mode 100644 plugins/MirOTR/ekhtml/ekhtml_15.vcxproj create mode 100644 plugins/MirOTR/ekhtml/ekhtml_15.vcxproj.filters (limited to 'plugins/MirOTR/ekhtml') diff --git a/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj b/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj new file mode 100644 index 0000000000..d73c66fd5d --- /dev/null +++ b/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2C050CAF-D8AA-468A-B1A7-89F3BE99D3C8} + EkHtml + + + + StaticLibrary + NotSet + true + v141_xp + + + StaticLibrary + NotSet + true + v141_xp + + + StaticLibrary + NotSet + v141_xp + + + StaticLibrary + NotSet + v141_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Disabled + include;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + 4244;%(DisableSpecificWarnings) + EditAndContinue + + + + + Disabled + include;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + 4244;%(DisableSpecificWarnings) + + + + + Full + include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + Level3 + 4244;%(DisableSpecificWarnings) + Fast + false + false + Size + + + + + Full + include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + Level3 + 4244;%(DisableSpecificWarnings) + Fast + false + false + Size + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj.filters b/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj.filters new file mode 100644 index 0000000000..5b83cbc0c7 --- /dev/null +++ b/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj.filters @@ -0,0 +1,59 @@ + + + + + {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 + + + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + \ No newline at end of file -- cgit v1.2.3