StaticLib1.vcxproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" 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>15.0</VCProjectVersion>
  23. <ProjectGuid>{9ED853D5-40BD-40EB-9F8F-228EE11319A1}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>StaticLib1</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  27. <ProjectName>StaticLibMotors</ProjectName>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  31. <ConfigurationType>StaticLibrary</ConfigurationType>
  32. <UseDebugLibraries>true</UseDebugLibraries>
  33. <PlatformToolset>v141</PlatformToolset>
  34. <CharacterSet>Unicode</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v141</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>StaticLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>v141</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v141</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="Shared">
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <LinkIncremental>true</LinkIncremental>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <LinkIncremental>false</LinkIncremental>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <PrecompiledHeader>Use</PrecompiledHeader>
  89. <WarningLevel>Level3</WarningLevel>
  90. <Optimization>Disabled</Optimization>
  91. <SDLCheck>true</SDLCheck>
  92. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <ConformanceMode>true</ConformanceMode>
  94. <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>Windows</SubSystem>
  98. <GenerateDebugInformation>true</GenerateDebugInformation>
  99. </Link>
  100. </ItemDefinitionGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  102. <ClCompile>
  103. <PrecompiledHeader>Use</PrecompiledHeader>
  104. <WarningLevel>Level3</WarningLevel>
  105. <Optimization>Disabled</Optimization>
  106. <SDLCheck>true</SDLCheck>
  107. <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <ConformanceMode>true</ConformanceMode>
  109. </ClCompile>
  110. <Link>
  111. <SubSystem>Windows</SubSystem>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. </Link>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  116. <ClCompile>
  117. <PrecompiledHeader>Use</PrecompiledHeader>
  118. <WarningLevel>Level3</WarningLevel>
  119. <Optimization>MaxSpeed</Optimization>
  120. <FunctionLevelLinking>true</FunctionLevelLinking>
  121. <IntrinsicFunctions>true</IntrinsicFunctions>
  122. <SDLCheck>true</SDLCheck>
  123. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <ConformanceMode>true</ConformanceMode>
  125. </ClCompile>
  126. <Link>
  127. <SubSystem>Windows</SubSystem>
  128. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  129. <OptimizeReferences>true</OptimizeReferences>
  130. <GenerateDebugInformation>true</GenerateDebugInformation>
  131. </Link>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  134. <ClCompile>
  135. <PrecompiledHeader>Use</PrecompiledHeader>
  136. <WarningLevel>Level3</WarningLevel>
  137. <Optimization>MaxSpeed</Optimization>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <SDLCheck>true</SDLCheck>
  141. <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <ConformanceMode>true</ConformanceMode>
  143. </ClCompile>
  144. <Link>
  145. <SubSystem>Windows</SubSystem>
  146. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  147. <OptimizeReferences>true</OptimizeReferences>
  148. <GenerateDebugInformation>true</GenerateDebugInformation>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemGroup>
  152. <ClInclude Include="Motorheader\Actuator.h" />
  153. <ClInclude Include="Motorheader\ArduinoHub.h" />
  154. <ClInclude Include="Motorheader\EAIHub.h" />
  155. <ClInclude Include="Motorheader\Serial.h" />
  156. <ClInclude Include="stdafx.h" />
  157. <ClInclude Include="targetver.h" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <ClCompile Include="stdafx.cpp">
  161. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  162. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  163. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  164. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  165. </ClCompile>
  166. <ClCompile Include="ArmbandInterface.cpp">
  167. <SubType>
  168. </SubType>
  169. </ClCompile>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="packages.config" />
  173. </ItemGroup>
  174. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  175. <ImportGroup Label="ExtensionTargets">
  176. <Import Project="..\packages\pthreads.redist.2.9.1.4\build\native\pthreads.redist.targets" Condition="Exists('..\packages\pthreads.redist.2.9.1.4\build\native\pthreads.redist.targets')" />
  177. <Import Project="..\packages\pthreads.2.9.1.4\build\native\pthreads.targets" Condition="Exists('..\packages\pthreads.2.9.1.4\build\native\pthreads.targets')" />
  178. </ImportGroup>
  179. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  180. <PropertyGroup>
  181. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  182. </PropertyGroup>
  183. <Error Condition="!Exists('..\packages\pthreads.redist.2.9.1.4\build\native\pthreads.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\pthreads.redist.2.9.1.4\build\native\pthreads.redist.targets'))" />
  184. <Error Condition="!Exists('..\packages\pthreads.2.9.1.4\build\native\pthreads.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\pthreads.2.9.1.4\build\native\pthreads.targets'))" />
  185. </Target>
  186. </Project>