missing files
This commit is contained in:
parent
b6f8497f64
commit
0f941a85fb
@ -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" />
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user