Added PeHeaderReader class, which is used to check whether an application is CUI. This fixes the issue introduced in e0eb8c8.

This commit is contained in:
kerams
2014-04-12 13:01:29 +02:00
parent c36b5c77fc
commit bdf57b5203
4 changed files with 598 additions and 10 deletions

View File

@@ -49,6 +49,7 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="PeHeaderReader.cs" />
<Compile Include="Storage\UserSettings\FolderLink.cs" />
<Compile Include="Unidecoder.Characters.cs" />
<Compile Include="ChineseToPinYin.cs" />