diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /protocols/JabberG/jabber_8.vcproj | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber_8.vcproj')
-rw-r--r-- | protocols/JabberG/jabber_8.vcproj | 1047 |
1 files changed, 1047 insertions, 0 deletions
diff --git a/protocols/JabberG/jabber_8.vcproj b/protocols/JabberG/jabber_8.vcproj new file mode 100644 index 0000000000..68b86678dd --- /dev/null +++ b/protocols/JabberG/jabber_8.vcproj @@ -0,0 +1,1047 @@ +<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="jabber"
+ ProjectGUID="{33276462-8313-4192-8306-13717ECCA60A}"
+ RootNamespace="jabber"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/jabber.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
+ ExceptionHandling="0"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="jabber.h"
+ AssemblerListingLocation=""
+ BrowseInformationFile=""
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ CompileAs="0"
+ DisableSpecificWarnings="4996"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ GenerateMapFile="false"
+ MapFileName=""
+ BaseAddress="0x32500000"
+ ImportLibrary="$(IntDir)/$(TargetName).lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/jabber.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ FavorSizeOrSpeed="2"
+ OmitFramePointers="true"
+ WholeProgramOptimization="true"
+ AdditionalIncludeDirectories="../../include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="jabber.h"
+ AssemblerListingLocation=""
+ BrowseInformationFile=""
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ DisableSpecificWarnings="4996"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/ALIGN:4096 /ignore:4108"
+ AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ GenerateMapFile="false"
+ MapFileName=""
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
+ BaseAddress="0x32500000"
+ ImportLibrary="$(IntDir)/$(TargetName).lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release Unicode|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/jabber.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="1"
+ FavorSizeOrSpeed="2"
+ WholeProgramOptimization="true"
+ AdditionalIncludeDirectories="../../include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="jabber.h"
+ AssemblerListingLocation=""
+ BrowseInformationFile=""
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ DisableSpecificWarnings="4996"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/ALIGN:4096 /ignore:4108"
+ AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
+ SuppressStartupBanner="true"
+ AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
+ GenerateMapFile="false"
+ MapFileName=""
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
+ BaseAddress="0x32500000"
+ ImportLibrary="$(TargetDir)$(TargetName).lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug Unicode|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/jabber.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
+ StringPooling="false"
+ ExceptionHandling="0"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ FloatingPointModel="0"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="jabber.h"
+ AssemblerListingLocation=""
+ BrowseInformationFile=""
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ CompileAs="0"
+ DisableSpecificWarnings="4996"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
+ GenerateMapFile="false"
+ MapFileName=""
+ BaseAddress="0x32500000"
+ ImportLibrary="$(IntDir)/$(TargetName).lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="jabber.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ BasicRuntimeChecks="3"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ AdditionalIncludeDirectories=""
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ AdditionalIncludeDirectories=""
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug Unicode|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ BasicRuntimeChecks="3"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\jabber_adhoc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_agent.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_bookmarks.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_byte.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_caps.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_captcha.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_chat.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_console.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_disco.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_events.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_file.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_form.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_ft.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_groupchat.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_ibb.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_icolib.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_iq.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_iq_handlers.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_iqid.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_iqid_muc.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_libstr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_list.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_message_handlers.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_message_manager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_misc.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_notes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_opt.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_opttree.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_password.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_presence_manager.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_privacy.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_proto.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_proxy.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_rc.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_search.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_secur.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_send_manager.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_std.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_svc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_thread.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_treelist.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_userinfo.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_util.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_vcard.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_ws.cpp"
+ >
+ </File>
+ <File
+ RelativePath="jabber_xml.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_xstatus.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_zstream.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\MString.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\ui_utils.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="jabber.h"
+ >
+ </File>
+ <File
+ RelativePath="jabber_byte.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_caps.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_disco.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_ibb.h"
+ >
+ </File>
+ <File
+ RelativePath="jabber_iq.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_iq_handlers.h"
+ >
+ </File>
+ <File
+ RelativePath="jabber_list.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_message_manager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_notes.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_opttree.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_presence_manager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_privacy.h"
+ >
+ </File>
+ <File
+ RelativePath="jabber_proxy.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_rc.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_search.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_secur.h"
+ >
+ </File>
+ <File
+ RelativePath=".\jabber_send_manager.h"
+ >
+ </File>
+ <File
+ RelativePath="jabber_ssl.h"
+ >
+ </File>
+ <File
+ RelativePath="jabber_xml.h"
+ >
+ </File>
+ <File
+ RelativePath=".\resource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\ui_utils.h"
+ >
+ </File>
+ <File
+ RelativePath=".\version.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ <File
+ RelativePath=".\icos\add2roster.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\addcontact.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\arrow_down.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\arrow_up.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\auth_revoke.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\block.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\bookmarks.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\command.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\console.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\delete.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\disco_fail.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\disco_in_progress.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\disco_ok.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\filter.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\gcadmin.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\gcmodera.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\gcowner.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\gcvoice.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\go.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\grant.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\group.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\home.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\jabber.ico"
+ >
+ </File>
+ <File
+ RelativePath="jabber.rc"
+ >
+ </File>
+ <File
+ RelativePath="icos\key.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\login.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\message.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\message_allow.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\message_deny.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\open.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\openid.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\pages.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\plist_active.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\plist_any.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\plist_default.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\presence_in_allow.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\presence_in_deny.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\presence_out_allow.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\presence_out_deny.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\privacy_lists.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\query_allow.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\query_deny.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\refresh.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\refresh_node.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\rename.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\request.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\reset_filter.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\roster.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\rss.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\save.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\server.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\service_discovery.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\store.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\transport.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\transport_local.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\user2room.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\version.rc"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\view_as_list.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\view_as_tree.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icos\weather.ico"
+ >
+ </File>
+ <File
+ RelativePath="icos\write.ico"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="docs\changelog_jabber.txt"
+ >
+ </File>
+ <File
+ RelativePath="docs\readme_jabber.txt"
+ >
+ </File>
+ <File
+ RelativePath="docs\translation_jabber.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|