Add command line parsing to UICommon.

This commit is contained in:
Ryan Houdek
2016-01-17 05:11:43 -06:00
committed by Léo Lam
parent 77c7fa836f
commit f61363a791
5 changed files with 77 additions and 3 deletions

View File

@ -53,6 +53,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="CommandLineParse.cpp" />
<ClCompile Include="UICommon.cpp" />
<ClCompile Include="Disassembler.cpp" />
<ClCompile Include="USBUtils.cpp">
@ -60,6 +61,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="CommandLineParse.h" />
<ClInclude Include="UICommon.h" />
<ClInclude Include="Disassembler.h" />
<ClInclude Include="USBUtils.h" />