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/OpenFolder/openFolder_12.vcxproj | 201 +++++++++++++++++++++++ plugins/OpenFolder/openFolder_12.vcxproj.filters | 44 +++++ 2 files changed, 245 insertions(+) create mode 100644 plugins/OpenFolder/openFolder_12.vcxproj create mode 100644 plugins/OpenFolder/openFolder_12.vcxproj.filters (limited to 'plugins/OpenFolder') diff --git a/plugins/OpenFolder/openFolder_12.vcxproj b/plugins/OpenFolder/openFolder_12.vcxproj new file mode 100644 index 0000000000..0e751855bd --- /dev/null +++ b/plugins/OpenFolder/openFolder_12.vcxproj @@ -0,0 +1,201 @@ + + + + + Debug + Win32 + + + Debug + X64 + + + Release + Win32 + + + Release + X64 + + + + {8D233B9A-2744-4B62-94FC-7872FDDA4683} + OpenFolder + + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_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 + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + false + Use + openFolder.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\lib + Windows + false + false + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + false + Use + openFolder.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\lib + Windows + false + + + + + Full + OnlyExplicitInline + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + Size + false + Use + openFolder.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + $(IntDir)$(TargetName).lib + true + $(ProfileDir)..\..\bin12\lib + true + true + Windows + false + + + + + Full + OnlyExplicitInline + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + Size + false + Use + openFolder.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + $(IntDir)$(TargetName).lib + true + $(ProfileDir)..\..\bin12\lib + true + true + Windows + false + + + + + + Create + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/OpenFolder/openFolder_12.vcxproj.filters b/plugins/OpenFolder/openFolder_12.vcxproj.filters new file mode 100644 index 0000000000..aec0411277 --- /dev/null +++ b/plugins/OpenFolder/openFolder_12.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {abf86e8f-85df-453a-89d3-8514dda5507f} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {2477c1f0-dd0a-402e-8151-28d0fa471bcb} + h;hpp;hxx;hm;inl + + + {8e3fa90b-fc69-4e8f-bfd8-6cfc29fa4845} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3