1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label=
"ProjectConfigurations">
4 <ProjectConfiguration Include=
"Debug|Win32">
5 <Configuration>Debug
</Configuration>
6 <Platform>Win32
</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include=
"Release|Win32">
9 <Configuration>Release
</Configuration>
10 <Platform>Win32
</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include=
"Debug|x64">
13 <Configuration>Debug
</Configuration>
14 <Platform>x64
</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include=
"Release|x64">
17 <Configuration>Release
</Configuration>
18 <Platform>x64
</Platform>
19 </ProjectConfiguration>
22 <ClInclude Include=
"libserialport.h" />
23 <ClInclude Include=
"libserialport_internal.h" />
26 <ClCompile Include=
"serialport.c" />
27 <ClCompile Include=
"timing.c" />
28 <ClCompile Include=
"windows.c" />
30 <PropertyGroup Label=
"Globals">
31 <VCProjectVersion>16.0</VCProjectVersion>
32 <ProjectGuid>{
1C8EAAF2-
133E-4CEE-
8981-
4A903A8B3935}
</ProjectGuid>
33 <Keyword>Win32Proj
</Keyword>
34 <RootNamespace>libserialport
</RootNamespace>
35 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
37 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
39 <ConfigurationType>DynamicLibrary
</ConfigurationType>
40 <UseDebugLibraries>true
</UseDebugLibraries>
41 <PlatformToolset>v142
</PlatformToolset>
42 <CharacterSet>Unicode
</CharacterSet>
44 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
45 <ConfigurationType>DynamicLibrary
</ConfigurationType>
46 <UseDebugLibraries>false
</UseDebugLibraries>
47 <PlatformToolset>v142
</PlatformToolset>
48 <WholeProgramOptimization>true
</WholeProgramOptimization>
49 <CharacterSet>Unicode
</CharacterSet>
51 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'" Label=
"Configuration">
52 <ConfigurationType>DynamicLibrary
</ConfigurationType>
53 <UseDebugLibraries>true
</UseDebugLibraries>
54 <PlatformToolset>v142
</PlatformToolset>
55 <CharacterSet>Unicode
</CharacterSet>
57 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'" Label=
"Configuration">
58 <ConfigurationType>DynamicLibrary
</ConfigurationType>
59 <UseDebugLibraries>false
</UseDebugLibraries>
60 <PlatformToolset>v142
</PlatformToolset>
61 <WholeProgramOptimization>true
</WholeProgramOptimization>
62 <CharacterSet>Unicode
</CharacterSet>
64 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
65 <ImportGroup Label=
"ExtensionSettings">
67 <ImportGroup Label=
"Shared">
69 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)'=='Debug'">
70 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
71 <Import Project=
"common.props" />
72 <Import Project=
"debug.props" />
74 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)'=='Release'">
75 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
76 <Import Project=
"common.props" />
77 <Import Project=
"release.props" />
79 <PropertyGroup Label=
"UserMacros" />
80 <ItemDefinitionGroup />
81 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
82 <ImportGroup Label=
"ExtensionTargets">