We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49354a7 commit f8953c4Copy full SHA for f8953c4
Tetris/Tetris.csproj
@@ -52,6 +52,9 @@
52
<PropertyGroup>
53
<StartupObject />
54
</PropertyGroup>
55
+ <PropertyGroup>
56
+ <ApplicationIcon>icon.ico</ApplicationIcon>
57
+ </PropertyGroup>
58
<ItemGroup>
59
<Reference Include="System" />
60
<Reference Include="System.Data" />
@@ -273,7 +276,6 @@
273
276
274
277
<None Include="App.config" />
275
278
</ItemGroup>
- <ItemGroup />
279
280
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
281
<Visible>False</Visible>
@@ -291,6 +293,7 @@
291
293
<Install>false</Install>
292
294
</BootstrapperPackage>
295
<Resource Include="AdvancedGUI\Styles\logo.png" />
296
+ <Resource Include="icon.ico" />
297
298
299
<EmbeddedResource Include="AdvancedGUI\Styles\Pic\TonPic\1.jpg">
Tetris/icon.ico
97.3 KB
icon.ico
icon.png
478 Bytes
0 commit comments