From 9247d80048c34094d83099473b420a635712f186 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 21 Jul 2015 07:29:21 +0000 Subject: preparing for vc2015 git-svn-id: http://svn.miranda-ng.org/main/trunk@14594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/testplugin/testplug_14.vcxproj | 179 +++++++++++++++++++++++++ plugins/testplugin/testplug_14.vcxproj.filters | 22 +++ 2 files changed, 201 insertions(+) create mode 100644 plugins/testplugin/testplug_14.vcxproj create mode 100644 plugins/testplugin/testplug_14.vcxproj.filters (limited to 'plugins/testplugin') diff --git a/plugins/testplugin/testplug_14.vcxproj b/plugins/testplugin/testplug_14.vcxproj new file mode 100644 index 0000000000..7e96796628 --- /dev/null +++ b/plugins/testplugin/testplug_14.vcxproj @@ -0,0 +1,179 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + testplug + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + NDEBUG;%(PreprocessorDefinitions) + + + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + true + true + true + false + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + NDEBUG;%(PreprocessorDefinitions) + + + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + true + true + true + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + + + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + + + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + false + + + + + + \ No newline at end of file diff --git a/plugins/testplugin/testplug_14.vcxproj.filters b/plugins/testplugin/testplug_14.vcxproj.filters new file mode 100644 index 0000000000..990797c069 --- /dev/null +++ b/plugins/testplugin/testplug_14.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {88cca963-381d-42ab-a6e5-ee52ef046ae3} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {27fed274-8a4f-4b06-9ac7-fbe7ce655ffb} + h;hpp;hxx;hm;inl + + + {73f1a4d8-ea59-4f1a-ac4d-471cfd59b402} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3