summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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