Skip to content

Commit 66aad30

Browse files
committed
changed app icon
1 parent 048421c commit 66aad30

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

CSharpFinder/CSharpFinder.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35+
<PropertyGroup>
36+
<ApplicationIcon>csharpfinder-app-icon.ico</ApplicationIcon>
37+
</PropertyGroup>
3538
<ItemGroup>
3639
<Reference Include="System" />
3740
<Reference Include="System.Core" />
@@ -50,5 +53,8 @@
5053
<ItemGroup>
5154
<None Include="App.config" />
5255
</ItemGroup>
56+
<ItemGroup>
57+
<Content Include="csharpfinder-app-icon.ico" />
58+
</ItemGroup>
5359
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5460
</Project>
2.8 KB
Binary file not shown.
2.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)