Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Add application icon and edit naming on components
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonfire committed Mar 18, 2019
1 parent 242a58d commit 0f5f150
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 25 deletions.
Binary file added PSV/Bug Icon.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions PSV/PSV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Bug Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="LibGit2Sharp, Version=0.26.0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL">
<HintPath>..\packages\LibGit2Sharp.0.26.0\lib\net46\LibGit2Sharp.dll</HintPath>
Expand Down Expand Up @@ -104,6 +107,9 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Bug Icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down
50 changes: 25 additions & 25 deletions PSV/PSVForm.Designer.cs

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

0 comments on commit 0f5f150

Please sign in to comment.