From c0539382286c3a3dadd4feab6068384f84c27fba Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 11 Jun 2012 19:44:41 +0000 Subject: protocols icons projects added git-svn-id: http://svn.miranda-ng.org/main/trunk@388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/proto_irc/Proto_IRC.vcxproj | 182 +++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 protocols/IRCG/proto_irc/Proto_IRC.vcxproj (limited to 'protocols/IRCG/proto_irc/Proto_IRC.vcxproj') diff --git a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj new file mode 100644 index 0000000000..993ad01006 --- /dev/null +++ b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj @@ -0,0 +1,182 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {DD667247-3712-4355-9774-7E6ACAF2275E} + Win32Proj + Proto_IRC + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;PROTO_IRC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;PROTO_IRC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PROTO_IRC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PROTO_IRC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3