]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - ports/winnt/vs2015/debug.props
Vendor import of ntp-4.2.8p8.
[FreeBSD/FreeBSD.git] / ports / winnt / vs2015 / debug.props
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ImportGroup Label="PropertySheets">
4   </ImportGroup>
5   <PropertyGroup Label="UserMacros" />
6   <PropertyGroup>
7     <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
8     <_PropertySheetDisplayName>debug-x86</_PropertySheetDisplayName>
9   </PropertyGroup>
10   <ItemDefinitionGroup>
11     <ClCompile>
12       <Optimization>Disabled</Optimization>
13       <IntrinsicFunctions>true</IntrinsicFunctions>
14       <AdditionalIncludeDirectories>$(OPENSSL_INC);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
15       <PreprocessorDefinitions>_DEBUG;OPENSSL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
16       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
17     </ClCompile>
18     <Link>
19       <AdditionalDependencies>$(OPENSSL_LIB)\libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
20       <TargetMachine>MachineX86</TargetMachine>
21     </Link>
22   </ItemDefinitionGroup>
23   <ItemGroup />
24 </Project>