mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
dc6b96dd46
VC++Files/libmysqld/libmysqld.vcproj: don't recall exactly what this change was. VC++Files/libmysqltest/myTest.vcproj: redirect to client_release and client_debug folders VC++Files/mysql.sln: remove bdb from embedded classic target VC++Files/mysqlserver/mysqlserver.vcproj: redirect to lib_release and lib_debug folders server-tools/instance-manager/mysqlmanager.vcproj: redirect to proper folders sql/ha_federated.cc: fix windows compile problems sql/sql_acl.cc: fix windows compile problems sql/table.cc: fix windows compile problems sql/unireg.cc: fix windows compile problems VC++Files/mysqlserver/dummy.cpp: added new file to make mysqlserver generate a lib
373 lines
8.5 KiB
XML
373 lines
8.5 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="mysqlmanager"
|
|
ProjectGUID="{6D524B3E-210A-4FCD-8D41-FEC0D21E83AC}"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="../../client_debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="1"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\include,../../extra/yassl/include"
|
|
PreprocessorDefinitions="MYSQL_INSTANCE_MANAGER;MYSQL_SERVER;_DEBUG;SAFEMALLOC;SAFE_MUTEX;_WINDOWS;CONSOLE"
|
|
MinimalRebuild="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib"
|
|
OutputFile="$(OutDir)/mysqlmanager.exe"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(OutDir)/mysqlmanager.pdb"
|
|
SubSystem="1"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="../../client_release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="1"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include,../../extra/yassl/include"
|
|
PreprocessorDefinitions="MYSQL_INSTANCE_MANAGER;MYSQL_SERVER;_WINDOWS;CONSOLE"
|
|
ExceptionHandling="FALSE"
|
|
RuntimeLibrary="0"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib"
|
|
OutputFile="$(OutDir)/mysqlmanager.exe"
|
|
LinkIncremental="1"
|
|
GenerateDebugInformation="TRUE"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
<File
|
|
RelativePath=".\buffer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\sql\client.c">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\command.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\commands.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\libmysql\get_password.c">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\guardian.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\IMService.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\instance.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\instance_map.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\instance_options.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\listener.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\log.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\manager.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\messages.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\sql\mini_client_errors.c">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mysql_connection.cpp">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mysqlmanager.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\sql\net_serv.cpp">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\options.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\sql\pack.c">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\parse.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\parse_output.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\sql\password.c">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\priv.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\protocol.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\sql\sql_state.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\thread_registry.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\user_map.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\WindowsService.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<File
|
|
RelativePath=".\buffer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\command.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\commands.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\factory.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\guardian.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\IMService.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\instance.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\instance_map.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\instance_options.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\listener.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\log.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\manager.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\messages.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\mysql_connection.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\mysql_manager_error.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\options.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\parse.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\parse_output.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\portability.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\priv.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\protocol.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\thread_registry.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\user_map.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\WindowsService.h">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|