1
0
mirror of synced 2024-11-14 11:07:39 +01:00

Change a thing

This commit is contained in:
KillzXGaming 2019-04-01 15:20:32 -04:00
parent dba119ba6e
commit d411b5bb82
6 changed files with 408 additions and 2375 deletions

Binary file not shown.

View File

@ -505,7 +505,7 @@ namespace Toolbox
{ {
string commit = $"Commit: {Runtime.CommitInfo}"; string commit = $"Commit: {Runtime.CommitInfo}";
Text = $"Switch Toolbox | Version: {Runtime.ProgramVersion} | {commit} | Compile Date: {Runtime.CompileDate}"; Text = $"Sans Toolbox | Version: {Runtime.ProgramVersion} | {commit} | Compile Date: {Runtime.CompileDate}";
} }
private void LoadPLugins() private void LoadPLugins()

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ApplicationIcon>Tool.ico</ApplicationIcon> <ApplicationIcon>skeleton_dQ9_icon.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Microsoft.VisualBasic" /> <Reference Include="Microsoft.VisualBasic" />
@ -392,6 +392,7 @@
</Content> </Content>
<None Include="Resources\Save.png" /> <None Include="Resources\Save.png" />
<None Include="Resources\UpdateIcon.png" /> <None Include="Resources\UpdateIcon.png" />
<Content Include="skeleton_dQ9_icon.ico" />
<Content Include="Switch_Toolbox.csproj.user" /> <Content Include="Switch_Toolbox.csproj.user" />
<Content Include="Tool.ico" /> <Content Include="Tool.ico" />
<None Include="Resources\Logo.png" /> <None Include="Resources\Logo.png" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB