mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Update output directories
This commit is contained in:
parent
2048ce89d1
commit
99b88c68ad
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\alice_ss"
|
||||
IntermediateDirectory=".\release\alice_ss"
|
||||
OutputDirectory="..\..\..\temp\release\alice_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\alice_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\alice_ss/alice.pch"
|
||||
AssemblerListingLocation=".\release\alice_ss/"
|
||||
ObjectFile=".\release\alice_ss/"
|
||||
ProgramDataBaseFileName=".\release\alice_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\alice_ss/alice.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\alice_ss/"
|
||||
ObjectFile="..\..\..\temp\release\alice_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\alice_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -42,7 +42,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\alice_ss\alice.lib"
|
||||
OutputFile="..\..\..\temp\release\alice_ss\alice.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\alice_ss"
|
||||
IntermediateDirectory=".\debug\alice_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\alice_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\alice_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,SUPERSERVER,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\alice_ss/alice.pch"
|
||||
AssemblerListingLocation=".\debug\alice_ss/"
|
||||
ObjectFile=".\debug\alice_ss/"
|
||||
ProgramDataBaseFileName=".\debug\alice_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\alice_ss/alice.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\alice_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\alice_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\alice_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -86,7 +86,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\alice_ss\alice.lib"
|
||||
OutputFile="..\..\..\temp\debug\alice_ss\alice.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\alice_cs"
|
||||
IntermediateDirectory=".\release\alice_cs"
|
||||
OutputDirectory="..\..\..\temp\release\alice_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\alice_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\alice_cs/alice_classic.pch"
|
||||
AssemblerListingLocation=".\release\alice_cs/"
|
||||
ObjectFile=".\release\alice_cs/"
|
||||
ProgramDataBaseFileName=".\release\alice_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\alice_cs/alice_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\alice_cs/"
|
||||
ObjectFile="..\..\..\temp\release\alice_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\alice_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\alice_cs"
|
||||
IntermediateDirectory=".\debug\alice_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\alice_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\alice_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\alice_cs/alice_classic.pch"
|
||||
AssemblerListingLocation=".\debug\alice_cs/"
|
||||
ObjectFile=".\debug\alice_cs/"
|
||||
ProgramDataBaseFileName=".\debug\alice_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\alice_cs/alice_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\alice_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\alice_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\alice_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\burp_ss"
|
||||
IntermediateDirectory=".\release\burp_ss"
|
||||
OutputDirectory="..\..\..\temp\release\burp_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\burp_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\burp_ss/burp.pch"
|
||||
AssemblerListingLocation=".\release\burp_ss/"
|
||||
ObjectFile=".\release\burp_ss/"
|
||||
ProgramDataBaseFileName=".\release\burp_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\burp_ss/burp.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\burp_ss/"
|
||||
ObjectFile="..\..\..\temp\release\burp_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\burp_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -42,7 +42,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\burp_ss\burp.lib"
|
||||
OutputFile="..\..\..\temp\release\burp_ss\burp.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\burp_ss"
|
||||
IntermediateDirectory=".\debug\burp_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\burp_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\burp_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,SUPERSERVER,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\burp_ss/burp.pch"
|
||||
AssemblerListingLocation=".\debug\burp_ss/"
|
||||
ObjectFile=".\debug\burp_ss/"
|
||||
ProgramDataBaseFileName=".\debug\burp_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\burp_ss/burp.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\burp_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\burp_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\burp_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -86,7 +86,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\burp_ss\burp.lib"
|
||||
OutputFile="..\..\..\temp\debug\burp_ss\burp.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\burp_cs"
|
||||
IntermediateDirectory=".\release\burp_cs"
|
||||
OutputDirectory="..\..\..\temp\release\burp_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\burp_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\burp_cs/burp_classic.pch"
|
||||
AssemblerListingLocation=".\release\burp_cs/"
|
||||
ObjectFile=".\release\burp_cs/"
|
||||
ProgramDataBaseFileName=".\release\burp_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\burp_cs/burp_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\burp_cs/"
|
||||
ObjectFile="..\..\..\temp\release\burp_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\burp_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\burp_cs"
|
||||
IntermediateDirectory=".\debug\burp_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\burp_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\burp_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\burp_cs/burp_classic.pch"
|
||||
AssemblerListingLocation=".\debug\burp_cs/"
|
||||
ObjectFile=".\debug\burp_cs/"
|
||||
ProgramDataBaseFileName=".\debug\burp_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\burp_cs/burp_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\burp_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\burp_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\burp_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\common_ss"
|
||||
IntermediateDirectory=".\release\common_ss"
|
||||
OutputDirectory="..\..\..\temp\release\common_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\common_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,SUPERSERVER"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\common_ss/common.pch"
|
||||
AssemblerListingLocation=".\release\common_ss/"
|
||||
ObjectFile=".\release\common_ss/"
|
||||
ProgramDataBaseFileName=".\release\common_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\common_ss/common.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\common_ss/"
|
||||
ObjectFile="..\..\..\temp\release\common_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\common_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -42,7 +42,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\common_ss\common.lib"
|
||||
OutputFile="..\..\..\temp\release\common_ss\common.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\common_ss"
|
||||
IntermediateDirectory=".\debug\common_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\common_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\common_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\debug\common_ss/common.pch"
|
||||
AssemblerListingLocation=".\debug\common_ss/"
|
||||
ObjectFile=".\debug\common_ss/"
|
||||
ProgramDataBaseFileName=".\debug\common_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\common_ss/common.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\common_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\common_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\common_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -87,7 +87,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\common_ss\common.lib"
|
||||
OutputFile="..\..\..\temp\debug\common_ss\common.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\common_cs"
|
||||
IntermediateDirectory=".\debug\common_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\common_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\common_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -26,10 +26,10 @@
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\debug\common_cs/common_classic.pch"
|
||||
AssemblerListingLocation=".\debug\common_cs/"
|
||||
ObjectFile=".\debug\common_cs/"
|
||||
ProgramDataBaseFileName=".\debug\common_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\common_cs/common_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\common_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\common_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\common_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -38,7 +38,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\common_cs\common_classic.lib"
|
||||
OutputFile="..\..\..\temp\debug\common_cs\common_classic.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -57,8 +57,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\common_cs"
|
||||
IntermediateDirectory=".\release\common_cs"
|
||||
OutputDirectory="..\..\..\temp\release\common_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\common_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -76,10 +76,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\common_cs/common_classic.pch"
|
||||
AssemblerListingLocation=".\release\common_cs/"
|
||||
ObjectFile=".\release\common_cs/"
|
||||
ProgramDataBaseFileName=".\release\common_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\common_cs/common_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\common_cs/"
|
||||
ObjectFile="..\..\..\temp\release\common_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\common_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -87,7 +87,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\common_cs\common_classic.lib"
|
||||
OutputFile="..\..\..\temp\release\common_cs\common_classic.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\dsql_server_ss"
|
||||
IntermediateDirectory=".\release\dsql_server_ss"
|
||||
OutputDirectory="..\..\..\temp\release\dsql_server_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\dsql_server_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,_WINDOWS,SUPERSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\dsql_server_ss/dsql_server.pch"
|
||||
AssemblerListingLocation=".\release\dsql_server_ss/"
|
||||
ObjectFile=".\release\dsql_server_ss/"
|
||||
ProgramDataBaseFileName=".\release\dsql_server_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\dsql_server_ss/dsql_server.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\dsql_server_ss/"
|
||||
ObjectFile="..\..\..\temp\release\dsql_server_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\dsql_server_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -42,7 +42,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\dsql_server_ss\dsql_server.lib"
|
||||
OutputFile="..\..\..\temp\release\dsql_server_ss\dsql_server.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\dsql_server_ss"
|
||||
IntermediateDirectory=".\debug\dsql_server_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\dsql_server_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\dsql_server_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="DEBUG,_DEBUG,_LIB,_WINDOWS,SUPERSERVER,WIN32,DEV_BUILD,_X86_"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\dsql_server_ss/dsql_server.pch"
|
||||
AssemblerListingLocation=".\debug\dsql_server_ss/"
|
||||
ObjectFile=".\debug\dsql_server_ss/"
|
||||
ProgramDataBaseFileName=".\debug\dsql_server_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\dsql_server_ss/dsql_server.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\dsql_server_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\dsql_server_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\dsql_server_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -86,7 +86,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\dsql_server_ss\dsql_server.lib"
|
||||
OutputFile="..\..\..\temp\debug\dsql_server_ss\dsql_server.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\dsql_server_cs"
|
||||
IntermediateDirectory=".\release\dsql_server_cs"
|
||||
OutputDirectory="..\..\..\temp\release\dsql_server_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\dsql_server_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,_WINDOWS,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\dsql_server_cs/dsql_server_classic.pch"
|
||||
AssemblerListingLocation=".\release\dsql_server_cs/"
|
||||
ObjectFile=".\release\dsql_server_cs/"
|
||||
ProgramDataBaseFileName=".\release\dsql_server_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\dsql_server_cs/dsql_server_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\dsql_server_cs/"
|
||||
ObjectFile="..\..\..\temp\release\dsql_server_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\dsql_server_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\dsql_server_cs"
|
||||
IntermediateDirectory=".\debug\dsql_server_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\dsql_server_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\dsql_server_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="DEBUG,_DEBUG,_LIB,_WINDOWS,WIN32,DEV_BUILD,_X86_"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\dsql_server_cs/dsql_server_classic.pch"
|
||||
AssemblerListingLocation=".\debug\dsql_server_cs/"
|
||||
ObjectFile=".\debug\dsql_server_cs/"
|
||||
ProgramDataBaseFileName=".\debug\dsql_server_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\dsql_server_cs/dsql_server_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\dsql_server_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\dsql_server_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\dsql_server_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\engine_ss"
|
||||
IntermediateDirectory=".\debug\engine_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\engine_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\engine_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,_LIB,_X86_,SUPERSERVER,SERVER_SHUTDOWN,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\engine_ss/engine.pch"
|
||||
AssemblerListingLocation=".\debug\engine_ss/"
|
||||
ObjectFile=".\debug\engine_ss/"
|
||||
ProgramDataBaseFileName=".\debug\engine_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\engine_ss/engine.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\engine_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\engine_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\engine_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -37,7 +37,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\engine_ss\engine.lib"
|
||||
OutputFile="..\..\..\temp\debug\engine_ss\engine.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -56,8 +56,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\engine_ss"
|
||||
IntermediateDirectory=".\release\engine_ss"
|
||||
OutputDirectory="..\..\..\temp\release\engine_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\engine_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -76,10 +76,10 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_LIB,_X86_,SERVER_SHUTDOWN,SUPERSERVER"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\release\engine_ss/engine.pch"
|
||||
AssemblerListingLocation=".\release\engine_ss/"
|
||||
ObjectFile=".\release\engine_ss/"
|
||||
ProgramDataBaseFileName=".\release\engine_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\engine_ss/engine.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\engine_ss/"
|
||||
ObjectFile="..\..\..\temp\release\engine_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\engine_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -87,7 +87,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\engine_ss\engine.lib"
|
||||
OutputFile="..\..\..\temp\release\engine_ss\engine.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\engine_cs"
|
||||
IntermediateDirectory=".\release\engine_cs"
|
||||
OutputDirectory="..\..\..\temp\release\engine_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\engine_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -32,10 +32,10 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_LIB,_X86_,SERVER_SHUTDOWN"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\release\engine_cs/engine_classic.pch"
|
||||
AssemblerListingLocation=".\release\engine_cs/"
|
||||
ObjectFile=".\release\engine_cs/"
|
||||
ProgramDataBaseFileName=".\release\engine_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\engine_cs/engine_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\engine_cs/"
|
||||
ObjectFile="..\..\..\temp\release\engine_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\engine_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -62,8 +62,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\engine_cs"
|
||||
IntermediateDirectory=".\debug\engine_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\engine_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\engine_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,_LIB,_X86_,SERVER_SHUTDOWN,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\engine_cs/engine_classic.pch"
|
||||
AssemblerListingLocation=".\debug\engine_cs/"
|
||||
ObjectFile=".\debug\engine_cs/"
|
||||
ProgramDataBaseFileName=".\debug\engine_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\engine_cs/engine_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\engine_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\engine_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\engine_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\engine_es"
|
||||
IntermediateDirectory=".\release\engine_es"
|
||||
OutputDirectory="..\..\..\temp\release\engine_es"
|
||||
IntermediateDirectory="..\..\..\temp\release\engine_es"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -32,10 +32,10 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_LIB,_X86_,SERVER_SHUTDOWN,SUPERSERVER,EMBEDDED"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\release\engine_es/engine_embed.pch"
|
||||
AssemblerListingLocation=".\release\engine_es/"
|
||||
ObjectFile=".\release\engine_es/"
|
||||
ProgramDataBaseFileName=".\release\engine_es/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\engine_es/engine_embed.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\engine_es/"
|
||||
ObjectFile="..\..\..\temp\release\engine_es/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\engine_es/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -62,8 +62,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\engine_es"
|
||||
IntermediateDirectory=".\debug\engine_es"
|
||||
OutputDirectory="..\..\..\temp\debug\engine_es"
|
||||
IntermediateDirectory="..\..\..\temp\debug\engine_es"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,_LIB,_X86_,SERVER_SHUTDOWN,SUPERSERVER,DEV_BUILD,EMBEDDED"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\engine_es/engine_embed.pch"
|
||||
AssemblerListingLocation=".\debug\engine_es/"
|
||||
ObjectFile=".\debug\engine_es/"
|
||||
ProgramDataBaseFileName=".\debug\engine_es/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\engine_es/engine_embed.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\engine_es/"
|
||||
ObjectFile="..\..\..\temp\debug\engine_es/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\engine_es/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\fb_inet_server"
|
||||
IntermediateDirectory=".\release\fb_inet_server"
|
||||
OutputDirectory="..\..\..\temp\release\fb_inet_server"
|
||||
IntermediateDirectory="..\..\..\temp\release\fb_inet_server"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_WINDOWS,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\fb_inet_server/fb_inet_server.pch"
|
||||
AssemblerListingLocation=".\release\fb_inet_server/"
|
||||
ObjectFile=".\release\fb_inet_server/"
|
||||
ProgramDataBaseFileName=".\release\fb_inet_server/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fb_inet_server/fb_inet_server.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fb_inet_server/"
|
||||
ObjectFile="..\..\..\temp\release\fb_inet_server/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\fb_inet_server/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -48,7 +48,7 @@
|
||||
OutputFile="release/firebird/bin/fb_inet_server.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\fb_inet_server/fb_inet_server.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\fb_inet_server/fb_inet_server.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="2097152"/>
|
||||
<Tool
|
||||
@ -57,7 +57,7 @@
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\fb_inet_server/fb_inet_server.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\fb_inet_server/fb_inet_server.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -75,8 +75,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\fb_inet_server"
|
||||
IntermediateDirectory=".\debug\fb_inet_server"
|
||||
OutputDirectory="..\..\..\temp\debug\fb_inet_server"
|
||||
IntermediateDirectory="..\..\..\temp\debug\fb_inet_server"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -88,10 +88,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_WINDOWS,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\fb_inet_server/fb_inet_server.pch"
|
||||
AssemblerListingLocation=".\debug\fb_inet_server/"
|
||||
ObjectFile=".\debug\fb_inet_server/"
|
||||
ProgramDataBaseFileName=".\debug\fb_inet_server/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\fb_inet_server/fb_inet_server.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\fb_inet_server/"
|
||||
ObjectFile="..\..\..\temp\debug\fb_inet_server/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\fb_inet_server/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -107,7 +107,7 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\fb_inet_server/fb_inet_server.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\fb_inet_server/fb_inet_server.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="2097152"/>
|
||||
<Tool
|
||||
@ -116,7 +116,7 @@
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\fb_inet_server/fb_inet_server.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\fb_inet_server/fb_inet_server.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\fb_lock_print"
|
||||
IntermediateDirectory=".\release\fb_lock_print"
|
||||
OutputDirectory="..\..\..\temp\release\fb_lock_print"
|
||||
IntermediateDirectory="..\..\..\temp\release\fb_lock_print"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_WINDOWS,CLIENT,SUPERCLIENT,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\fb_lock_print/fb_lock_print.pch"
|
||||
AssemblerListingLocation=".\release\fb_lock_print/"
|
||||
ObjectFile=".\release\fb_lock_print/"
|
||||
ProgramDataBaseFileName=".\release\fb_lock_print/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fb_lock_print/fb_lock_print.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fb_lock_print/"
|
||||
ObjectFile="..\..\..\temp\release\fb_lock_print/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\fb_lock_print/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -47,11 +47,11 @@
|
||||
OutputFile="release/firebird/bin/fb_lock_print.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\fb_lock_print/fb_lock_print.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\fb_lock_print/fb_lock_print.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\fb_lock_print/fb_lock_print.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\fb_lock_print/fb_lock_print.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -69,8 +69,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\fb_lock_print"
|
||||
IntermediateDirectory=".\debug\fb_lock_print"
|
||||
OutputDirectory="..\..\..\temp\debug\fb_lock_print"
|
||||
IntermediateDirectory="..\..\..\temp\debug\fb_lock_print"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -82,10 +82,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,DEV_BUILD,_WINDOWS,CLIENT,SUPERCLIENT,WIN32,_X86_"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\fb_lock_print/fb_lock_print.pch"
|
||||
AssemblerListingLocation=".\debug\fb_lock_print/"
|
||||
ObjectFile=".\debug\fb_lock_print/"
|
||||
ProgramDataBaseFileName=".\debug\fb_lock_print/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\fb_lock_print/fb_lock_print.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\fb_lock_print/"
|
||||
ObjectFile="..\..\..\temp\debug\fb_lock_print/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\fb_lock_print/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -100,11 +100,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\fb_lock_print/fb_lock_print.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\fb_lock_print/fb_lock_print.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\fb_lock_print/fb_lock_print.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\fb_lock_print/fb_lock_print.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\fbclient"
|
||||
IntermediateDirectory=".\debug\fbclient"
|
||||
OutputDirectory="..\..\..\temp\debug\fbclient"
|
||||
IntermediateDirectory="..\..\..\temp\debug\fbclient"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG;DEV_BUILD;_WINDOWS;_USRDLL;CLIENT;SUPERCLIENT;SERVER_SHUTDOWN;IPSERV;GOVERNOR;EXACT_NUMERICS;WIN32;_X86_"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\fbclient/fbclient.pch"
|
||||
AssemblerListingLocation=".\debug\fbclient/"
|
||||
ObjectFile=".\debug\fbclient/"
|
||||
ProgramDataBaseFileName=".\debug\fbclient/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\fbclient/fbclient.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\fbclient/"
|
||||
ObjectFile="..\..\..\temp\debug\fbclient/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\fbclient/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -45,15 +45,15 @@
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\fbclient_debug.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\fbclient/fbclient.pdb"
|
||||
ImportLibrary=".\debug\fbclient/fbclient.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\fbclient/fbclient.pdb"
|
||||
ImportLibrary="..\..\..\temp\debug\fbclient/fbclient.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\fbclient/fbclient.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\fbclient/fbclient.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -71,8 +71,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\fbclient"
|
||||
IntermediateDirectory=".\release\fbclient"
|
||||
OutputDirectory="..\..\..\temp\release\fbclient"
|
||||
IntermediateDirectory="..\..\..\temp\release\fbclient"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -90,10 +90,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;CLIENT;SUPERCLIENT;SERVER_SHUTDOWN;IPSERV;GOVERNOR;EXACT_NUMERICS;I386;_X86_=1;WIN32;_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\fbclient/fbclient.pch"
|
||||
AssemblerListingLocation=".\release\fbclient/"
|
||||
ObjectFile=".\release\fbclient/"
|
||||
ProgramDataBaseFileName=".\release\fbclient/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbclient/fbclient.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbclient/"
|
||||
ObjectFile="..\..\..\temp\release\fbclient/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\fbclient/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -108,15 +108,15 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\fbclient.def"
|
||||
ProgramDatabaseFile=".\release\fbclient/fbclient.pdb"
|
||||
ImportLibrary=".\release\fbclient/fbclient.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\release\fbclient/fbclient.pdb"
|
||||
ImportLibrary="..\..\..\temp\release\fbclient/fbclient.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\fbclient/fbclient.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\fbclient/fbclient.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\fbembed"
|
||||
IntermediateDirectory=".\debug\fbembed"
|
||||
OutputDirectory="..\..\..\temp\debug\fbembed"
|
||||
IntermediateDirectory="..\..\..\temp\debug\fbembed"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_X86_;SUPERSERVER;SERVER_SHUTDOWN;DEV_BUILD;EMBEDDED"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\fbembed/fbembed.pch"
|
||||
AssemblerListingLocation=".\debug\fbembed/"
|
||||
ObjectFile=".\debug\fbembed/"
|
||||
ProgramDataBaseFileName=".\debug\fbembed/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\fbembed/fbembed.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\fbembed/"
|
||||
ObjectFile="..\..\..\temp\debug\fbembed/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\fbembed/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -44,15 +44,15 @@
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\fbclient_debug.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\fbembed/fbembed.pdb"
|
||||
ImportLibrary=".\debug\fbembed/fbembed.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\fbembed/fbembed.pdb"
|
||||
ImportLibrary="..\..\..\temp\debug\fbembed/fbembed.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\fbembed/fbembed.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\fbembed/fbembed.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -70,8 +70,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\fbembed"
|
||||
IntermediateDirectory=".\release\fbembed"
|
||||
OutputDirectory="..\..\..\temp\release\fbembed"
|
||||
IntermediateDirectory="..\..\..\temp\release\fbembed"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -90,10 +90,10 @@
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_X86_;SERVER_SHUTDOWN;SUPERSERVER;EMBEDDED"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\release\fbembed/fbembed.pch"
|
||||
AssemblerListingLocation=".\release\fbembed/"
|
||||
ObjectFile=".\release\fbembed/"
|
||||
ProgramDataBaseFileName=".\release\fbembed/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbembed/fbembed.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbembed/"
|
||||
ObjectFile="..\..\..\temp\release\fbembed/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\fbembed/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -107,15 +107,15 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\fbclient.def"
|
||||
ProgramDatabaseFile=".\release\fbembed/fbembed.pdb"
|
||||
ImportLibrary=".\release\fbembed/fbembed.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\release\fbembed/fbembed.pdb"
|
||||
ImportLibrary="..\..\..\temp\release\fbembed/fbembed.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\fbembed/fbembed.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\fbembed/fbembed.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\fbguard"
|
||||
IntermediateDirectory=".\release\fbguard"
|
||||
OutputDirectory="..\..\..\temp\release\fbguard"
|
||||
IntermediateDirectory="..\..\..\temp\release\fbguard"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,SERVER_SHUTDOWN,SUPERSERVER"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\fbguard/fbguard.pch"
|
||||
AssemblerListingLocation=".\release\fbguard/"
|
||||
ObjectFile=".\release\fbguard/"
|
||||
ProgramDataBaseFileName=".\release\fbguard/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbguard/fbguard.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbguard/"
|
||||
ObjectFile="..\..\..\temp\release\fbguard/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\fbguard/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -47,7 +47,7 @@
|
||||
OutputFile="release/firebird/bin/fbguard.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\fbguard/fbguard.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\fbguard/fbguard.pdb"
|
||||
SubSystem="2"
|
||||
OptimizeForWindows98="2"/>
|
||||
<Tool
|
||||
@ -56,7 +56,7 @@
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\fbguard/fbguard.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\fbguard/fbguard.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -74,8 +74,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\fbguard"
|
||||
IntermediateDirectory=".\debug\fbguard"
|
||||
OutputDirectory="..\..\..\temp\debug\fbguard"
|
||||
IntermediateDirectory="..\..\..\temp\debug\fbguard"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -87,10 +87,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,SERVER_SHUTDOWN,SUPERSERVER,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\fbguard/fbguard.pch"
|
||||
AssemblerListingLocation=".\debug\fbguard/"
|
||||
ObjectFile=".\debug\fbguard/"
|
||||
ProgramDataBaseFileName=".\debug\fbguard/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\fbguard/fbguard.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\fbguard/"
|
||||
ObjectFile="..\..\..\temp\debug\fbguard/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\fbguard/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -105,7 +105,7 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\fbguard/fbguard.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\fbguard/fbguard.pdb"
|
||||
SubSystem="2"
|
||||
OptimizeForWindows98="2"/>
|
||||
<Tool
|
||||
@ -114,7 +114,7 @@
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\fbguard/fbguard.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\fbguard/fbguard.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\fbserver"
|
||||
IntermediateDirectory=".\release\fbserver"
|
||||
OutputDirectory="..\..\..\temp\release\fbserver"
|
||||
IntermediateDirectory="..\..\..\temp\release\fbserver"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_WINDOWS,SUPERSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\fbserver/fbserver.pch"
|
||||
AssemblerListingLocation=".\release\fbserver/"
|
||||
ObjectFile=".\release\fbserver/"
|
||||
ProgramDataBaseFileName=".\release\fbserver/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbserver/fbserver.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbserver/"
|
||||
ObjectFile="..\..\..\temp\release\fbserver/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\fbserver/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -48,7 +48,7 @@
|
||||
OutputFile="release/firebird/bin/fbserver.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\fbserver/fbserver.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\fbserver/fbserver.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="2097152"/>
|
||||
<Tool
|
||||
@ -57,7 +57,7 @@
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\fbserver/fbserver.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\fbserver/fbserver.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -75,8 +75,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\fbserver"
|
||||
IntermediateDirectory=".\debug\fbserver"
|
||||
OutputDirectory="..\..\..\temp\debug\fbserver"
|
||||
IntermediateDirectory="..\..\..\temp\debug\fbserver"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -88,10 +88,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_WINDOWS,SUPERSERVER,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\fbserver/fbserver.pch"
|
||||
AssemblerListingLocation=".\debug\fbserver/"
|
||||
ObjectFile=".\debug\fbserver/"
|
||||
ProgramDataBaseFileName=".\debug\fbserver/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\fbserver/fbserver.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\fbserver/"
|
||||
ObjectFile="..\..\..\temp\debug\fbserver/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\fbserver/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -107,7 +107,7 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\fbserver/fbserver.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\fbserver/fbserver.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="2097152"/>
|
||||
<Tool
|
||||
@ -116,7 +116,7 @@
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\fbserver/fbserver.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\fbserver/fbserver.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\fbudf"
|
||||
IntermediateDirectory=".\release\fbudf"
|
||||
OutputDirectory="..\..\..\temp\release\fbudf"
|
||||
IntermediateDirectory="..\..\..\temp\release\fbudf"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FBUDF_EXPORTS"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\fbudf/fbudf.pch"
|
||||
AssemblerListingLocation=".\release\fbudf/"
|
||||
ObjectFile=".\release\fbudf/"
|
||||
ProgramDataBaseFileName=".\release\fbudf/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbudf/fbudf.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbudf/"
|
||||
ObjectFile="..\..\..\temp\release\fbudf/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\fbudf/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -47,14 +47,14 @@
|
||||
OutputFile="release/firebird/udf/fbudf.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ImportLibrary=".\release\fbudf/fbudf.lib"/>
|
||||
ImportLibrary="..\..\..\temp\release\fbudf/fbudf.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\fbudf/fbudf.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\fbudf/fbudf.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -72,8 +72,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\fbudf"
|
||||
IntermediateDirectory=".\debug\fbudf"
|
||||
OutputDirectory="..\..\..\temp\debug\fbudf"
|
||||
IntermediateDirectory="..\..\..\temp\debug\fbudf"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -85,10 +85,10 @@
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FBUDF_EXPORTS"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\fbudf/fbudf.pch"
|
||||
AssemblerListingLocation=".\debug\fbudf/"
|
||||
ObjectFile=".\debug\fbudf/"
|
||||
ProgramDataBaseFileName=".\debug\fbudf/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\fbudf/fbudf.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\fbudf/"
|
||||
ObjectFile="..\..\..\temp\debug\fbudf/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\fbudf/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -104,15 +104,15 @@
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="H:\ibdev\fbbuild\interbase\interbase\lib"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\fbudf/fbudf.pdb"
|
||||
ImportLibrary=".\debug\fbudf/fbudf.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\fbudf/fbudf.pdb"
|
||||
ImportLibrary="..\..\..\temp\debug\fbudf/fbudf.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\fbudf/fbudf.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\fbudf/fbudf.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gbak"
|
||||
IntermediateDirectory=".\debug\gbak"
|
||||
OutputDirectory="..\..\..\temp\debug\gbak"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gbak"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,DEV_BUILD,WIN32,_CONSOLE,_X86_,SUPERCLIENT"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gbak/gbak.pch"
|
||||
AssemblerListingLocation=".\debug\gbak/"
|
||||
ObjectFile=".\debug\gbak/"
|
||||
ProgramDataBaseFileName=".\debug\gbak/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gbak/gbak.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gbak/"
|
||||
ObjectFile="..\..\..\temp\debug\gbak/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gbak/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -44,11 +44,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gbak/gbak.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gbak/gbak.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\gbak/gbak.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gbak/gbak.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -66,8 +66,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gbak"
|
||||
IntermediateDirectory=".\release\gbak"
|
||||
OutputDirectory="..\..\..\temp\release\gbak"
|
||||
IntermediateDirectory="..\..\..\temp\release\gbak"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -85,10 +85,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,_X86_,SUPERCLIENT"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gbak/gbak.pch"
|
||||
AssemblerListingLocation=".\release\gbak/"
|
||||
ObjectFile=".\release\gbak/"
|
||||
ProgramDataBaseFileName=".\release\gbak/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gbak/gbak.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gbak/"
|
||||
ObjectFile="..\..\..\temp\release\gbak/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gbak/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -102,11 +102,11 @@
|
||||
OutputFile="release/firebird/bin/gbak.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\gbak/gbak.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gbak/gbak.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\gbak/gbak.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gbak/gbak.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gdef"
|
||||
IntermediateDirectory=".\debug\gdef"
|
||||
OutputDirectory="..\..\..\temp\debug\gdef"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gdef"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,SUPERCLIENT,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gdef/gdef.pch"
|
||||
AssemblerListingLocation=".\debug\gdef/"
|
||||
ObjectFile=".\debug\gdef/"
|
||||
ProgramDataBaseFileName=".\debug\gdef/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gdef/gdef.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gdef/"
|
||||
ObjectFile="..\..\..\temp\debug\gdef/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gdef/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -43,11 +43,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gdef/gdef.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gdef/gdef.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\gdef/gdef.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gdef/gdef.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -65,8 +65,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gdef"
|
||||
IntermediateDirectory=".\release\gdef"
|
||||
OutputDirectory="..\..\..\temp\release\gdef"
|
||||
IntermediateDirectory="..\..\..\temp\release\gdef"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -84,10 +84,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gdef/gdef.pch"
|
||||
AssemblerListingLocation=".\release\gdef/"
|
||||
ObjectFile=".\release\gdef/"
|
||||
ProgramDataBaseFileName=".\release\gdef/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gdef/gdef.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gdef/"
|
||||
ObjectFile="..\..\..\temp\release\gdef/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gdef/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -100,11 +100,11 @@
|
||||
OutputFile="release/firebird/bin/gdef.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\gdef/gdef.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gdef/gdef.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\gdef/gdef.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gdef/gdef.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gds32"
|
||||
IntermediateDirectory=".\release\gds32"
|
||||
OutputDirectory="..\..\..\temp\release\gds32"
|
||||
IntermediateDirectory="..\..\..\temp\release\gds32"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GDS32"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gds32/gds32.pch"
|
||||
AssemblerListingLocation=".\release\gds32/"
|
||||
ObjectFile=".\release\gds32/"
|
||||
ProgramDataBaseFileName=".\release\gds32/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gds32/gds32.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gds32/"
|
||||
ObjectFile="..\..\..\temp\release\gds32/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gds32/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -48,15 +48,15 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\gds32.def"
|
||||
ProgramDatabaseFile=".\release\gds32/gds32.pdb"
|
||||
ImportLibrary=".\release\gds32/gds32.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gds32/gds32.pdb"
|
||||
ImportLibrary="..\..\..\temp\release\gds32/gds32.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\gds32/gds32.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gds32/gds32.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -74,8 +74,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gds32"
|
||||
IntermediateDirectory=".\debug\gds32"
|
||||
OutputDirectory="..\..\..\temp\debug\gds32"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gds32"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -87,10 +87,10 @@
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GDS32"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gds32/gds32.pch"
|
||||
AssemblerListingLocation=".\debug\gds32/"
|
||||
ObjectFile=".\debug\gds32/"
|
||||
ProgramDataBaseFileName=".\debug\gds32/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gds32/gds32.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gds32/"
|
||||
ObjectFile="..\..\..\temp\debug\gds32/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gds32/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -106,15 +106,15 @@
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\gds32_debug.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gds32/gds32.pdb"
|
||||
ImportLibrary=".\debug\gds32/gds32.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gds32/gds32.pdb"
|
||||
ImportLibrary="..\..\..\temp\debug\gds32/gds32.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\gds32/gds32.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gds32/gds32.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gfix"
|
||||
IntermediateDirectory=".\debug\gfix"
|
||||
OutputDirectory="..\..\..\temp\debug\gfix"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gfix"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,DEV_BUILD,SUPERCLIENT"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gfix/gfix.pch"
|
||||
AssemblerListingLocation=".\debug\gfix/"
|
||||
ObjectFile=".\debug\gfix/"
|
||||
ProgramDataBaseFileName=".\debug\gfix/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gfix/gfix.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gfix/"
|
||||
ObjectFile="..\..\..\temp\debug\gfix/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gfix/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -43,11 +43,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gfix/gfix.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gfix/gfix.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\gfix/gfix.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gfix/gfix.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -65,8 +65,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gfix"
|
||||
IntermediateDirectory=".\release\gfix"
|
||||
OutputDirectory="..\..\..\temp\release\gfix"
|
||||
IntermediateDirectory="..\..\..\temp\release\gfix"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -84,10 +84,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gfix/gfix.pch"
|
||||
AssemblerListingLocation=".\release\gfix/"
|
||||
ObjectFile=".\release\gfix/"
|
||||
ProgramDataBaseFileName=".\release\gfix/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gfix/gfix.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gfix/"
|
||||
ObjectFile="..\..\..\temp\release\gfix/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gfix/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -100,11 +100,11 @@
|
||||
OutputFile="release/firebird/bin/gfix.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\gfix/gfix.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gfix/gfix.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\gfix/gfix.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gfix/gfix.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gpre"
|
||||
IntermediateDirectory=".\release\gpre"
|
||||
OutputDirectory="..\..\..\temp\release\gpre"
|
||||
IntermediateDirectory="..\..\..\temp\release\gpre"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -30,10 +30,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen,../../../src/jrd"
|
||||
PreprocessorDefinitions="GPRE_FORTRAN,GPRE_PASCAL,GPRE_COBOL,GPRE_ADA,NDEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gpre/gpre.pch"
|
||||
AssemblerListingLocation=".\release\gpre/"
|
||||
ObjectFile=".\release\gpre/"
|
||||
ProgramDataBaseFileName=".\release\gpre/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gpre/gpre.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gpre/"
|
||||
ObjectFile="..\..\..\temp\release\gpre/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gpre/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -47,11 +47,11 @@
|
||||
OutputFile="release/firebird/bin/gpre.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\gpre/gpre.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gpre/gpre.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\gpre/gpre.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gpre/gpre.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -69,8 +69,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gpre"
|
||||
IntermediateDirectory=".\debug\gpre"
|
||||
OutputDirectory="..\..\..\temp\debug\gpre"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gpre"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -82,10 +82,10 @@
|
||||
PreprocessorDefinitions="GPRE_FORTRAN,GPRE_PASCAL,GPRE_COBOL,GPRE_ADA,_DEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gpre/gpre.pch"
|
||||
AssemblerListingLocation=".\debug\gpre/"
|
||||
ObjectFile=".\debug\gpre/"
|
||||
ProgramDataBaseFileName=".\debug\gpre/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gpre/gpre.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gpre/"
|
||||
ObjectFile="..\..\..\temp\debug\gpre/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gpre/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -101,11 +101,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gpre/gpre.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gpre/gpre.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\gpre/gpre.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gpre/gpre.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gpre_boot"
|
||||
IntermediateDirectory=".\release\gpre_boot"
|
||||
OutputDirectory="..\..\..\temp\release\gpre_boot"
|
||||
IntermediateDirectory="..\..\..\temp\release\gpre_boot"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -30,10 +30,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gpre_boot/gpre_boot.pch"
|
||||
AssemblerListingLocation=".\release\gpre_boot/"
|
||||
ObjectFile=".\release\gpre_boot/"
|
||||
ProgramDataBaseFileName=".\release\gpre_boot/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gpre_boot/gpre_boot.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gpre_boot/"
|
||||
ObjectFile="..\..\..\temp\release\gpre_boot/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gpre_boot/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -47,11 +47,11 @@
|
||||
OutputFile="release/firebird/bin/gpre_boot.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\gpre_boot/gpre_boot.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gpre_boot/gpre_boot.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\gpre_boot/gpre_boot.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gpre_boot/gpre_boot.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -69,8 +69,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gpre_boot"
|
||||
IntermediateDirectory=".\debug\gpre_boot"
|
||||
OutputDirectory="..\..\..\temp\debug\gpre_boot"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gpre_boot"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -82,10 +82,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_,DEV_BUILD,_WINDOWS,_USRDLL,CLIENT"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gpre_boot/gpre_boot.pch"
|
||||
AssemblerListingLocation=".\debug\gpre_boot/"
|
||||
ObjectFile=".\debug\gpre_boot/"
|
||||
ProgramDataBaseFileName=".\debug\gpre_boot/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gpre_boot/gpre_boot.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gpre_boot/"
|
||||
ObjectFile="..\..\..\temp\debug\gpre_boot/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gpre_boot/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -101,11 +101,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gpre_boot/gpre_boot.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gpre_boot/gpre_boot.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\gpre_boot/gpre_boot.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gpre_boot/gpre_boot.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gsec"
|
||||
IntermediateDirectory=".\release\gsec"
|
||||
OutputDirectory="..\..\..\temp\release\gsec"
|
||||
IntermediateDirectory="..\..\..\temp\release\gsec"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gsec/gsec.pch"
|
||||
AssemblerListingLocation=".\release\gsec/"
|
||||
ObjectFile=".\release\gsec/"
|
||||
ProgramDataBaseFileName=".\release\gsec/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gsec/gsec.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gsec/"
|
||||
ObjectFile="..\..\..\temp\release\gsec/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gsec/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -47,11 +47,11 @@
|
||||
OutputFile="release/firebird/bin/gsec.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\gsec/gsec.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gsec/gsec.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\gsec/gsec.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gsec/gsec.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -69,8 +69,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gsec"
|
||||
IntermediateDirectory=".\debug\gsec"
|
||||
OutputDirectory="..\..\..\temp\debug\gsec"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gsec"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -82,10 +82,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,SUPERCLIENT,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gsec/gsec.pch"
|
||||
AssemblerListingLocation=".\debug\gsec/"
|
||||
ObjectFile=".\debug\gsec/"
|
||||
ProgramDataBaseFileName=".\debug\gsec/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gsec/gsec.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gsec/"
|
||||
ObjectFile="..\..\..\temp\debug\gsec/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gsec/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -100,11 +100,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gsec/gsec.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gsec/gsec.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\gsec/gsec.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gsec/gsec.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gsplit"
|
||||
IntermediateDirectory=".\debug\gsplit"
|
||||
OutputDirectory="..\..\..\temp\debug\gsplit"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gsplit"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,DEV_BUILD,WIN32,_CONSOLE,_X86_,SUPERCLIENT"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gsplit/gsplit.pch"
|
||||
AssemblerListingLocation=".\debug\gsplit/"
|
||||
ObjectFile=".\debug\gsplit/"
|
||||
ProgramDataBaseFileName=".\debug\gsplit/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gsplit/gsplit.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gsplit/"
|
||||
ObjectFile="..\..\..\temp\debug\gsplit/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gsplit/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -44,11 +44,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gsplit/gsplit.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gsplit/gsplit.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\gsplit/gsplit.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gsplit/gsplit.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -66,8 +66,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gsplit"
|
||||
IntermediateDirectory=".\release\gsplit"
|
||||
OutputDirectory="..\..\..\temp\release\gsplit"
|
||||
IntermediateDirectory="..\..\..\temp\release\gsplit"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -85,10 +85,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,_X86_,SUPERCLIENT"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gsplit/gsplit.pch"
|
||||
AssemblerListingLocation=".\release\gsplit/"
|
||||
ObjectFile=".\release\gsplit/"
|
||||
ProgramDataBaseFileName=".\release\gsplit/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gsplit/gsplit.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gsplit/"
|
||||
ObjectFile="..\..\..\temp\release\gsplit/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gsplit/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -102,11 +102,11 @@
|
||||
OutputFile="release/firebird/bin/gsplit.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\gsplit/gsplit.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gsplit/gsplit.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\gsplit/gsplit.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gsplit/gsplit.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\gstat"
|
||||
IntermediateDirectory=".\debug\gstat"
|
||||
OutputDirectory="..\..\..\temp\debug\gstat"
|
||||
IntermediateDirectory="..\..\..\temp\debug\gstat"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE,SUPERCLIENT,CLIENT,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\gstat/gstat.pch"
|
||||
AssemblerListingLocation=".\debug\gstat/"
|
||||
ObjectFile=".\debug\gstat/"
|
||||
ProgramDataBaseFileName=".\debug\gstat/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\gstat/gstat.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\gstat/"
|
||||
ObjectFile="..\..\..\temp\debug\gstat/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\gstat/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -43,11 +43,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\gstat/gstat.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\gstat/gstat.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\gstat/gstat.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\gstat/gstat.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -65,8 +65,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\gstat"
|
||||
IntermediateDirectory=".\release\gstat"
|
||||
OutputDirectory="..\..\..\temp\release\gstat"
|
||||
IntermediateDirectory="..\..\..\temp\release\gstat"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -84,10 +84,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,SUPERCLIENT,CLIENT"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\gstat/gstat.pch"
|
||||
AssemblerListingLocation=".\release\gstat/"
|
||||
ObjectFile=".\release\gstat/"
|
||||
ProgramDataBaseFileName=".\release\gstat/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gstat/gstat.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gstat/"
|
||||
ObjectFile="..\..\..\temp\release\gstat/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\gstat/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -100,11 +100,11 @@
|
||||
OutputFile="release/firebird/bin/gstat.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\gstat/gstat.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\gstat/gstat.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\gstat/gstat.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\gstat/gstat.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\ib_udf"
|
||||
IntermediateDirectory=".\debug\ib_udf"
|
||||
OutputDirectory="..\..\..\temp\debug\ib_udf"
|
||||
IntermediateDirectory="..\..\..\temp\debug\ib_udf"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\ib_udf/ib_udf.pch"
|
||||
AssemblerListingLocation=".\debug\ib_udf/"
|
||||
ObjectFile=".\debug\ib_udf/"
|
||||
ProgramDataBaseFileName=".\debug\ib_udf/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\ib_udf/ib_udf.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\ib_udf/"
|
||||
ObjectFile="..\..\..\temp\debug\ib_udf/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\ib_udf/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -44,15 +44,15 @@
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\ib_udf.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\ib_udf/ib_udf.pdb"
|
||||
ImportLibrary=".\debug\ib_udf/ib_udf.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\ib_udf/ib_udf.pdb"
|
||||
ImportLibrary="..\..\..\temp\debug\ib_udf/ib_udf.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\ib_udf/ib_udf.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\ib_udf/ib_udf.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -70,8 +70,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\ib_udf"
|
||||
IntermediateDirectory=".\release\ib_udf"
|
||||
OutputDirectory="..\..\..\temp\release\ib_udf"
|
||||
IntermediateDirectory="..\..\..\temp\release\ib_udf"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -89,10 +89,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\ib_udf/ib_udf.pch"
|
||||
AssemblerListingLocation=".\release\ib_udf/"
|
||||
ObjectFile=".\release\ib_udf/"
|
||||
ProgramDataBaseFileName=".\release\ib_udf/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\ib_udf/ib_udf.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\ib_udf/"
|
||||
ObjectFile="..\..\..\temp\release\ib_udf/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\ib_udf/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -106,15 +106,15 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\ib_udf.def"
|
||||
ProgramDatabaseFile=".\release\ib_udf/ib_udf.pdb"
|
||||
ImportLibrary=".\release\ib_udf/ib_udf.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\release\ib_udf/ib_udf.pdb"
|
||||
ImportLibrary="..\..\..\temp\release\ib_udf/ib_udf.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\ib_udf/ib_udf.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\ib_udf/ib_udf.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\ib_util"
|
||||
IntermediateDirectory=".\release\ib_util"
|
||||
OutputDirectory="..\..\..\temp\release\ib_util"
|
||||
IntermediateDirectory="..\..\..\temp\release\ib_util"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IB_UTIL_EXPORTS"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\ib_util/ib_util.pch"
|
||||
AssemblerListingLocation=".\release\ib_util/"
|
||||
ObjectFile=".\release\ib_util/"
|
||||
ProgramDataBaseFileName=".\release\ib_util/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\ib_util/ib_util.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\ib_util/"
|
||||
ObjectFile="..\..\..\temp\release\ib_util/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\ib_util/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -48,15 +48,15 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\ib_util.def"
|
||||
ProgramDatabaseFile=".\release\ib_util/ib_util.pdb"
|
||||
ImportLibrary=".\release\ib_util/ib_util.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\release\ib_util/ib_util.pdb"
|
||||
ImportLibrary="..\..\..\temp\release\ib_util/ib_util.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\ib_util/ib_util.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\ib_util/ib_util.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -74,8 +74,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\ib_util"
|
||||
IntermediateDirectory=".\debug\ib_util"
|
||||
OutputDirectory="..\..\..\temp\debug\ib_util"
|
||||
IntermediateDirectory="..\..\..\temp\debug\ib_util"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -87,10 +87,10 @@
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\ib_util/ib_util.pch"
|
||||
AssemblerListingLocation=".\debug\ib_util/"
|
||||
ObjectFile=".\debug\ib_util/"
|
||||
ProgramDataBaseFileName=".\debug\ib_util/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\ib_util/ib_util.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\ib_util/"
|
||||
ObjectFile="..\..\..\temp\debug\ib_util/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\ib_util/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -106,15 +106,15 @@
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile="..\defs\ib_util.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\ib_util/ib_util.pdb"
|
||||
ImportLibrary=".\debug\ib_util/ib_util.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\ib_util/ib_util.pdb"
|
||||
ImportLibrary="..\..\..\temp\debug\ib_util/ib_util.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\ib_util/ib_util.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\ib_util/ib_util.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\instreg"
|
||||
IntermediateDirectory=".\debug\instreg"
|
||||
OutputDirectory="..\..\..\temp\debug\instreg"
|
||||
IntermediateDirectory="..\..\..\temp\debug\instreg"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\instreg/instreg.pch"
|
||||
AssemblerListingLocation=".\debug\instreg/"
|
||||
ObjectFile=".\debug\instreg/"
|
||||
ProgramDataBaseFileName=".\debug\instreg/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\instreg/instreg.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\instreg/"
|
||||
ObjectFile="..\..\..\temp\debug\instreg/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\instreg/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -43,11 +43,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\instreg/instreg.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\instreg/instreg.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\instreg/instreg.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\instreg/instreg.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -65,8 +65,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\instreg"
|
||||
IntermediateDirectory=".\release\instreg"
|
||||
OutputDirectory="..\..\..\temp\release\instreg"
|
||||
IntermediateDirectory="..\..\..\temp\release\instreg"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -84,10 +84,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\instreg/instreg.pch"
|
||||
AssemblerListingLocation=".\release\instreg/"
|
||||
ObjectFile=".\release\instreg/"
|
||||
ProgramDataBaseFileName=".\release\instreg/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\instreg/instreg.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\instreg/"
|
||||
ObjectFile="..\..\..\temp\release\instreg/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\instreg/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -100,11 +100,11 @@
|
||||
OutputFile="release/firebird/bin/instreg.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\instreg/instreg.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\instreg/instreg.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\instreg/instreg.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\instreg/instreg.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\instsvc"
|
||||
IntermediateDirectory=".\release\instsvc"
|
||||
OutputDirectory="..\..\..\temp\release\instsvc"
|
||||
IntermediateDirectory="..\..\..\temp\release\instsvc"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\instsvc/instsvc.pch"
|
||||
AssemblerListingLocation=".\release\instsvc/"
|
||||
ObjectFile=".\release\instsvc/"
|
||||
ProgramDataBaseFileName=".\release\instsvc/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\instsvc/instsvc.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\instsvc/"
|
||||
ObjectFile="..\..\..\temp\release\instsvc/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\instsvc/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -47,11 +47,11 @@
|
||||
OutputFile="release/firebird/bin/instsvc.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\instsvc/instsvc.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\instsvc/instsvc.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\instsvc/instsvc.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\instsvc/instsvc.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -69,8 +69,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\instsvc"
|
||||
IntermediateDirectory=".\debug\instsvc"
|
||||
OutputDirectory="..\..\..\temp\debug\instsvc"
|
||||
IntermediateDirectory="..\..\..\temp\debug\instsvc"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -82,10 +82,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,SUPERCLIENT,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\instsvc/instsvc.pch"
|
||||
AssemblerListingLocation=".\debug\instsvc/"
|
||||
ObjectFile=".\debug\instsvc/"
|
||||
ProgramDataBaseFileName=".\debug\instsvc/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\instsvc/instsvc.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\instsvc/"
|
||||
ObjectFile="..\..\..\temp\debug\instsvc/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\instsvc/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -100,11 +100,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\instsvc/instsvc.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\instsvc/instsvc.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\instsvc/instsvc.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\instsvc/instsvc.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\intl"
|
||||
IntermediateDirectory=".\release\intl"
|
||||
OutputDirectory="..\..\..\temp\release\intl"
|
||||
IntermediateDirectory="..\..\..\temp\release\intl"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;INTL_EXPORTS;WINDOWS_ONLY;SUPERCLIENT;WIN32;_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\intl/intl.pch"
|
||||
AssemblerListingLocation=".\release\intl/"
|
||||
ObjectFile=".\release\intl/"
|
||||
ProgramDataBaseFileName=".\release\intl/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\intl/intl.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\intl/"
|
||||
ObjectFile="..\..\..\temp\release\intl/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\intl/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -48,15 +48,15 @@
|
||||
OutputFile="release/firebird/intl/fbintl.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\intl/fbintl.pdb"
|
||||
ImportLibrary=".\release\intl/fbintl.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\release\intl/fbintl.pdb"
|
||||
ImportLibrary="..\..\..\temp\release\intl/fbintl.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\intl/intl.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\intl/intl.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -74,8 +74,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\intl"
|
||||
IntermediateDirectory=".\debug\intl"
|
||||
OutputDirectory="..\..\..\temp\debug\intl"
|
||||
IntermediateDirectory="..\..\..\temp\debug\intl"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -87,10 +87,10 @@
|
||||
PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;_X86_"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\intl/intl.pch"
|
||||
AssemblerListingLocation=".\debug\intl/"
|
||||
ObjectFile=".\debug\intl/"
|
||||
ProgramDataBaseFileName=".\debug\intl/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\intl/intl.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\intl/"
|
||||
ObjectFile="..\..\..\temp\debug\intl/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\intl/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -106,15 +106,15 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\intl/fbintl.pdb"
|
||||
ImportLibrary=".\debug\intl/fbintl.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\intl/fbintl.pdb"
|
||||
ImportLibrary="..\..\..\temp\debug\intl/fbintl.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\intl/intl.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\intl/intl.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\intlcpp"
|
||||
IntermediateDirectory=".\release\intlcpp"
|
||||
OutputDirectory="..\..\..\temp\release\intlcpp"
|
||||
IntermediateDirectory="..\..\..\temp\release\intlcpp"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;INTL_EXPORTS;WINDOWS_ONLY;SUPERCLIENT;WIN32;_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\intlcpp/intlcpp.pch"
|
||||
AssemblerListingLocation=".\release\intlcpp/"
|
||||
ObjectFile=".\release\intlcpp/"
|
||||
ProgramDataBaseFileName=".\release\intlcpp/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\intlcpp/intlcpp.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\intlcpp/"
|
||||
ObjectFile="..\..\..\temp\release\intlcpp/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\intlcpp/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -48,15 +48,15 @@
|
||||
OutputFile="release/firebird/intlcpp/fbintlcpp.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\intlcpp/fbintlcpp.pdb"
|
||||
ImportLibrary=".\release\intlcpp/fbintlcpp.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\release\intlcpp/fbintlcpp.pdb"
|
||||
ImportLibrary="..\..\..\temp\release\intlcpp/fbintlcpp.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\release\intlcpp/intlcpp.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\intlcpp/intlcpp.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -74,8 +74,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\intlcpp"
|
||||
IntermediateDirectory=".\debug\intlcpp"
|
||||
OutputDirectory="..\..\..\temp\debug\intlcpp"
|
||||
IntermediateDirectory="..\..\..\temp\debug\intlcpp"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -87,10 +87,10 @@
|
||||
PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WINDOWS_ONLY;SUPERCLIENT;WIN32;_X86_"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\intlcpp/intlcpp.pch"
|
||||
AssemblerListingLocation=".\debug\intlcpp/"
|
||||
ObjectFile=".\debug\intlcpp/"
|
||||
ProgramDataBaseFileName=".\debug\intlcpp/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\intlcpp/intlcpp.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\intlcpp/"
|
||||
ObjectFile="..\..\..\temp\debug\intlcpp/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\intlcpp/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -106,15 +106,15 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\intlcpp/fbintlcpp.pdb"
|
||||
ImportLibrary=".\debug\intlcpp/fbintlcpp.lib"/>
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\intlcpp/fbintlcpp.pdb"
|
||||
ImportLibrary="..\..\..\temp\debug\intlcpp/fbintlcpp.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\debug\intlcpp/intlcpp.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\intlcpp/intlcpp.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\ipserver"
|
||||
IntermediateDirectory=".\debug\ipserver"
|
||||
OutputDirectory="..\..\..\temp\debug\ipserver"
|
||||
IntermediateDirectory="..\..\..\temp\debug\ipserver"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,WIN32,_X86_,DEV_BUILD,SUPERSERVER"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\ipserver/ipserver.pch"
|
||||
AssemblerListingLocation=".\debug\ipserver/"
|
||||
ObjectFile=".\debug\ipserver/"
|
||||
ProgramDataBaseFileName=".\debug\ipserver/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\ipserver/ipserver.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\ipserver/"
|
||||
ObjectFile="..\..\..\temp\debug\ipserver/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\ipserver/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -37,7 +37,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\ipserver\ipserver.lib"
|
||||
OutputFile="..\..\..\temp\debug\ipserver\ipserver.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -56,8 +56,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\ipserver"
|
||||
IntermediateDirectory=".\release\ipserver"
|
||||
OutputDirectory="..\..\..\temp\release\ipserver"
|
||||
IntermediateDirectory="..\..\..\temp\release\ipserver"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_,SUPERSERVER"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\ipserver/ipserver.pch"
|
||||
AssemblerListingLocation=".\release\ipserver/"
|
||||
ObjectFile=".\release\ipserver/"
|
||||
ProgramDataBaseFileName=".\release\ipserver/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\ipserver/ipserver.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\ipserver/"
|
||||
ObjectFile="..\..\..\temp\release\ipserver/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\ipserver/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -86,7 +86,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\ipserver\ipserver.lib"
|
||||
OutputFile="..\..\..\temp\release\ipserver\ipserver.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\isql"
|
||||
IntermediateDirectory=".\debug\isql"
|
||||
OutputDirectory="..\..\..\temp\debug\isql"
|
||||
IntermediateDirectory="..\..\..\temp\debug\isql"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_CONSOLE,SUPERCLIENT,DEV_BUILD,WIN32,_X86_"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
PrecompiledHeaderFile=".\debug\isql/isql.pch"
|
||||
AssemblerListingLocation=".\debug\isql/"
|
||||
ObjectFile=".\debug\isql/"
|
||||
ProgramDataBaseFileName=".\debug\isql/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\isql/isql.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\isql/"
|
||||
ObjectFile="..\..\..\temp\debug\isql/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\isql/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -44,11 +44,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\isql/isql.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\isql/isql.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\isql/isql.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\isql/isql.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -66,8 +66,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\isql"
|
||||
IntermediateDirectory=".\release\isql"
|
||||
OutputDirectory="..\..\..\temp\release\isql"
|
||||
IntermediateDirectory="..\..\..\temp\release\isql"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -85,10 +85,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_"
|
||||
RuntimeLibrary="4"
|
||||
PrecompiledHeaderFile=".\release\isql/isql.pch"
|
||||
AssemblerListingLocation=".\release\isql/"
|
||||
ObjectFile=".\release\isql/"
|
||||
ProgramDataBaseFileName=".\release\isql/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\isql/isql.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\isql/"
|
||||
ObjectFile="..\..\..\temp\release\isql/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\isql/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@ -102,11 +102,11 @@
|
||||
OutputFile="release/firebird/bin/isql.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\isql/isql.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\isql/isql.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\isql/isql.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\isql/isql.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\lock_ss"
|
||||
IntermediateDirectory=".\debug\lock_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\lock_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\lock_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_LIB,SUPERSERVER,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\lock_ss/lock.pch"
|
||||
AssemblerListingLocation=".\debug\lock_ss/"
|
||||
ObjectFile=".\debug\lock_ss/"
|
||||
ProgramDataBaseFileName=".\debug\lock_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\lock_ss/lock.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\lock_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\lock_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\lock_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -37,7 +37,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\lock_ss\lock.lib"
|
||||
OutputFile="..\..\..\temp\debug\lock_ss\lock.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -56,8 +56,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\lock_ss"
|
||||
IntermediateDirectory=".\release\lock_ss"
|
||||
OutputDirectory="..\..\..\temp\release\lock_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\lock_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\lock_ss/lock.pch"
|
||||
AssemblerListingLocation=".\release\lock_ss/"
|
||||
ObjectFile=".\release\lock_ss/"
|
||||
ProgramDataBaseFileName=".\release\lock_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\lock_ss/lock.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\lock_ss/"
|
||||
ObjectFile="..\..\..\temp\release\lock_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\lock_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -86,7 +86,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\lock_ss\lock.lib"
|
||||
OutputFile="..\..\..\temp\release\lock_ss\lock.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\lock_cs"
|
||||
IntermediateDirectory=".\release\lock_cs"
|
||||
OutputDirectory="..\..\..\temp\release\lock_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\lock_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\lock_cs/lock_classic.pch"
|
||||
AssemblerListingLocation=".\release\lock_cs/"
|
||||
ObjectFile=".\release\lock_cs/"
|
||||
ProgramDataBaseFileName=".\release\lock_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\lock_cs/lock_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\lock_cs/"
|
||||
ObjectFile="..\..\..\temp\release\lock_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\lock_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\lock_cs"
|
||||
IntermediateDirectory=".\debug\lock_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\lock_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\lock_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_LIB,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\lock_cs/lock_classic.pch"
|
||||
AssemblerListingLocation=".\debug\lock_cs/"
|
||||
ObjectFile=".\debug\lock_cs/"
|
||||
ProgramDataBaseFileName=".\debug\lock_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\lock_cs/lock_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\lock_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\lock_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\lock_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\qli"
|
||||
IntermediateDirectory=".\debug\qli"
|
||||
OutputDirectory="..\..\..\temp\debug\qli"
|
||||
IntermediateDirectory="..\..\..\temp\debug\qli"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,DEV_BUILD,SUPERCLIENT"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\qli/qli.pch"
|
||||
AssemblerListingLocation=".\debug\qli/"
|
||||
ObjectFile=".\debug\qli/"
|
||||
ProgramDataBaseFileName=".\debug\qli/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\qli/qli.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\qli/"
|
||||
ObjectFile="..\..\..\temp\debug\qli/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\qli/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
@ -43,11 +43,11 @@
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\debug\qli/qli.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\debug\qli/qli.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\debug\qli/qli.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\debug\qli/qli.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -65,8 +65,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\qli"
|
||||
IntermediateDirectory=".\release\qli"
|
||||
OutputDirectory="..\..\..\temp\release\qli"
|
||||
IntermediateDirectory="..\..\..\temp\release\qli"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -84,10 +84,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\qli/qli.pch"
|
||||
AssemblerListingLocation=".\release\qli/"
|
||||
ObjectFile=".\release\qli/"
|
||||
ProgramDataBaseFileName=".\release\qli/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\qli/qli.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\qli/"
|
||||
ObjectFile="..\..\..\temp\release\qli/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\qli/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -100,11 +100,11 @@
|
||||
OutputFile="release/firebird/bin/qli.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\release\qli/qli.pdb"
|
||||
ProgramDatabaseFile="..\..\..\temp\release\qli/qli.pdb"
|
||||
SubSystem="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\release\qli/qli.tlb"/>
|
||||
TypeLibraryName="..\..\..\temp\release\qli/qli.tlb"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\remote_ss"
|
||||
IntermediateDirectory=".\debug\remote_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\remote_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\remote_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,SUPERSERVER,SERVER_SHUTDOWN,IPSERVER,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\remote_ss/remote.pch"
|
||||
AssemblerListingLocation=".\debug\remote_ss/"
|
||||
ObjectFile=".\debug\remote_ss/"
|
||||
ProgramDataBaseFileName=".\debug\remote_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\remote_ss/remote.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\remote_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\remote_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\remote_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -37,7 +37,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\remote_ss\remote.lib"
|
||||
OutputFile="..\..\..\temp\debug\remote_ss\remote.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -56,8 +56,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\remote_ss"
|
||||
IntermediateDirectory=".\release\remote_ss"
|
||||
OutputDirectory="..\..\..\temp\release\remote_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\remote_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,SERVER_SHUTDOWN,IPSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\remote_ss/remote.pch"
|
||||
AssemblerListingLocation=".\release\remote_ss/"
|
||||
ObjectFile=".\release\remote_ss/"
|
||||
ProgramDataBaseFileName=".\release\remote_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\remote_ss/remote.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\remote_ss/"
|
||||
ObjectFile="..\..\..\temp\release\remote_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\remote_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -86,7 +86,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\remote_ss\remote.lib"
|
||||
OutputFile="..\..\..\temp\release\remote_ss\remote.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\remote_cs"
|
||||
IntermediateDirectory=".\release\remote_cs"
|
||||
OutputDirectory="..\..\..\temp\release\remote_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\remote_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SERVER_SHUTDOWN,IPSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\remote_cs/remote_classic.pch"
|
||||
AssemblerListingLocation=".\release\remote_cs/"
|
||||
ObjectFile=".\release\remote_cs/"
|
||||
ProgramDataBaseFileName=".\release\remote_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\remote_cs/remote_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\remote_cs/"
|
||||
ObjectFile="..\..\..\temp\release\remote_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\remote_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\remote_cs"
|
||||
IntermediateDirectory=".\debug\remote_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\remote_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\remote_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,SERVER_SHUTDOWN,IPSERVER,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\remote_cs/remote_classic.pch"
|
||||
AssemblerListingLocation=".\debug\remote_cs/"
|
||||
ObjectFile=".\debug\remote_cs/"
|
||||
ProgramDataBaseFileName=".\debug\remote_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\remote_cs/remote_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\remote_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\remote_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\remote_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\utilities_ss"
|
||||
IntermediateDirectory=".\debug\utilities_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\utilities_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\utilities_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,SUPERSERVER,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\utilities_ss/utilities.pch"
|
||||
AssemblerListingLocation=".\debug\utilities_ss/"
|
||||
ObjectFile=".\debug\utilities_ss/"
|
||||
ProgramDataBaseFileName=".\debug\utilities_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\utilities_ss/utilities.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\utilities_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\utilities_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\utilities_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -37,7 +37,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\utilities_ss\utilities.lib"
|
||||
OutputFile="..\..\..\temp\debug\utilities_ss\utilities.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -56,8 +56,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\utilities_ss"
|
||||
IntermediateDirectory=".\release\utilities_ss"
|
||||
OutputDirectory="..\..\..\temp\release\utilities_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\utilities_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\utilities_ss/utilities.pch"
|
||||
AssemblerListingLocation=".\release\utilities_ss/"
|
||||
ObjectFile=".\release\utilities_ss/"
|
||||
ProgramDataBaseFileName=".\release\utilities_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\utilities_ss/utilities.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\utilities_ss/"
|
||||
ObjectFile="..\..\..\temp\release\utilities_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\utilities_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -86,7 +86,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\utilities_ss\utilities.lib"
|
||||
OutputFile="..\..\..\temp\release\utilities_ss\utilities.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\utilities_cs"
|
||||
IntermediateDirectory=".\debug\utilities_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\utilities_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\utilities_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\utilities_cs/utilities_classic.pch"
|
||||
AssemblerListingLocation=".\debug\utilities_cs/"
|
||||
ObjectFile=".\debug\utilities_cs/"
|
||||
ProgramDataBaseFileName=".\debug\utilities_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\utilities_cs/utilities_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\utilities_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\utilities_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\utilities_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -56,8 +56,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\utilities_cs"
|
||||
IntermediateDirectory=".\release\utilities_cs"
|
||||
OutputDirectory="..\..\..\temp\release\utilities_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\utilities_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\utilities_cs/utilities_classic.pch"
|
||||
AssemblerListingLocation=".\release\utilities_cs/"
|
||||
ObjectFile=".\release\utilities_cs/"
|
||||
ProgramDataBaseFileName=".\release\utilities_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\utilities_cs/utilities_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\utilities_cs/"
|
||||
ObjectFile="..\..\..\temp\release\utilities_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\utilities_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\wal_ss"
|
||||
IntermediateDirectory=".\debug\wal_ss"
|
||||
OutputDirectory="..\..\..\temp\debug\wal_ss"
|
||||
IntermediateDirectory="..\..\..\temp\debug\wal_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -25,10 +25,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,SUPERSERVER,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\wal_ss/wal.pch"
|
||||
AssemblerListingLocation=".\debug\wal_ss/"
|
||||
ObjectFile=".\debug\wal_ss/"
|
||||
ProgramDataBaseFileName=".\debug\wal_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\wal_ss/wal.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\wal_ss/"
|
||||
ObjectFile="..\..\..\temp\debug\wal_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\wal_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
@ -37,7 +37,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\debug\wal_ss\wal.lib"
|
||||
OutputFile="..\..\..\temp\debug\wal_ss\wal.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
@ -56,8 +56,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\wal_ss"
|
||||
IntermediateDirectory=".\release\wal_ss"
|
||||
OutputDirectory="..\..\..\temp\release\wal_ss"
|
||||
IntermediateDirectory="..\..\..\temp\release\wal_ss"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -75,10 +75,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\wal_ss/wal.pch"
|
||||
AssemblerListingLocation=".\release\wal_ss/"
|
||||
ObjectFile=".\release\wal_ss/"
|
||||
ProgramDataBaseFileName=".\release\wal_ss/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\wal_ss/wal.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\wal_ss/"
|
||||
ObjectFile="..\..\..\temp\release\wal_ss/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\wal_ss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -86,7 +86,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\release\wal_ss\wal.lib"
|
||||
OutputFile="..\..\..\temp\release\wal_ss\wal.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\release\wal_cs"
|
||||
IntermediateDirectory=".\release\wal_cs"
|
||||
OutputDirectory="..\..\..\temp\release\wal_cs"
|
||||
IntermediateDirectory="..\..\..\temp\release\wal_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -31,10 +31,10 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
PrecompiledHeaderFile=".\release\wal_cs/wal_classic.pch"
|
||||
AssemblerListingLocation=".\release\wal_cs/"
|
||||
ObjectFile=".\release\wal_cs/"
|
||||
ProgramDataBaseFileName=".\release\wal_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\wal_cs/wal_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\wal_cs/"
|
||||
ObjectFile="..\..\..\temp\release\wal_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\release\wal_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@ -61,8 +61,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\debug\wal_cs"
|
||||
IntermediateDirectory=".\debug\wal_cs"
|
||||
OutputDirectory="..\..\..\temp\debug\wal_cs"
|
||||
IntermediateDirectory="..\..\..\temp\debug\wal_cs"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
@ -74,10 +74,10 @@
|
||||
PreprocessorDefinitions="_DEBUG,_LIB,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\debug\wal_cs/wal_classic.pch"
|
||||
AssemblerListingLocation=".\debug\wal_cs/"
|
||||
ObjectFile=".\debug\wal_cs/"
|
||||
ProgramDataBaseFileName=".\debug\wal_cs/"
|
||||
PrecompiledHeaderFile="..\..\..\temp\debug\wal_cs/wal_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\debug\wal_cs/"
|
||||
ObjectFile="..\..\..\temp\debug\wal_cs/"
|
||||
ProgramDataBaseFileName="..\..\..\temp\debug\wal_cs/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
|
Loading…
Reference in New Issue
Block a user