Skip to content

Commit

Permalink
More icon fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Nov 16, 2023
1 parent 83d24f8 commit bf982bb
Show file tree
Hide file tree
Showing 8 changed files with 2,566 additions and 404 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<StartupObject>NTDLS.Katzebase.SQLServerMigration.Program</StartupObject>
</PropertyGroup>

<ItemGroup>
<Content Remove="C:\Users\ntdls\.nuget\packages\ntdls.katzebase.client\1.1.1\contentFiles\any\net8.0\NTDLS.Katzebase.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="Icon.ico" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions NTDLS.Katzebase.Service/NTDLS.Katzebase.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Remove="C:\Users\ntdls\.nuget\packages\ntdls.katzebase.client\1.1.1\contentFiles\any\net8.0\NTDLS.Katzebase.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="Icon.ico" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion NTDLS.Katzebase.UI/FormAbout.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,943 changes: 2,540 additions & 403 deletions NTDLS.Katzebase.UI/FormAbout.resx

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions NTDLS.Katzebase.UI/NTDLS.Katzebase.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<Authors>NetworkDLS</Authors>
</PropertyGroup>

<ItemGroup>
<Content Remove="C:\Users\ntdls\.nuget\packages\ntdls.katzebase.client\1.1.1\contentFiles\any\net8.0\NTDLS.Katzebase.ico" />
</ItemGroup>

<ItemGroup>
<COMReference Include="Shell32">
<WrapperTool>tlbimp</WrapperTool>
Expand Down
4 changes: 4 additions & 0 deletions TestApplications/Benchmark/Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Remove="C:\Users\ntdls\.nuget\packages\ntdls.katzebase.client\1.1.1\contentFiles\any\net8.0\NTDLS.Katzebase.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="Icon.ico" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions TestApplications/ClientTest/ClientTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Remove="C:\Users\ntdls\.nuget\packages\ntdls.katzebase.client\1.1.1\contentFiles\any\net8.0\NTDLS.Katzebase.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="Icon.ico" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions TestApplications/NugetTest/NugetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Remove="C:\Users\ntdls\.nuget\packages\ntdls.katzebase.client\1.1.1\contentFiles\any\net8.0\NTDLS.Katzebase.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="Icon.ico" />
</ItemGroup>
Expand Down

0 comments on commit bf982bb

Please sign in to comment.