Skip to content

Commit f8953c4

Browse files
committedJan 13, 2014
Add Icon
1 parent 49354a7 commit f8953c4

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
 

‎Tetris/Tetris.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
<PropertyGroup>
5353
<StartupObject />
5454
</PropertyGroup>
55+
<PropertyGroup>
56+
<ApplicationIcon>icon.ico</ApplicationIcon>
57+
</PropertyGroup>
5558
<ItemGroup>
5659
<Reference Include="System" />
5760
<Reference Include="System.Data" />
@@ -273,7 +276,6 @@
273276
<ItemGroup>
274277
<None Include="App.config" />
275278
</ItemGroup>
276-
<ItemGroup />
277279
<ItemGroup>
278280
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
279281
<Visible>False</Visible>
@@ -291,6 +293,7 @@
291293
<Install>false</Install>
292294
</BootstrapperPackage>
293295
<Resource Include="AdvancedGUI\Styles\logo.png" />
296+
<Resource Include="icon.ico" />
294297
</ItemGroup>
295298
<ItemGroup>
296299
<EmbeddedResource Include="AdvancedGUI\Styles\Pic\TonPic\1.jpg">

‎Tetris/icon.ico

97.3 KB
Binary file not shown.

‎icon.ico

97.3 KB
Binary file not shown.

‎icon.png

478 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.