]> sigrok.org Git - libserialport.git/blame - common.props
change type of result variables to ssize_t
[libserialport.git] / common.props
CommitLineData
75f46892
ML
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ImportGroup Label="PropertySheets" />
4 <PropertyGroup Label="UserMacros" />
5 <PropertyGroup>
6 <_PropertySheetDisplayName>Common</_PropertySheetDisplayName>
7 </PropertyGroup>
8 <ItemDefinitionGroup>
9 <ClCompile>
10 <WarningLevel>Level3</WarningLevel>
11 <SDLCheck>true</SDLCheck>
12 <ConformanceMode>true</ConformanceMode>
13 <PrecompiledHeader>NotUsing</PrecompiledHeader>
14 </ClCompile>
15 <Link>
16 <SubSystem>Windows</SubSystem>
17 <GenerateDebugInformation>true</GenerateDebugInformation>
18 <EnableUAC>false</EnableUAC>
19 <AdditionalDependencies>setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
20 </Link>
21 </ItemDefinitionGroup>
22 <ItemGroup />
23</Project>