1.1 --- a/FutabaVfd.vcxproj Thu May 22 07:30:05 2014 +0200
1.2 +++ b/FutabaVfd.vcxproj Thu May 22 07:50:02 2014 +0200
1.3 @@ -105,12 +105,15 @@
1.4 <ItemGroup>
1.5 <ClCompile Include="..\hidapi\windows\hid.c" />
1.6 <ClCompile Include="src\FutabaVfd.cpp" />
1.7 + <ClCompile Include="src\HidDevice.cpp" />
1.8 <ClCompile Include="src\Main.cpp" />
1.9 <ClCompile Include="src\test.cpp" />
1.10 </ItemGroup>
1.11 <ItemGroup>
1.12 <ClInclude Include="..\hidapi\hidapi\hidapi.h" />
1.13 <ClInclude Include="inc\FutabaVfd.h" />
1.14 + <ClInclude Include="inc\HidDevice.h" />
1.15 + <ClInclude Include="inc\HidReport.h" />
1.16 <ClInclude Include="inc\MainWindow.h" />
1.17 </ItemGroup>
1.18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />