From 4f768c2c74564c76410c704a7cd63cf6c5ecda9a Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 13 Mar 2013 11:06:51 +0000 Subject: StatusChange plugin adopted git-svn-id: http://svn.miranda-ng.org/main/trunk@3997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusChange/StatusChange_10.vcxproj | 203 +++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 plugins/StatusChange/StatusChange_10.vcxproj (limited to 'plugins/StatusChange/StatusChange_10.vcxproj') diff --git a/plugins/StatusChange/StatusChange_10.vcxproj b/plugins/StatusChange/StatusChange_10.vcxproj new file mode 100644 index 0000000000..bd2d8f9558 --- /dev/null +++ b/plugins/StatusChange/StatusChange_10.vcxproj @@ -0,0 +1,203 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D09881C7-E189-49AD-919E-F64355F8EFD0} + StatusChange + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + + + + + + + + + + + + + + + + + <_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 + + + + true + true + Full + Level3 + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + 0x11050000 + $(ProfileDir)..\..\bin10\lib + false + true + true + true + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + true + true + Full + Level3 + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + 0x11050000 + $(ProfileDir)..\..\bin10\lib + false + true + true + true + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + false + 0x11050000 + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ProgramDatabase + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + Common.h + Use + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + false + 0x11050000 + + + + + + + + + + + + + + + Create + + + + + + \ No newline at end of file -- cgit v1.2.3