summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/UInfoEx_8.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/UInfoEx_8.vcproj')
-rw-r--r--plugins/UserInfoEx/UInfoEx_8.vcproj1935
1 files changed, 0 insertions, 1935 deletions
diff --git a/plugins/UserInfoEx/UInfoEx_8.vcproj b/plugins/UserInfoEx/UInfoEx_8.vcproj
deleted file mode 100644
index 171b349cf6..0000000000
--- a/plugins/UserInfoEx/UInfoEx_8.vcproj
+++ /dev/null
@@ -1,1935 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="uinfoex"
- ProjectGUID="{AD3B6CDC-7B26-4338-B6AE-0306DEDA0D6A}"
- RootNamespace="UInfoEx"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="2"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pch;*.pgc;*.pgd;*.meta;$(TargetPath);$(TargetDir)$(ProjectName).*;$(TargetDir)$(RootNamespace).*"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="res;Ex_Import;..\..\include;..\ExternalAPI"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;UINFOEX_EXPORTS;_MBCS;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_MBCS;_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- OutputFile="$(OutDir)\uinfoex.dll"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- 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="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)\$(ConfigurationName)64"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="2"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pch;*.pgc;*.pgd;*.meta;$(TargetPath);$(TargetDir)$(ProjectName).*;$(TargetDir)$(RootNamespace).*"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include;..\ExternalAPI;res;Ex_Import"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;UINFOEX_EXPORTS;_MBCS;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_MBCS;_DEBUG;_WIN64"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- OutputFile="$(OutDir)\uinfoex.dll"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="2"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pch;*.pgc;*.pgd;*.meta;$(TargetPath);$(TargetDir)$(ProjectName).*;$(TargetDir)$(RootNamespace).*"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="res;Ex_Import;..\..\include;..\ExternalAPI"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UINFOEX_EXPORTS;_MBCS;_CRT_SECURE_NO_DEPRECATE"
- StringPooling="true"
- RuntimeLibrary="2"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_MBCS;NDEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- UseUnicodeResponseFiles="false"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- OutputFile="$(OutDir)\uinfoex.dll"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="oleaut32.lib uuid.lib winspool.lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- ErrorReporting="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)\$(ConfigurationName)64"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="2"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pch;*.pgc;*.pgd;*.meta;$(TargetPath);$(TargetDir)$(ProjectName).*;$(TargetDir)$(RootNamespace).*"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="..\..\include;..\ExternalAPI;res;Ex_Import"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UINFOEX_EXPORTS;_MBCS;_CRT_SECURE_NO_DEPRECATE"
- StringPooling="true"
- RuntimeLibrary="2"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_MBCS;NDEBUG;_WIN64"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- UseUnicodeResponseFiles="false"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- OutputFile="$(OutDir)\uinfoex.dll"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="oleaut32.lib uuid.lib winspool.lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- ErrorReporting="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="1"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pch;*.pgc;*.pgd;*.meta;$(TargetPath);$(TargetDir)$(ProjectName).*;$(TargetDir)$(RootNamespace).*"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="res;Ex_Import;..\..\include;..\ExternalAPI"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;UINFOEX_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG,_UNICODE,UNICODE"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- OutputFile="$(OutDir)\$(ProjectName)W.dll"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- 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="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)\$(ConfigurationName)64"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="1"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pch;*.pgc;*.pgd;*.meta;$(TargetPath);$(TargetDir)$(ProjectName).*;$(TargetDir)$(RootNamespace).*"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include;..\ExternalAPI;res;Ex_Import"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;UINFOEX_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN64"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- OutputFile="$(OutDir)\$(ProjectName)W.dll"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="1"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pch;*.pgc;*.pgd;*.meta;$(TargetPath);$(TargetDir)$(ProjectName).*;$(TargetDir)$(RootNamespace).*"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- EnableIntrinsicFunctions="false"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- AdditionalIncludeDirectories="res;Ex_Import;..\..\include;..\ExternalAPI"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UINFOEX_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
- StringPooling="true"
- RuntimeLibrary="2"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG,_UNICODE,UNICODE"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- OutputFile="$(OutDir)\$(ProjectName)W.dll"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="oleaut32.lib uuid.lib winspool.lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TurnOffAssemblyGeneration="true"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)\$(ConfigurationName)64"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="1"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pch;*.pgc;*.pgd;*.meta;$(TargetPath);$(TargetDir)$(ProjectName).*;$(TargetDir)$(RootNamespace).*"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- EnableIntrinsicFunctions="false"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- AdditionalIncludeDirectories="..\..\include;..\ExternalAPI;res;Ex_Import"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UINFOEX_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
- StringPooling="true"
- RuntimeLibrary="2"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN64"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- OutputFile="$(OutDir)\$(ProjectName)W.dll"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="oleaut32.lib uuid.lib winspool.lib"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TurnOffAssemblyGeneration="true"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".\classMAnnivDate.cpp"
- >
- </File>
- <File
- RelativePath=".\classMAnnivDate.h"
- >
- </File>
- <File
- RelativePath=".\classMTime.cpp"
- >
- </File>
- <File
- RelativePath=".\classMTime.h"
- >
- </File>
- <File
- RelativePath=".\classPsTree.cpp"
- >
- </File>
- <File
- RelativePath=".\classPsTreeItem.cpp"
- >
- </File>
- <File
- RelativePath=".\commonheaders.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\commonheaders.h"
- >
- </File>
- <File
- RelativePath=".\init.cpp"
- >
- </File>
- <File
- RelativePath=".\mir_contactqueue.cpp"
- >
- </File>
- <File
- RelativePath=".\mir_contactqueue.h"
- >
- </File>
- <File
- RelativePath=".\mir_db.cpp"
- >
- </File>
- <File
- RelativePath=".\mir_db.h"
- >
- </File>
- <File
- RelativePath=".\mir_icolib.cpp"
- >
- </File>
- <File
- RelativePath=".\mir_icolib.h"
- >
- </File>
- <File
- RelativePath=".\mir_menuitems.cpp"
- >
- </File>
- <File
- RelativePath=".\mir_menuitems.h"
- >
- </File>
- <File
- RelativePath=".\mir_string.cpp"
- >
- </File>
- <File
- RelativePath=".\mir_string.h"
- >
- </File>
- <File
- RelativePath=".\psp_options.cpp"
- >
- </File>
- <File
- RelativePath=".\psp_options.h"
- >
- </File>
- <Filter
- Name="Services"
- >
- <File
- RelativePath=".\svc_avatar.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_avatar.h"
- >
- </File>
- <File
- RelativePath=".\svc_constants.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_constants.h"
- >
- </File>
- <File
- RelativePath=".\svc_contactinfo.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_contactinfo.h"
- >
- </File>
- <File
- RelativePath=".\svc_email.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_email.h"
- >
- </File>
- <File
- RelativePath=".\svc_gender.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_gender.h"
- >
- </File>
- <File
- RelativePath=".\svc_homepage.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_homepage.h"
- >
- </File>
- <File
- RelativePath=".\svc_phone.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_phone.h"
- >
- </File>
- <File
- RelativePath=".\svc_refreshci.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_refreshci.h"
- >
- </File>
- <File
- RelativePath=".\svc_reminder.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_reminder.h"
- >
- </File>
- <File
- RelativePath=".\svc_timezone.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_timezone.h"
- >
- </File>
- <File
- RelativePath=".\svc_timezone_old.cpp"
- >
- </File>
- <File
- RelativePath=".\svc_timezone_old.h"
- >
- </File>
- <Filter
- Name="Ex/Import"
- >
- <File
- RelativePath=".\ex_import\classExImContactBase.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\classExImContactBase.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\classExImContactXML.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\classExImContactXML.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\dlg_ExImModules.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\dlg_ExImModules.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\dlg_ExImOpenSaveFile.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\dlg_ExImOpenSaveFile.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\dlg_ExImProgress.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\dlg_ExImProgress.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\mir_rfcCodecs.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\svc_ExImINI.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\svc_ExImINI.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\svc_ExImport.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\svc_ExImport.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\svc_ExImVCF.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\svc_ExImVCF.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\svc_ExImXML.cpp"
- >
- </File>
- <File
- RelativePath=".\ex_import\svc_ExImXML.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\tinystr.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\ex_import\tinystr.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\tinyxml.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\ex_import\tinyxml.h"
- >
- </File>
- <File
- RelativePath=".\ex_import\tinyxmlerror.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\ex_import\tinyxmlparser.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="flags"
- >
- <File
- RelativePath=".\Flags\svc_countrylistext.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Flags\svc_countrylistext.h"
- >
- </File>
- <File
- RelativePath=".\Flags\svc_flags.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Flags\svc_flags.h"
- >
- </File>
- <File
- RelativePath=".\Flags\svc_flagsicons.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="..\commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Flags\svc_flagsicons.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Dialogs"
- >
- <File
- RelativePath=".\dlg_anniversarylist.cpp"
- >
- </File>
- <File
- RelativePath=".\dlg_anniversarylist.h"
- >
- </File>
- <File
- RelativePath=".\dlg_msgbox.cpp"
- >
- </File>
- <File
- RelativePath=".\dlg_msgbox.h"
- >
- </File>
- <File
- RelativePath=".\dlg_propsheet.cpp"
- >
- </File>
- <File
- RelativePath=".\dlg_propsheet.h"
- >
- </File>
- <Filter
- Name="Details Pages"
- >
- <File
- RelativePath=".\psp_about.cpp"
- >
- </File>
- <File
- RelativePath=".\psp_anniversary.cpp"
- >
- </File>
- <File
- RelativePath=".\psp_base.cpp"
- >
- </File>
- <File
- RelativePath=".\psp_base.h"
- >
- </File>
- <File
- RelativePath=".\psp_company.cpp"
- >
- </File>
- <File
- RelativePath=".\psp_contact.cpp"
- >
- </File>
- <File
- RelativePath=".\psp_general.cpp"
- >
- </File>
- <File
- RelativePath=".\psp_origin.cpp"
- >
- </File>
- <File
- RelativePath=".\psp_profile.cpp"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Controls"
- >
- <File
- RelativePath=".\ctrl_annivedit.cpp"
- >
- </File>
- <File
- RelativePath=".\ctrl_annivedit.h"
- >
- </File>
- <File
- RelativePath=".\ctrl_base.cpp"
- >
- </File>
- <File
- RelativePath=".\ctrl_base.h"
- >
- </File>
- <File
- RelativePath=".\ctrl_button.cpp"
- >
- </File>
- <File
- RelativePath=".\ctrl_button.h"
- >
- </File>
- <File
- RelativePath=".\ctrl_combo.cpp"
- >
- </File>
- <File
- RelativePath=".\ctrl_combo.h"
- >
- </File>
- <File
- RelativePath=".\ctrl_contact.cpp"
- >
- </File>
- <File
- RelativePath=".\ctrl_contact.h"
- >
- </File>
- <File
- RelativePath=".\ctrl_edit.cpp"
- >
- </File>
- <File
- RelativePath=".\ctrl_edit.h"
- >
- </File>
- <File
- RelativePath=".\ctrl_tzcombo.cpp"
- >
- </File>
- <File
- RelativePath=".\ctrl_tzcombo.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- <File
- RelativePath=".\Res\default.ico"
- >
- </File>
- <File
- RelativePath=".\Res\dragcopy.cur"
- >
- </File>
- <File
- RelativePath=".\Res\flags.png"
- >
- </File>
- <File
- RelativePath=".\Res\lstFolder.ico"
- >
- </File>
- <File
- RelativePath=".\Res\main.ico"
- >
- </File>
- <File
- RelativePath=".\Res\resource.h"
- >
- </File>
- <File
- RelativePath=".\Res\resource.rc"
- >
- </File>
- <File
- RelativePath=".\Res\sendmail.ico"
- >
- </File>
- <File
- RelativePath=".\Res\version.rc"
- >
- </File>
- </Filter>
- <Filter
- Name="SDK"
- >
- <Filter
- Name="custom"
- >
- <File
- RelativePath=".\SDK\m_db3xsa.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_flags.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_MagneticWindows.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_metacontacts.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_popup2.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_toolbar.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_toptoolbar.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_updater.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_userinfoex.h"
- >
- </File>
- </Filter>
- <Filter
- Name="miranda"
- >
- <File
- RelativePath="..\..\include\m_addcontact.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_avatars.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_awaymsg.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_button.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_chat.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clist.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clistint.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clui.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_contactdir.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_contacts.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_database.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_email.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_file.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_findadd.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_fontservice.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_fuse.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_genmenu.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_history.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_icolib.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_icq.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_idle.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_ignore.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_imgsrvc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_langpack.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_message.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_netlib.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_options.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_plugins.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_png.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protocols.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protomod.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protosvc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_skin.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_system.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_system_cpp.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_url.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_userinfo.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_utils.h"
- >
- </File>
- <File
- RelativePath="..\..\include\newpluginapi.h"
- >
- </File>
- <File
- RelativePath="..\..\include\statusmodes.h"
- >
- </File>
- <File
- RelativePath="..\..\include\win2k.h"
- >
- </File>
- </Filter>
- </Filter>
- <File
- RelativePath=".\changelog.txt"
- >
- </File>
- <File
- RelativePath=".\Res\version.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>