summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-05-23 21:20:48 +0200
committeremkael <emkael@tlen.pl>2016-05-23 21:20:48 +0200
commitd973f680b5430d8b4d5d06c8a4339fe55f0d1eca (patch)
tree60f5f2d419215e8ebd8a71ad2b8c6f7f850c5c6c
parentb4338b7d07a0ff7d51136cfd3be7ce52c5ba05d7 (diff)
* application icon
-rw-r--r--BCDD.csproj6
-rw-r--r--playing-cards.icobin0 -> 67646 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/BCDD.csproj b/BCDD.csproj
index 4cc12ec..d201e38 100644
--- a/BCDD.csproj
+++ b/BCDD.csproj
@@ -37,6 +37,9 @@
<PropertyGroup>
<StartupObject>BCDD.Program</StartupObject>
</PropertyGroup>
+ <PropertyGroup>
+ <ApplicationIcon>playing-cards.ico</ApplicationIcon>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -59,6 +62,9 @@
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
+ <ItemGroup>
+ <Content Include="playing-cards.ico" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
diff --git a/playing-cards.ico b/playing-cards.ico
new file mode 100644
index 0000000..b487755
--- /dev/null
+++ b/playing-cards.ico
Binary files differ