missing files

This commit is contained in:
Youen Toupin 2015-04-25 13:04:32 +02:00
parent b6f8497f64
commit 0f941a85fb
2 changed files with 4 additions and 0 deletions

View File

@ -71,10 +71,12 @@
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="OneWireSlave.cpp" />
<ClCompile Include="SerialChannel.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="LowLevel.h" />
<ClInclude Include="OneWireSlave.h" />
<ClInclude Include="SerialChannel.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@ -2,10 +2,12 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="SerialChannel.cpp" />
<ClCompile Include="OneWireSlave.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="SerialChannel.h" />
<ClInclude Include="LowLevel.h" />
<ClInclude Include="OneWireSlave.h" />
</ItemGroup>
<ItemGroup>
<None Include="OneWireIO.ino" />