|
@@ -1,4 +1,4 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
@@ -91,6 +91,7 @@
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
+ <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
@@ -148,10 +149,10 @@
|
|
|
</Link>
|
|
|
</ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
|
- <ClInclude Include="..\..\..\BPMotoren\Actuator.h" />
|
|
|
- <ClInclude Include="..\..\..\BPMotoren\ArduinoHub.h" />
|
|
|
- <ClInclude Include="..\..\..\BPMotoren\EAIHub.h" />
|
|
|
- <ClInclude Include="..\..\..\BPMotoren\Serial.h" />
|
|
|
+ <ClInclude Include="Motorheader\Actuator.h" />
|
|
|
+ <ClInclude Include="Motorheader\ArduinoHub.h" />
|
|
|
+ <ClInclude Include="Motorheader\EAIHub.h" />
|
|
|
+ <ClInclude Include="Motorheader\Serial.h" />
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
<ClInclude Include="targetver.h" />
|
|
|
</ItemGroup>
|
|
@@ -162,8 +163,24 @@
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
</ClCompile>
|
|
|
+ <ClCompile Include="UnitTest1.cpp">
|
|
|
+ <SubType>
|
|
|
+ </SubType>
|
|
|
+ </ClCompile>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="packages.config" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
+ <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')" />
|
|
|
+ <Import Project="..\packages\pthreads.2.9.1.4\build\native\pthreads.targets" Condition="Exists('..\packages\pthreads.2.9.1.4\build\native\pthreads.targets')" />
|
|
|
</ImportGroup>
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
+ <PropertyGroup>
|
|
|
+ <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>
|
|
|
+ </PropertyGroup>
|
|
|
+ <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'))" />
|
|
|
+ <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'))" />
|
|
|
+ </Target>
|
|
|
</Project>
|