xref: /freebsd/sys/contrib/libsodium/builds/msvc/properties/DebugLEXE.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>Console Debug Link Time Code Generation</_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="Link.props" />
11*0ac341f1SConrad Meyer    <Import Project="EXE.props" />
12*0ac341f1SConrad Meyer  </ImportGroup>
13*0ac341f1SConrad Meyer
14*0ac341f1SConrad Meyer  <ItemDefinitionGroup>
15*0ac341f1SConrad Meyer    <ClCompile>
16*0ac341f1SConrad Meyer      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
17*0ac341f1SConrad Meyer    </ClCompile>
18*0ac341f1SConrad Meyer  </ItemDefinitionGroup>
19*0ac341f1SConrad Meyer
20*0ac341f1SConrad Meyer</Project>