Skip to content

Commit

Permalink
set the icon for program
Browse files Browse the repository at this point in the history
  • Loading branch information
chucklu committed Aug 19, 2019
1 parent f360f1a commit 1d6318f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CardQuery/CardQuery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\3004057.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="HearthDb">
<HintPath>..\packages\HearthDb.dll</HintPath>
Expand All @@ -43,6 +46,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -102,5 +106,8 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\3004057.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added CardQuery/Resources/3004057.ico
Binary file not shown.

0 comments on commit 1d6318f

Please sign in to comment.