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/TrafficCounter/TrafficCounter_14.vcxproj | 221 +++++++++++++++++++++ .../TrafficCounter_14.vcxproj.filters | 74 +++++++ 2 files changed, 295 insertions(+) create mode 100644 plugins/TrafficCounter/TrafficCounter_14.vcxproj create mode 100644 plugins/TrafficCounter/TrafficCounter_14.vcxproj.filters (limited to 'plugins/TrafficCounter') diff --git a/plugins/TrafficCounter/TrafficCounter_14.vcxproj b/plugins/TrafficCounter/TrafficCounter_14.vcxproj new file mode 100644 index 0000000000..0889f2dcbb --- /dev/null +++ b/plugins/TrafficCounter/TrafficCounter_14.vcxproj @@ -0,0 +1,221 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + TrafficCounter + {885010EA-D008-4E38-85D4-487693F0BA00} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + 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) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + commonheaders.h + Level3 + false + EditAndContinue + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + Msimg32.lib;comctl32.lib;%(AdditionalDependencies) + false + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + Windows + false + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + commonheaders.h + Level3 + NotSet + false + Use + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + Msimg32.lib;comctl32.lib;%(AdditionalDependencies) + false + true + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + /PDBALTPATH:%_PDB% %(AdditionalOptions) + Windows + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + commonheaders.h + Level3 + false + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + Msimg32.lib;comctl32.lib;%(AdditionalDependencies) + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + Windows + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + commonheaders.h + Level3 + false + Use + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + Msimg32.lib;comctl32.lib;%(AdditionalDependencies) + true + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + /PDBALTPATH:%_PDB% %(AdditionalOptions) + Windows + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/TrafficCounter/TrafficCounter_14.vcxproj.filters b/plugins/TrafficCounter/TrafficCounter_14.vcxproj.filters new file mode 100644 index 0000000000..19e970c487 --- /dev/null +++ b/plugins/TrafficCounter/TrafficCounter_14.vcxproj.filters @@ -0,0 +1,74 @@ + + + + + {7248dd69-8a94-4e9f-81c4-1883723a61f6} + h;hpp;hxx;hm;inl + + + {7a03a86b-8068-47d0-bc10-07e824854944} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {379f9a87-c54b-4f64-ae10-cddbc3c96dbf} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3