From e7244f246d32e4ebbc373baed4dd3f9b48240f69 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 8 Jul 2012 09:22:59 +0000 Subject: MimCmd: project cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CmdLine/MimCmd/MimCmd.vcproj | 404 -------------------------- plugins/CmdLine/MimCmd/MimCmd.vcxproj | 174 +++++++++++ plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters | 50 ++++ plugins/CmdLine/MimCmd/common.h | 4 +- 4 files changed, 226 insertions(+), 406 deletions(-) delete mode 100644 plugins/CmdLine/MimCmd/MimCmd.vcproj create mode 100644 plugins/CmdLine/MimCmd/MimCmd.vcxproj create mode 100644 plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters (limited to 'plugins/CmdLine/MimCmd') diff --git a/plugins/CmdLine/MimCmd/MimCmd.vcproj b/plugins/CmdLine/MimCmd/MimCmd.vcproj deleted file mode 100644 index fb04bfb375..0000000000 --- a/plugins/CmdLine/MimCmd/MimCmd.vcproj +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/CmdLine/MimCmd/MimCmd.vcxproj b/plugins/CmdLine/MimCmd/MimCmd.vcxproj new file mode 100644 index 0000000000..f4f14a4859 --- /dev/null +++ b/plugins/CmdLine/MimCmd/MimCmd.vcxproj @@ -0,0 +1,174 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1E3BB48A-FFBC-4A03-8C43-9124A484BE51} + + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + MultiByte + true + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\;..\..\..\include;..\..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + + + true + Windows + false + $(IntDir)$(TargetName).lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Disabled + ..\;..\..\..\include;..\..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + true + Windows + false + $(IntDir)$(TargetName).lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + ..\;..\..\..\include;..\..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Level3 + Full + Size + + + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + ..\;..\..\..\include;..\..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Level3 + Full + Size + + + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters b/plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters new file mode 100644 index 0000000000..607cc932f8 --- /dev/null +++ b/plugins/CmdLine/MimCmd/MimCmd.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/CmdLine/MimCmd/common.h b/plugins/CmdLine/MimCmd/common.h index 8361cc24d4..5a66323778 100644 --- a/plugins/CmdLine/MimCmd/common.h +++ b/plugins/CmdLine/MimCmd/common.h @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define NO_MIMCMD_COMMANDS -#include "../../cmdline/mimcmd_data.h" -#include "../../cmdline/mimcmd_ipc.h" +#include "mimcmd_data.h" +#include "mimcmd_ipc.h" #include "commands.h" #include "langpack.h" \ No newline at end of file -- cgit v1.2.3