Skip to content

Commit

Permalink
Fix: missing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiashuo Li committed Apr 13, 2015
1 parent ac845f0 commit 4d8ba4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions UI/UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
<ApplicationIcon>create.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
Expand Down Expand Up @@ -395,6 +394,9 @@
<Resource Include="pic\wall.png" />
<Resource Include="pic\create.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="create.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file added UI/create.ico
Binary file not shown.

0 comments on commit 4d8ba4d

Please sign in to comment.