8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
firebird-mirror/builds/win32/msvc9/firebird2.vsprops
2008-09-02 07:50:56 +00:00

41 lines
1.5 KiB
XML

<?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)"
>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/EHsc-"
OmitFramePointers="true"
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
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)/"
BrowseInformation="0"
BrowseInformationFile="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"
UseFullPaths="false"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(IntDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCLinkerTool"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
ImportLibrary="$(IntDir)\$(TargetName).lib"
/>
</VisualStudioPropertySheet>