Skip to content

Commit

Permalink
swap project icons to new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Feb 13, 2022
1 parent 47594eb commit c54ab14
Show file tree
Hide file tree
Showing 7 changed files with 4,257 additions and 3,916 deletions.
4 changes: 2 additions & 2 deletions VolumeControl/VolumeControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<StartupObject>VolumeControl.Program</StartupObject>
<ApplicationIcon>Resources\Icon_Refresh.ico</ApplicationIcon>
<ApplicationIcon>icon3-grayscale2.ico</ApplicationIcon>
<DebugType>full</DebugType>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<SignAssembly>False</SignAssembly>
Expand All @@ -26,7 +26,7 @@
</PropertyGroup>

<ItemGroup>
<Content Include="Resources\Icon_Refresh.ico" />
<Content Include="icon3-grayscale2.ico" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions VolumeControl/VolumeControlForm.Designer.cs

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

8,160 changes: 4,249 additions & 3,911 deletions VolumeControl/VolumeControlForm.resx

Large diffs are not rendered by default.

Binary file added VolumeControl/icon3-grayscale2.ico
Binary file not shown.
Binary file added VolumeControl/icon3-grayscale2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions VolumeControlCLI/VolumeControlCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>volume_icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="volume_icon.ico" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AudioAPI\AudioAPI.csproj" />
</ItemGroup>
Expand Down
Binary file added VolumeControlCLI/volume_icon.ico
Binary file not shown.

0 comments on commit c54ab14

Please sign in to comment.