Skip to content

Commit fdcc41c

Browse files
committedMar 7, 2017
Added an icon to the main form and the app
1 parent a11e44b commit fdcc41c

File tree

4 files changed

+6189
-6
lines changed

4 files changed

+6189
-6
lines changed
 

‎1. Desktop App Converter/HelloCentennial/HelloCentennial/Form1.Designer.cs

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎1. Desktop App Converter/HelloCentennial/HelloCentennial/Form1.resx

+6,175-2
Large diffs are not rendered by default.

‎1. Desktop App Converter/HelloCentennial/HelloCentennial/HelloCentennial.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<WarningLevel>4</WarningLevel>
3535
<Prefer32Bit>false</Prefer32Bit>
3636
</PropertyGroup>
37+
<PropertyGroup>
38+
<ApplicationIcon>icon.ico</ApplicationIcon>
39+
</PropertyGroup>
3740
<ItemGroup>
3841
<Reference Include="System" />
3942
<Reference Include="System.Core" />
@@ -78,6 +81,9 @@
7881
<DesignTimeSharedInput>True</DesignTimeSharedInput>
7982
</Compile>
8083
</ItemGroup>
84+
<ItemGroup>
85+
<Content Include="icon.ico" />
86+
</ItemGroup>
8187
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8288
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8389
Other similar extension points exist, see Microsoft.Common.targets.
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.