From 7cb1e7723dbf8a6a83abe8dbbcf2f0d70eb3ccbe Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 17 May 2012 19:29:36 +0000 Subject: removed Release & Debug configs Part 2 git-svn-id: http://svn.miranda-ng.org/main/trunk@24 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ProfileManager/pmanagerEx.sln | 20 ++ plugins/ProfileManager/pmanagerEx.vcproj | 247 ---------------------- plugins/ProfileManager/pmanagerEx.vcxproj | 164 ++++++++++++++ plugins/ProfileManager/pmanagerEx.vcxproj.filters | 32 +++ 4 files changed, 216 insertions(+), 247 deletions(-) create mode 100644 plugins/ProfileManager/pmanagerEx.sln delete mode 100644 plugins/ProfileManager/pmanagerEx.vcproj create mode 100644 plugins/ProfileManager/pmanagerEx.vcxproj create mode 100644 plugins/ProfileManager/pmanagerEx.vcxproj.filters (limited to 'plugins/ProfileManager') diff --git a/plugins/ProfileManager/pmanagerEx.sln b/plugins/ProfileManager/pmanagerEx.sln new file mode 100644 index 0000000000..d2917e9741 --- /dev/null +++ b/plugins/ProfileManager/pmanagerEx.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmanagerEx", "pmanagerEx.vcxproj", "{728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug Unicode|Win32 = Debug Unicode|Win32 + Release Unicode|Win32 = Release Unicode|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/ProfileManager/pmanagerEx.vcproj b/plugins/ProfileManager/pmanagerEx.vcproj deleted file mode 100644 index 4c5613bdec..0000000000 --- a/plugins/ProfileManager/pmanagerEx.vcproj +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/ProfileManager/pmanagerEx.vcxproj b/plugins/ProfileManager/pmanagerEx.vcxproj new file mode 100644 index 0000000000..bdc96ab7cc --- /dev/null +++ b/plugins/ProfileManager/pmanagerEx.vcxproj @@ -0,0 +1,164 @@ + + + + + Debug Unicode + Win32 + + + Release Unicode + Win32 + + + + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5} + pmanager + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + .\Debug\ + .\Debug\ + true + $(SolutionDir)/Debug/\ + $(SolutionDir)/Debug/Obj/$(ProjectName)\ + false + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/pmanager.tlb + + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;pmanager_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreaded + .\Debug/pmanager.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + ./plugins/pmanager.dll + true + .\Debug/pmanager.pdb + false + + + .\Debug/pmanager.lib + MachineX86 + + + true + .\Debug/pmanager.bsc + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/pmanager.tlb + + + + + Full + AnySuitable + true + Size + false + false + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;pmanager_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + true + StreamingSIMDExtensions2 + $(IntDir)pmanager.pch + $(IntDir) + $(IntDir) + $(IntDir) + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + D:\Miranda\plugins/pmanager.dll + true + $(IntDir)$(TargetFileName).intermediate.manifest + $(IntDir)pmanager.pdb + + + false + + + $(IntDir)pmanager.lib + MachineX86 + + + $(IntDir)$(TargetName).xml + + + true + $(IntDir)pmanager.bsc + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/ProfileManager/pmanagerEx.vcxproj.filters b/plugins/ProfileManager/pmanagerEx.vcxproj.filters new file mode 100644 index 0000000000..29f1ce96f9 --- /dev/null +++ b/plugins/ProfileManager/pmanagerEx.vcxproj.filters @@ -0,0 +1,32 @@ + + + + + {7fcc9ab8-407a-4e78-80e0-3854d2b0cc67} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {3929b053-bc23-4d61-9c93-ddc8c84c8506} + h;hpp;hxx;hm;inl + + + {b9cfa9f3-72bc-439d-afaa-65df673624ea} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3