加个图标

This commit is contained in:
陈浩南 2022-09-12 21:13:28 +08:00
parent 6d7103b807
commit 4f9b099e58
2 changed files with 5 additions and 0 deletions

BIN
index.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View File

@ -8,6 +8,7 @@
<MyType>WindowsForms</MyType>
<OptionStrict>On</OptionStrict>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
<ApplicationIcon>index.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@ -20,6 +21,10 @@
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Content Include="index.ico" />
</ItemGroup>
<ItemGroup>
<Import Include="System.Windows.Forms" />
</ItemGroup>