21 строка
1.0 KiB
XML
21 строка
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE in the project root for license information. -->
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- These settings are needed for Release builds for API scanning tools. -->
|
|
<ItemDefinitionGroup Condition="'$(Configuration)' == 'Release'">
|
|
<ClCompile>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<StringPooling>true</StringPooling>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
|
<AdditionalOptions>%(AdditionalOptions) /debugtype:cv,fixup</AdditionalOptions>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
</Project>
|