1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[ui] added About and License dialogs

* also added partition information
* also fixed enumeration of non Windows FS USB devices
This commit is contained in:
Pete Batard 2011-11-21 17:06:17 +00:00
parent c24d150189
commit f355c450b6
10 changed files with 1610 additions and 118 deletions

View file

@ -140,11 +140,12 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\rufus.c" />
<ClCompile Include="..\stdlg.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\msapi_utf8.h" />
<ClInclude Include="..\rufus.h" />
<ClInclude Include="..\resource.h" />
<ClInclude Include="..\license.h" />
</ItemGroup>
<ItemGroup>
<Manifest Include="..\common_controls_and_elevation.manifest" />