mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-28 02:43:03 +01:00
16 lines
652 B
Plaintext
16 lines
652 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||
|
<LinkIncremental>false</LinkIncremental>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup>
|
||
|
<ClCompile>
|
||
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<IgnoreSpecificDefaultLibraries>msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
</Project>
|