Skip to content

Commit e889e76

Browse files
committed
Updated solution items
1 parent e90c0e9 commit e889e76

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

GoogleApi.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution", ".Solution", "{
99
ProjectSection(SolutionItems) = preProject
1010
.gitignore = .gitignore
1111
appveyor.yml = appveyor.yml
12+
icon.jpg = icon.jpg
1213
LICENSE = LICENSE
1314
README.md = README.md
1415
EndProjectSection

GoogleApi/GoogleApi.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<TargetFrameworks>net462;net48;net481;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
4-
<ApplicationIcon>.\..\icon.ico</ApplicationIcon>
54
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
65
<WarningsAsErrors />
76
<NoWarn />
@@ -42,6 +41,7 @@
4241
<ItemGroup>
4342
<None Include="..\LICENSE" Pack="true" Visible="false" PackagePath="" />
4443
<None Include="..\README.md" Pack="true" Visible="false" PackagePath="" />
44+
<None Include="..\icon.jpg" Pack="true" Visible="false" PackagePath="" />
4545
</ItemGroup>
4646

4747
<ItemGroup>
@@ -67,6 +67,5 @@
6767
<ItemGroup>
6868
<None Remove="GoogleApi.csproj.DotSettings" />
6969
<None Remove="GoogleApi.rd.xml" />
70-
<None Include="icon.jpg" Pack="true" PackagePath="icon.jpg" />
7170
</ItemGroup>
7271
</Project>

icon.ico

-97.3 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)