Fixed icon on EXE file
This commit is contained in:
parent
d89cdfab01
commit
b0897a7cfd
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,7 @@
|
|||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>
|
||||
</ApplicationIcon>
|
||||
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -568,11 +567,13 @@
|
|||
</Content>
|
||||
<Content Include="Dependencies\resources.fr.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Dependencies\resources.ja.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Icon.ico" />
|
||||
<None Include="Resources\MesenIcon.png" />
|
||||
<None Include="Resources\system-software-update.png" />
|
||||
<None Include="Resources\view-refresh.png" />
|
||||
|
|
Loading…
Add table
Reference in a new issue