xref: /freebsd/sys/contrib/libsodium/builds/msvc/properties/DebugLIB.props (revision 3611ec604864a7d4dcc9a3ea898c80eb35eef8a0)
1*0ac341f1SConrad Meyer<?xml version="1.0" encoding="utf-8"?>
2*0ac341f1SConrad Meyer<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3*0ac341f1SConrad Meyer
4*0ac341f1SConrad Meyer  <PropertyGroup>
5*0ac341f1SConrad Meyer    <_PropertySheetDisplayName>Static Debug Library</_PropertySheetDisplayName>
6*0ac341f1SConrad Meyer  </PropertyGroup>
7*0ac341f1SConrad Meyer
8*0ac341f1SConrad Meyer  <ImportGroup Label="PropertySheets">
9*0ac341f1SConrad Meyer    <Import Project="Debug.props" />
10*0ac341f1SConrad Meyer    <Import Project="LIB.props" />
11*0ac341f1SConrad Meyer  </ImportGroup>
12*0ac341f1SConrad Meyer
13*0ac341f1SConrad Meyer  <ItemDefinitionGroup>
14*0ac341f1SConrad Meyer    <ClCompile>
15*0ac341f1SConrad Meyer      <DebugInformationFormat>OldStyle</DebugInformationFormat>
16*0ac341f1SConrad Meyer      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
17*0ac341f1SConrad Meyer      <LinkIncremental>true</LinkIncremental>
18*0ac341f1SConrad Meyer    </ClCompile>
19*0ac341f1SConrad Meyer  </ItemDefinitionGroup>
20*0ac341f1SConrad Meyer
21*0ac341f1SConrad Meyer</Project>