Skip to content

Commit 4cf4bfa

Browse files
committed
Add application icons.
1 parent 066da7a commit 4cf4bfa

File tree

6 files changed

+5245
-2
lines changed

6 files changed

+5245
-2
lines changed

PhotoCull/PhotoCull.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<WarningLevel>4</WarningLevel>
3737
<Prefer32Bit>false</Prefer32Bit>
3838
</PropertyGroup>
39+
<PropertyGroup>
40+
<ApplicationIcon>Properties\icon.ico</ApplicationIcon>
41+
</PropertyGroup>
3942
<ItemGroup>
4043
<Reference Include="System" />
4144
<Reference Include="System.Core" />
@@ -100,5 +103,8 @@
100103
<Name>PhotoTagger.Wpf</Name>
101104
</ProjectReference>
102105
</ItemGroup>
106+
<ItemGroup>
107+
<Resource Include="Properties\icon.ico" />
108+
</ItemGroup>
103109
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104-
</Project>
110+
</Project>

PhotoCull/Properties/icon.ico

248 KB
Binary file not shown.

PhotoCull/Properties/icon.svg

Lines changed: 298 additions & 0 deletions
Loading

PhotoTagger/PhotoTagger.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
5656
<LangVersion>latest</LangVersion>
5757
</PropertyGroup>
58+
<PropertyGroup>
59+
<ApplicationIcon>Properties\icon.ico</ApplicationIcon>
60+
</PropertyGroup>
5861
<ItemGroup>
5962
<Reference Include="System" />
6063
<Reference Include="System.Core" />
@@ -158,5 +161,8 @@
158161
<Name>PhotoTagger.Wpf</Name>
159162
</ProjectReference>
160163
</ItemGroup>
164+
<ItemGroup>
165+
<Resource Include="Properties\icon.ico" />
166+
</ItemGroup>
161167
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162-
</Project>
168+
</Project>

PhotoTagger/Properties/icon.ico

248 KB
Binary file not shown.

0 commit comments

Comments
 (0)