Skip to content

Commit 2068b42

Browse files
committed
changed application icon
1 parent 85fcd6f commit 2068b42

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

PhpVersionSwitcher.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<ApplicationManifest>src\app.manifest</ApplicationManifest>
3535
</PropertyGroup>
3636
<PropertyGroup>
37-
<ApplicationIcon>resources\icon.ico</ApplicationIcon>
37+
<ApplicationIcon>resources\Globe.ico</ApplicationIcon>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
4040
<PlatformTarget>x64</PlatformTarget>
@@ -136,9 +136,6 @@
136136
<Install>true</Install>
137137
</BootstrapperPackage>
138138
</ItemGroup>
139-
<ItemGroup>
140-
<None Include="resources\icon.ico" />
141-
</ItemGroup>
142139
<ItemGroup>
143140
<None Include="resources\Restart.png" />
144141
</ItemGroup>
@@ -154,6 +151,9 @@
154151
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
155152
</EmbeddedResource>
156153
</ItemGroup>
154+
<ItemGroup>
155+
<None Include="resources\Globe.ico" />
156+
</ItemGroup>
157157
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158158
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159159
Other similar extension points exist, see Microsoft.Common.targets.

Properties/Resources.Designer.cs

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Resources.resx

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121-
<data name="Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
122-
<value>..\resources\Icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
121+
<data name="Globe" type="System.Resources.ResXFileRef, System.Windows.Forms">
122+
<value>..\resources\Globe.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123123
</data>
124124
<data name="Restart" type="System.Resources.ResXFileRef, System.Windows.Forms">
125125
<value>..\resources\Restart.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

resources/Globe.ico

17.1 KB
Binary file not shown.

resources/icon.ico

-1.12 KB
Binary file not shown.

src/ui/MainForm.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)