mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-07-06 21:18:26 +00:00
Added missing BitField.cpp file (#1238)
This commit is contained in:
parent
e6f81c49ba
commit
57a9f20824
4 changed files with 8 additions and 0 deletions
|
@ -178,6 +178,7 @@
|
|||
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsWinRT>
|
||||
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsWinRT>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\Bitfield.cpp" />
|
||||
<ClCompile Include="..\..\..\src\command_classes\Alarm.cpp" />
|
||||
<ClCompile Include="..\..\..\src\command_classes\ApplicationStatus.cpp" />
|
||||
<ClCompile Include="..\..\..\src\command_classes\Association.cpp" />
|
||||
|
|
|
@ -723,6 +723,9 @@
|
|||
<ClCompile Include="..\..\..\src\command_classes\ManufacturerProprietary.cpp">
|
||||
<Filter>Command Classes</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\Bitfield.cpp">
|
||||
<Filter>Main</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="..\..\..\src\aes\aes.txt">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue