From 953e026340f1300c9419625913fbc958a0e098ba Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 28 Dec 2012 19:17:23 +0000 Subject: - StartPosition: added to solutions and langpack_russian git-svn-id: http://svn.miranda-ng.org/main/trunk@2873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StartPosition/StartPosition_10.vcxproj | 187 +++++++++++++++++++++ .../StartPosition/StartPosition_10.vcxproj.filters | 38 +++++ 2 files changed, 225 insertions(+) create mode 100644 plugins/StartPosition/StartPosition_10.vcxproj create mode 100644 plugins/StartPosition/StartPosition_10.vcxproj.filters (limited to 'plugins') diff --git a/plugins/StartPosition/StartPosition_10.vcxproj b/plugins/StartPosition/StartPosition_10.vcxproj new file mode 100644 index 0000000000..606598a13a --- /dev/null +++ b/plugins/StartPosition/StartPosition_10.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {046C5F80-ABE5-488F-BFC8-B024D4AACC8C} + StartPosition + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + 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 + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + $(ProfileDir)..\..\bin11\lib + + + + + true + true + Full + Level3 + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + Size + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + $(ProfileDir)..\..\bin11\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin11\lib + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ProgramDatabase + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + ..\..\include;%(AdditionalIncludeDirectories) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin11\lib + false + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/StartPosition/StartPosition_10.vcxproj.filters b/plugins/StartPosition/StartPosition_10.vcxproj.filters new file mode 100644 index 0000000000..f94ffb1214 --- /dev/null +++ b/plugins/StartPosition/StartPosition_10.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {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 + + + + + Header Files + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3