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/TrafficCounter/TrafficCounter_12.vcxproj | 221 +++++++++++++++++++++ .../TrafficCounter_12.vcxproj.filters | 74 +++++++ 2 files changed, 295 insertions(+) create mode 100644 plugins/TrafficCounter/TrafficCounter_12.vcxproj create mode 100644 plugins/TrafficCounter/TrafficCounter_12.vcxproj.filters (limited to 'plugins/TrafficCounter') diff --git a/plugins/TrafficCounter/TrafficCounter_12.vcxproj b/plugins/TrafficCounter/TrafficCounter_12.vcxproj new file mode 100644 index 0000000000..19dd4739c4 --- /dev/null +++ b/plugins/TrafficCounter/TrafficCounter_12.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) + WIN32;_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)..\..\bin12\lib + Windows + false + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;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)..\..\bin12\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)..\..\bin12\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)..\..\bin12\lib + /PDBALTPATH:%_PDB% %(AdditionalOptions) + Windows + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/TrafficCounter/TrafficCounter_12.vcxproj.filters b/plugins/TrafficCounter/TrafficCounter_12.vcxproj.filters new file mode 100644 index 0000000000..19e970c487 --- /dev/null +++ b/plugins/TrafficCounter/TrafficCounter_12.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