From 911aa265efca7b33045405f3ac0f0a3c65688edf Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Nov 2013 13:43:42 +0000 Subject: added projects and solutions for vc2013 git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/testplugin/testplug_12.vcxproj | 219 +++++++++++++++++++++++++ plugins/testplugin/testplug_12.vcxproj.filters | 22 +++ 2 files changed, 241 insertions(+) create mode 100644 plugins/testplugin/testplug_12.vcxproj create mode 100644 plugins/testplugin/testplug_12.vcxproj.filters (limited to 'plugins/testplugin') diff --git a/plugins/testplugin/testplug_12.vcxproj b/plugins/testplugin/testplug_12.vcxproj new file mode 100644 index 0000000000..f70aaa14b4 --- /dev/null +++ b/plugins/testplugin/testplug_12.vcxproj @@ -0,0 +1,219 @@ + + + + + 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) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\testplug.tlb + true + Win32 + + + 0x0809 + NDEBUG;%(PreprocessorDefinitions) + + + + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\lib + true + true + true + false + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\testplug.tlb + true + + + 0x0809 + NDEBUG;%(PreprocessorDefinitions) + + + + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\lib + true + true + true + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\testplug.tlb + true + Win32 + + + 0x0809 + _DEBUG;%(PreprocessorDefinitions) + + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\lib + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\testplug.tlb + true + + + 0x0809 + _DEBUG;%(PreprocessorDefinitions) + + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\lib + false + + + + + + \ No newline at end of file diff --git a/plugins/testplugin/testplug_12.vcxproj.filters b/plugins/testplugin/testplug_12.vcxproj.filters new file mode 100644 index 0000000000..6f57ac5bd9 --- /dev/null +++ b/plugins/testplugin/testplug_12.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