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/StartPosition/StartPosition_12.vcxproj | 204 +++++++++++++++++++++ .../StartPosition/StartPosition_12.vcxproj.filters | 44 +++++ 2 files changed, 248 insertions(+) create mode 100644 plugins/StartPosition/StartPosition_12.vcxproj create mode 100644 plugins/StartPosition/StartPosition_12.vcxproj.filters (limited to 'plugins/StartPosition') diff --git a/plugins/StartPosition/StartPosition_12.vcxproj b/plugins/StartPosition/StartPosition_12.vcxproj new file mode 100644 index 0000000000..b759239af8 --- /dev/null +++ b/plugins/StartPosition/StartPosition_12.vcxproj @@ -0,0 +1,204 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {046C5F80-ABE5-488F-BFC8-B024D4AACC8C} + StartPosition + + + + DynamicLibrary + v120_xp + Unicode + + + DynamicLibrary + v120_xp + Unicode + + + DynamicLibrary + v120_xp + Unicode + true + + + DynamicLibrary + v120_xp + Unicode + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + true + true + Full + Level3 + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + Size + Use + Common.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + $(ProfileDir)..\..\bin12\lib + + + + + true + true + Full + Level3 + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + Size + Use + Common.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + $(ProfileDir)..\..\bin12\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + Use + Common.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\lib + false + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ProgramDatabase + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + Use + Common.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin12\lib + false + + + + + + + + + + Create + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/StartPosition/StartPosition_12.vcxproj.filters b/plugins/StartPosition/StartPosition_12.vcxproj.filters new file mode 100644 index 0000000000..ee07b32ee3 --- /dev/null +++ b/plugins/StartPosition/StartPosition_12.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {d083a117-c873-4360-9fb2-949bb52876fa} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {7eaa0c54-3e4d-43c7-ad4c-e25d03e01f5a} + h;hpp;hxx;hm;inl + + + {f7f3bc83-2d6e-4710-b6a2-8057f48e432e} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3