From 981c7b9482d6f65c38aeec624a10c6b91a9d77cf Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 3 Oct 2012 18:54:15 +0200 Subject: Now really finish the reversion --- plugins/mpcinfo/mpcinfo-xp.vcxproj | 105 +++++++++++++++++++++++++++++ plugins/mpcinfo/mpcinfo-xp.vcxproj.filters | 23 +++++++ 2 files changed, 128 insertions(+) create mode 100644 plugins/mpcinfo/mpcinfo-xp.vcxproj create mode 100644 plugins/mpcinfo/mpcinfo-xp.vcxproj.filters (limited to 'plugins/mpcinfo') diff --git a/plugins/mpcinfo/mpcinfo-xp.vcxproj b/plugins/mpcinfo/mpcinfo-xp.vcxproj new file mode 100644 index 00000000..011e08ea --- /dev/null +++ b/plugins/mpcinfo/mpcinfo-xp.vcxproj @@ -0,0 +1,105 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {B0E36D93-CA2A-49FE-9EB9-9C96C6016EEC} + Win32Proj + mpcinfo + mpcinfo + + + + DynamicLibrary + false + true + MultiByte + + + DynamicLibrary + false + true + MultiByte + + + + + + + + + + + + + + + false + hcmpcinfo + $(HexChatBin) + $(HexChatObj)$(ProjectName)\ + + + false + hcmpcinfo + $(HexChatBin) + $(HexChatObj)$(ProjectName)\ + + + + Level1 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;MPCINFO_EXPORTS;%(PreprocessorDefinitions) + true + ..;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + mpcinfo.def + + + + + Level1 + + + MaxSpeed + true + true + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;MPCINFO_EXPORTS;%(PreprocessorDefinitions) + true + ..;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + mpcinfo.def + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/mpcinfo/mpcinfo-xp.vcxproj.filters b/plugins/mpcinfo/mpcinfo-xp.vcxproj.filters new file mode 100644 index 00000000..7e22eb30 --- /dev/null +++ b/plugins/mpcinfo/mpcinfo-xp.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Resource Files + + + + + Source Files + + + \ No newline at end of file -- cgit 1.4.1