Skip to content

Commit

Permalink
Bug Fixes
Browse files Browse the repository at this point in the history
+  Resharper Auto Changes
  • Loading branch information
SirSparkles committed Jun 14, 2018
1 parent 6b0005b commit a745cf9
Show file tree
Hide file tree
Showing 8 changed files with 773 additions and 784 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,4 +1,4 @@
/.vs
/packages
/TVRename#/obj
/TVRename#/bin
/TVRename/obj
/TVRename/bin
22 changes: 11 additions & 11 deletions Installer.nsi
Expand Up @@ -16,7 +16,7 @@ InstallDir "$PROGRAMFILES\TVRename"

OutFile "TVRename-${TAG}.exe"

!define MUI_ICON "TVRename#\App\app.ico"
!define MUI_ICON "TVRename\App\app.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\win-uninstall.ico"

Var STARTMENU_FOLDER
Expand Down Expand Up @@ -48,16 +48,16 @@ Section "Install"

Delete "$INSTDIR\Ionic.Utils.Zip.dll" ; Remove old dependency

File "TVRename#\bin\Release\TVRename.exe"
File "TVRename#\bin\Release\NLog.config"
File "TVRename#\bin\Release\AlphaFS.dll"
File "TVRename#\bin\Release\Newtonsoft.Json.dll"
File "TVRename#\bin\Release\NLog.dll"
File "TVRename#\bin\Release\SourceGrid.dll"
File "TVRename#\bin\Release\Humanizer.dll"
File "TVRename#\bin\Release\Microsoft.WindowsAPICodePack.dll"
File "TVRename#\bin\Release\Microsoft.WindowsAPICodePack.Shell.dll"
File "TVRename#\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.dll"
File "TVRename\bin\Release\TVRename.exe"
File "TVRename\bin\Release\NLog.config"
File "TVRename\bin\Release\AlphaFS.dll"
File "TVRename\bin\Release\Newtonsoft.Json.dll"
File "TVRename\bin\Release\NLog.dll"
File "TVRename\bin\Release\SourceGrid.dll"
File "TVRename\bin\Release\Humanizer.dll"
File "TVRename\bin\Release\Microsoft.WindowsAPICodePack.dll"
File "TVRename\bin\Release\Microsoft.WindowsAPICodePack.Shell.dll"
File "TVRename\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.dll"

WriteUninstaller "$INSTDIR\Uninstall.exe"

Expand Down
2 changes: 1 addition & 1 deletion TVRename.sln
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TVRename#", "TVRename#\TVRename#.csproj", "{2FFF6A6D-6094-47FF-AB34-E04E644F8F9C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TVRename", "TVRename\TVRename.csproj", "{2FFF6A6D-6094-47FF-AB34-E04E644F8F9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
7 changes: 0 additions & 7 deletions TVRename/Forms/FolderMonitor.Designer.cs

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

0 comments on commit a745cf9

Please sign in to comment.