.exe now uses the bizhawk icon
This commit is contained in:
parent
18a32d35e6
commit
a52ccb5e6a
|
@ -29,6 +29,7 @@
|
|||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<ApplicationIcon>corphawk.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -507,6 +508,7 @@
|
|||
<None Include="images\calculator.png" />
|
||||
<None Include="images\NESController.png" />
|
||||
<None Include="images\NESControllerIcon.png" />
|
||||
<Content Include="corphawk.ico" />
|
||||
<Content Include="output\gamedb.txt" />
|
||||
<Content Include="output\gamedb_neshomebrew.txt" />
|
||||
<None Include="images\Refresh.bmp" />
|
||||
|
|
Loading…
Reference in New Issue