mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
|
<?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>
|