Skip to content

Commit 4c80387

Browse files
committedFeb 24, 2014
Added icon
Added executable and main window logo.
1 parent f533638 commit 4c80387

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎ColorWars/ColorWars.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
7474
<Prefer32Bit>true</Prefer32Bit>
7575
</PropertyGroup>
76+
<PropertyGroup>
77+
<ApplicationIcon>logo.ico</ApplicationIcon>
78+
</PropertyGroup>
7679
<ItemGroup>
7780
<Reference Include="Kent.Boogaart.Converters, Version=1.3.1.0, Culture=neutral, PublicKeyToken=cc96fa93a217f7a1, processorArchitecture=MSIL">
7881
<SpecificVersion>False</SpecificVersion>
@@ -260,6 +263,9 @@
260263
<ItemGroup>
261264
<Resource Include="View\Images\logo.ico" />
262265
</ItemGroup>
266+
<ItemGroup>
267+
<Resource Include="logo.ico" />
268+
</ItemGroup>
263269
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
264270
<PropertyGroup>
265271
<PreBuildEvent>rem "$(SolutionDir)lib\FxGeneratorCmd.exe" "$(ProjectDir)View\FxBuilder.xaml"</PreBuildEvent>

‎ColorWars/logo.ico

57 KB
Binary file not shown.

0 commit comments

Comments
 (0)