summaryrefslogtreecommitdiff
path: root/mBot/src/mbot/mbot.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'mBot/src/mbot/mbot.vcproj')
-rw-r--r--mBot/src/mbot/mbot.vcproj376
1 files changed, 376 insertions, 0 deletions
diff --git a/mBot/src/mbot/mbot.vcproj b/mBot/src/mbot/mbot.vcproj
new file mode 100644
index 0000000..11c2bc8
--- /dev/null
+++ b/mBot/src/mbot/mbot.vcproj
@@ -0,0 +1,376 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="mbot"
+ ProjectGUID="{E7893C5B-D58D-40ED-98C1-A6C29015401E}"
+ RootNamespace="mbot"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\..\bin"
+ IntermediateDirectory="..\..\obj"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\utils;..\libphp;/data/src/miranda/include;c:\data/src/php;/data/src/php/zend;/data/src/php/main;/data/src/php/TSRM;/data/src/php/sapi/embed;/data/src/miranda/protocols/IRC"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mbot_EXPORTS;_LPHP_STATIC_;E;ZTS;ZEND_WIN32;PHP_WIN32;ZEND_DEBUG=0;_CRT_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T=1"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ IgnoreDefaultLibraryNames=""
+ ModuleDefinitionFile="mbot.def"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/mbot.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/mbot.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"
+ CommandLine="cp ..\..\bin\mbot.dll c:\programs\miranda\plugins\"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\..\bin"
+ IntermediateDirectory="..\..\obj"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="true"
+ EnableFiberSafeOptimizations="true"
+ AdditionalIncludeDirectories="..\utils;..\libphp;/data/src/miranda/include;c:\data/src/php;/data/src/php/zend;/data/src/php/main;/data/src/php/TSRM;/data/src/php/sapi/embed;/data/src/miranda/protocols/IRC"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mbot_EXPORTS;_LPHP_STATIC_;E;ZTS;ZEND_WIN32;PHP_WIN32;ZEND_DEBUG=0;_CRT_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T=1"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateManifest="false"
+ IgnoreAllDefaultLibraries="false"
+ IgnoreDefaultLibraryNames=""
+ ModuleDefinitionFile="mbot.def"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="0"
+ BaseAddress="0x03900000"
+ ImportLibrary="$(OutDir)/mbot.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"
+ CommandLine="cp ..\..\bin\mbot.dll c:\programs\miranda\plugins\"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
+ >
+ <File
+ RelativePath=".\config.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\cron.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\dialogs.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\helpers.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\mbot.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\server.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\smanager.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\sync.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\window.cpp"
+ >
+ </File>
+ <Filter
+ Name="functions"
+ >
+ <File
+ RelativePath=".\functions\mb_auth.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_contact.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_dlg.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_event.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_ft.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_icons.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_irc.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_misc.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_msg.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_proto.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_pu.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_reg.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_search.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_snd.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\functions\mb_sys.cpp"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc"
+ >
+ <File
+ RelativePath=".\config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\cron.h"
+ >
+ </File>
+ <File
+ RelativePath=".\dialogs.h"
+ >
+ </File>
+ <File
+ RelativePath=".\functions.h"
+ >
+ </File>
+ <File
+ RelativePath=".\helpers.h"
+ >
+ </File>
+ <File
+ RelativePath=".\m_script.h"
+ >
+ </File>
+ <File
+ RelativePath=".\mbot.h"
+ >
+ </File>
+ <File
+ RelativePath="resource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\smanager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\sync.h"
+ >
+ </File>
+ <File
+ RelativePath=".\window.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ <File
+ RelativePath=".\res\icon1.ico"
+ >
+ </File>
+ <File
+ RelativePath="mbot.rc"
+ >
+ </File>
+ <File
+ RelativePath=".\res\tbar.bmp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>