summaryrefslogtreecommitdiff
path: root/BCDD.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'BCDD.csproj')
-rw-r--r--BCDD.csproj6
1 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.