Skip to content

Commit

Permalink
add the very good icon
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleyewdee committed Dec 19, 2018
1 parent 9b9775c commit f2f07bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/condo/condo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>..\Resources\Icon\Condo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -107,5 +110,8 @@
<Name>ConsoleBuffer</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="..\Resources\Icon\Condo.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit f2f07bd

Please sign in to comment.