FutabaVfd.vcxproj
changeset 25 233a997193b8
parent 14 4a5538e0ccbf
     1.1 --- a/FutabaVfd.vcxproj	Thu May 22 22:36:43 2014 +0200
     1.2 +++ b/FutabaVfd.vcxproj	Sat May 24 00:43:18 2014 +0200
     1.3 @@ -104,6 +104,7 @@
     1.4    </ItemDefinitionGroup>
     1.5    <ItemGroup>
     1.6      <ClCompile Include="..\hidapi\windows\hid.c" />
     1.7 +    <ClCompile Include="src\BitArray.cpp" />
     1.8      <ClCompile Include="src\FutabaVfd.cpp" />
     1.9      <ClCompile Include="src\HidDevice.cpp" />
    1.10      <ClCompile Include="src\Main.cpp" />
    1.11 @@ -111,6 +112,7 @@
    1.12    </ItemGroup>
    1.13    <ItemGroup>
    1.14      <ClInclude Include="..\hidapi\hidapi\hidapi.h" />
    1.15 +    <ClInclude Include="inc\BitArray.h" />
    1.16      <ClInclude Include="inc\FutabaVfd.h" />
    1.17      <ClInclude Include="inc\HidDevice.h" />
    1.18      <ClInclude Include="inc\HidReport.h" />