Fixed icon on EXE file

This commit is contained in:
Souryo 2016-02-21 15:31:55 -05:00
parent d89cdfab01
commit b0897a7cfd

View file

@ -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" />