Skip to content

Commit

Permalink
TheRenamer v0.2!
Browse files Browse the repository at this point in the history
yeyy! I made some quite big improvement but it still has bugs, hey it's v0.2...
  • Loading branch information
thebitbrine committed Oct 3, 2017
1 parent e831847 commit 2591a8f
Show file tree
Hide file tree
Showing 15 changed files with 1,792 additions and 208 deletions.
Binary file added Renamer/Renamer.v11.suo
Binary file not shown.
1,096 changes: 952 additions & 144 deletions Renamer/Renamer/Form1.Designer.cs

Large diffs are not rendered by default.

878 changes: 816 additions & 62 deletions Renamer/Renamer/Form1.cs

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Renamer/Renamer/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,17 @@
<metadata name="timer3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>360, 17</value>
</metadata>
<metadata name="mainMenu1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>447, 17</value>
</metadata>
<data name="label34.Text" xml:space="preserve">
<value>A Little Fun 'n' Lazy Weekend Project Which Made It Into v0.2!
I Just Made This To Tiddy Up Some Of My Files
But Because Some People Found It Useful
I Updated It And I Guess I'll Keep Updating It For a While.

</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Expand Down
9 changes: 7 additions & 2 deletions Renamer/Renamer/Renamer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -22,8 +23,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ApplicationVersion>0.2.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -109,6 +109,11 @@
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
Expand Down
Binary file added Renamer/Renamer/bin/Debug/Renamer.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions Renamer/Renamer/bin/Debug/Renamer.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
Binary file added Renamer/Renamer/bin/Debug/Renamer.pdb
Binary file not shown.
Binary file modified Renamer/Renamer/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Binary file not shown.
Binary file not shown.
Binary file modified Renamer/Renamer/obj/Debug/Renamer.Form1.resources
Binary file not shown.
Binary file modified Renamer/Renamer/obj/Debug/Renamer.csproj.GenerateResource.Cache
Binary file not shown.
Binary file not shown.
Binary file added Renamer/Renamer/obj/Debug/Renamer.exe
Binary file not shown.
Binary file modified Renamer/Renamer/obj/Debug/Renamer.pdb
Binary file not shown.

0 comments on commit 2591a8f

Please sign in to comment.