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 >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >16.0</VCProjectVersion >
23+ <ProjectGuid >{1FD10CE4-F14C-4475-AE3C-E64A7E7FF78B}</ProjectGuid >
24+ <Keyword >Win32Proj</Keyword >
25+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
26+ </PropertyGroup >
27+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29+ <ConfigurationType >Utility</ConfigurationType >
30+ <UseDebugLibraries >true</UseDebugLibraries >
31+ <PlatformToolset >v142</PlatformToolset >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34+ <ConfigurationType >Utility</ConfigurationType >
35+ <UseDebugLibraries >false</UseDebugLibraries >
36+ <PlatformToolset >v142</PlatformToolset >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
39+ <ConfigurationType >Makefile</ConfigurationType >
40+ <UseDebugLibraries >true</UseDebugLibraries >
41+ <PlatformToolset >v142</PlatformToolset >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
44+ <ConfigurationType >Makefile</ConfigurationType >
45+ <UseDebugLibraries >false</UseDebugLibraries >
46+ <PlatformToolset >v142</PlatformToolset >
47+ </PropertyGroup >
48+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
49+ <ImportGroup Label =" ExtensionSettings" >
50+ </ImportGroup >
51+ <ImportGroup Label =" Shared" >
52+ </ImportGroup >
53+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
54+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
55+ </ImportGroup >
56+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ </ImportGroup >
59+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ </ImportGroup >
62+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <PropertyGroup Label =" UserMacros" />
66+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
67+ <NMakePreprocessorDefinitions >WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
68+ </PropertyGroup >
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70+ <NMakePreprocessorDefinitions >WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
71+ </PropertyGroup >
72+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73+ <NMakePreprocessorDefinitions >_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
74+ </PropertyGroup >
75+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76+ <NMakePreprocessorDefinitions >NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions >
77+ </PropertyGroup >
78+ <ItemDefinitionGroup >
79+ </ItemDefinitionGroup >
80+ <ItemGroup >
81+ <None Include =" servopid.ino" />
82+ </ItemGroup >
83+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
84+ <ImportGroup Label =" ExtensionTargets" >
85+ </ImportGroup >
86+ </Project >
0 commit comments