Added missing BitField.cpp file (#1238)

This commit is contained in:
Morten Nielsen 2017-06-01 20:52:39 -07:00 committed by Justin Hammond
parent e6f81c49ba
commit 57a9f20824
4 changed files with 8 additions and 0 deletions

View file

@ -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" />

View file

@ -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">

View file

@ -323,6 +323,7 @@ exit 0</Command>
<ClCompile Include="..\..\..\src\aes\aeskey.c" />
<ClCompile Include="..\..\..\src\aes\aestab.c" />
<ClCompile Include="..\..\..\src\aes\aes_modes.c" />
<ClCompile Include="..\..\..\src\Bitfield.cpp" />
<ClCompile Include="..\..\..\src\command_classes\BarrierOperator.cpp" />
<ClCompile Include="..\..\..\src\command_classes\DeviceResetLocally.cpp" />
<ClCompile Include="..\..\..\src\command_classes\DoorLock.cpp" />

View file

@ -728,5 +728,8 @@
<ClCompile Include="..\..\..\src\command_classes\ManufacturerProprietary.cpp">
<Filter>Command Classes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\Bitfield.cpp">
<Filter>Main</Filter>
</ClCompile>
</ItemGroup>
</Project>