Skip to content

Commit c482650

Browse files
committed
Add logo
1 parent cdefffc commit c482650

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Excel Differ/Excel Differ.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
36+
<PropertyGroup>
37+
<ApplicationIcon>logo.ico</ApplicationIcon>
38+
</PropertyGroup>
3639
<ItemGroup>
3740
<Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
3841
<EmbedInteropTypes>True</EmbedInteropTypes>
@@ -84,5 +87,8 @@
8487
<ItemGroup>
8588
<None Include="App.config" />
8689
</ItemGroup>
90+
<ItemGroup>
91+
<Content Include="logo.ico" />
92+
</ItemGroup>
8793
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8894
</Project>

Excel Differ/logo.ico

66.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)