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/CrashDumper/crshdmp_12.vcxproj | 227 +++++++++++++++++++++++++ plugins/CrashDumper/crshdmp_12.vcxproj.filters | 68 ++++++++ 2 files changed, 295 insertions(+) create mode 100644 plugins/CrashDumper/crshdmp_12.vcxproj create mode 100644 plugins/CrashDumper/crshdmp_12.vcxproj.filters (limited to 'plugins/CrashDumper') diff --git a/plugins/CrashDumper/crshdmp_12.vcxproj b/plugins/CrashDumper/crshdmp_12.vcxproj new file mode 100644 index 0000000000..8b74ec6cc1 --- /dev/null +++ b/plugins/CrashDumper/crshdmp_12.vcxproj @@ -0,0 +1,227 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + CrashDumper + {576EEEFD-E423-482B-879A-F0515D40B8E1} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.311 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Full + Size + true + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + false + false + Fast + Level3 + OnlyExplicitInline + Use + utils.h + + + dbghelp.lib;version.lib;%(AdditionalDependencies) + true + Windows + true + true + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin12\lib + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + Full + Size + true + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + false + false + Fast + Level3 + OnlyExplicitInline + Use + utils.h + + + dbghelp.lib;version.lib;%(AdditionalDependencies) + true + Windows + true + true + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin12\lib + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Fast + Level3 + EditAndContinue + false + Use + utils.h + + + dbghelp.lib;version.lib;%(AdditionalDependencies) + true + Windows + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin12\lib + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Fast + Level3 + false + Use + utils.h + + + dbghelp.lib;version.lib;%(AdditionalDependencies) + true + Windows + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin12\lib + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/CrashDumper/crshdmp_12.vcxproj.filters b/plugins/CrashDumper/crshdmp_12.vcxproj.filters new file mode 100644 index 0000000000..48abea0ec4 --- /dev/null +++ b/plugins/CrashDumper/crshdmp_12.vcxproj.filters @@ -0,0 +1,68 @@ + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + {1b9ea841-da4e-4a4f-b264-f1fb6e1f4d8f} + + + {6262c2f6-a26d-4484-97d2-a070eddff40e} + + + {62e505d1-3764-4225-b4dd-cf2341c4f783} + + + \ No newline at end of file -- cgit v1.2.3