Skip to content

Commit

Permalink
Small cleanup ..
Browse files Browse the repository at this point in the history
- Removed unused/unnecessary images
- Bump to v3.5.2
  • Loading branch information
SmokeyMcBong committed Jun 29, 2020
1 parent 4ea3b17 commit 39ed7ef
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 38 deletions.
2 changes: 1 addition & 1 deletion MiToolz/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ResourceDictionary>
</ResourceDictionary.MergedDictionaries>
<system:String x:Key="VersionNo"
xml:space="preserve"> MiToolz v3.5.1 </system:String>
xml:space="preserve"> MiToolz v3.5.2 </system:String>
<system:String x:Key="VersionDate"
xml:space="preserve"> Build Date : 29-06-2020 </system:String>
</ResourceDictionary>
Expand Down
10 changes: 0 additions & 10 deletions MiToolz/MiToolz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Image_MSIab.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
Expand All @@ -187,11 +182,6 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Image_SoundSwitch.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Image_PowerPlan.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion MiToolz/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("3.5.1.0")]
[assembly: AssemblyFileVersion("3.5.2.0")]
20 changes: 0 additions & 20 deletions MiToolz/Properties/Resources.Designer.cs

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

6 changes: 0 additions & 6 deletions MiToolz/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,9 @@
<data name="Image_GPU" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Image_GPU.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Image_MSIab" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Image_MSIab.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Image_PowerPlan" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Image_PowerPlan.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Image_SoundSwitch" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Image_SoundSwitch.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Image_TimerResolution" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Image_TimerResolution.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down
Binary file removed MiToolz/Resources/Image_MSIab.png
Binary file not shown.
Binary file removed MiToolz/Resources/Image_SoundSwitch.png
Binary file not shown.

0 comments on commit 39ed7ef

Please sign in to comment.