]> sigrok.org Git - libserialport.git/blob - release.props
change type of result variables to ssize_t
[libserialport.git] / release.props
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>Release</_PropertySheetDisplayName>
7   </PropertyGroup>
8   <ItemDefinitionGroup>
9     <ClCompile>
10       <PreprocessorDefinitions>LIBSERIALPORT_MSBUILD;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
11       <FunctionLevelLinking>true</FunctionLevelLinking>
12       <IntrinsicFunctions>true</IntrinsicFunctions>
13     </ClCompile>
14     <Link>
15       <EnableCOMDATFolding>true</EnableCOMDATFolding>
16       <OptimizeReferences>true</OptimizeReferences>
17     </Link>
18   </ItemDefinitionGroup>
19   <ItemGroup />
20 </Project>