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/FileAsMessage/fileecho_15.vcxproj | 208 ++++++++++++++++++++++ plugins/FileAsMessage/fileecho_15.vcxproj.filters | 56 ++++++ 2 files changed, 264 insertions(+) create mode 100644 plugins/FileAsMessage/fileecho_15.vcxproj create mode 100644 plugins/FileAsMessage/fileecho_15.vcxproj.filters (limited to 'plugins/FileAsMessage') diff --git a/plugins/FileAsMessage/fileecho_15.vcxproj b/plugins/FileAsMessage/fileecho_15.vcxproj new file mode 100644 index 0000000000..546be589b0 --- /dev/null +++ b/plugins/FileAsMessage/fileecho_15.vcxproj @@ -0,0 +1,208 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + FileAsMessage + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E} + + + + DynamicLibrary + MultiByte + v141_xp + + + DynamicLibrary + MultiByte + v141_xp + + + DynamicLibrary + MultiByte + true + v141_xp + + + DynamicLibrary + MultiByte + true + v141_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level4 + Size + ..\..\include;%(AdditionalIncludeDirectories) + false + Use + main.h + + + comctl32.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + true + true + true + Windows + false + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level4 + Size + ..\..\include;%(AdditionalIncludeDirectories) + false + Use + main.h + + + comctl32.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + true + true + true + Windows + false + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level4 + EditAndContinue + ..\..\include;%(AdditionalIncludeDirectories) + false + Use + main.h + + + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + Windows + false + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level4 + ..\..\include;%(AdditionalIncludeDirectories) + false + Use + main.h + + + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + Windows + false + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + Create + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/FileAsMessage/fileecho_15.vcxproj.filters b/plugins/FileAsMessage/fileecho_15.vcxproj.filters new file mode 100644 index 0000000000..3a89d474af --- /dev/null +++ b/plugins/FileAsMessage/fileecho_15.vcxproj.filters @@ -0,0 +1,56 @@ + + + + + {91cea954-c950-4791-8ce9-443edfb3dabe} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {ea4654ae-48b4-4664-bc0e-c880a231e1f9} + h;hpp;hxx;hm;inl + + + {03c6b185-748a-4512-8aeb-8f6b2e4b8024} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3