2007-02-26 16:12:07 +01:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="firebird2"
|
|
|
|
OutputDirectory="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
IntermediateDirectory="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
>
|
2010-10-22 23:18:13 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
OutputFile="$(IntDir)/$(ProjectName).bsc"
|
|
|
|
/>
|
2007-02-26 16:12:07 +01:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalOptions="/EHsc-"
|
|
|
|
OmitFramePointers="true"
|
2014-12-29 12:08:18 +01:00
|
|
|
AdditionalIncludeDirectories="../../../src/include;../../../src/include/gen;../../../extern/libtommath;../../../extern/icu/include;../../../extern/zlib"
|
2007-02-26 16:12:07 +01:00
|
|
|
ExceptionHandling="0"
|
|
|
|
RuntimeTypeInfo="false"
|
|
|
|
PrecompiledHeaderFile="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\$(ProjectName).pch"
|
|
|
|
AssemblerListingLocation="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)/"
|
|
|
|
ObjectFile="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)/"
|
|
|
|
ProgramDataBaseFileName="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)/"
|
2010-10-22 23:18:13 +02:00
|
|
|
BrowseInformation="1"
|
2007-02-26 16:12:07 +01:00
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
2013-03-06 15:30:05 +01:00
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
|
2007-02-26 16:12:07 +01:00
|
|
|
CompileAs="0"
|
|
|
|
UseFullPaths="false"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(IntDir)\$(ProjectName).lib"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2010-10-22 23:18:13 +02:00
|
|
|
LinkIncremental="1"
|
2007-02-26 16:12:07 +01:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
ImportLibrary="$(IntDir)\$(TargetName).lib"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|