8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Add VS 2005 property sheets for the ICU module

This commit is contained in:
paul_reeves 2007-09-06 11:16:31 +00:00
parent 443369414e
commit 9441e2bd87
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="firebird2debug"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BrowseInformation="1"
Detect64BitPortabilityProblems="true"
/>
<Tool
Name="VCLinkerTool"
GenerateDebugInformation="true"
/>
</VisualStudioPropertySheet>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="firebird2intl"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
>
<Tool
Name="VCCLCompilerTool"
EnableFunctionLevelLinking="false"
DisableLanguageExtensions="true"
WarningLevel="3"
DebugInformationFormat="3"
/>
</VisualStudioPropertySheet>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="firebird2release"
>
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="2"
EnableFunctionLevelLinking="true"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
IgnoreDefaultLibraryNames="msvcrt.lib"
/>
</VisualStudioPropertySheet>