mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
19a6a09126
Major cleanup of old Visual Studio project files, aligning engines etc
148 lines
3.9 KiB
XML
148 lines
3.9 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="mysqladmin"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\release_obj"
|
|
IntermediateDirectory=".\release_obj"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OptimizeForProcessor="2"
|
|
AdditionalIncludeDirectories="../include,../"
|
|
PreprocessorDefinitions="DBUG_OFF;NDEBUG;_CONSOLE;_WINDOWS"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
PrecompiledHeaderFile=".\release_obj/mysqladmin.pch"
|
|
AssemblerListingLocation=".\release_obj/"
|
|
ObjectFile=".\release_obj/"
|
|
ProgramDataBaseFileName=".\release_obj/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="1"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
|
|
OutputFile=".\release/mysqladmin.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories=""
|
|
ProgramDatabaseFile=".\release/mysqladmin.pdb"
|
|
SubSystem="1"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName=".\release_obj/mysqladmin.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\debug_obj"
|
|
IntermediateDirectory=".\debug_obj"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
OptimizeForProcessor="2"
|
|
AdditionalIncludeDirectories="../include,../"
|
|
PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
PrecompiledHeaderFile=".\debug_obj/mysqladmin.pch"
|
|
AssemblerListingLocation=".\debug_obj/"
|
|
ObjectFile=".\debug_obj/"
|
|
ProgramDataBaseFileName=".\debug_obj/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="1"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
|
|
OutputFile=".\debug/mysqladmin.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories=""
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile=".\debug/mysqladmin.pdb"
|
|
SubSystem="1"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName=".\debug_obj/mysqladmin.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath="mysqladmin.cpp">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|