diff --git a/WinNUT_V2/WinNUT-Client/WinNUT-client.vbproj b/WinNUT_V2/WinNUT-Client/WinNUT-client.vbproj index 92975c7..b17c9a8 100644 --- a/WinNUT_V2/WinNUT-Client/WinNUT-client.vbproj +++ b/WinNUT_V2/WinNUT-Client/WinNUT-client.vbproj @@ -14,7 +14,6 @@ v4.8 false - publish\ true Disk false diff --git a/WinNUT_V2/WinNUT-Client_Common/Logger.vb b/WinNUT_V2/WinNUT-Client_Common/Logger.vb index da5aaa8..2cf31bd 100644 --- a/WinNUT_V2/WinNUT-Client_Common/Logger.vb +++ b/WinNUT_V2/WinNUT-Client_Common/Logger.vb @@ -18,9 +18,9 @@ Public Class Logger Private Const LOG_FILE_CREATION_SCHEDULE = LogFileCreationScheduleOption.Daily ' Set TEST_RELEASE_DIRS in the custom compiler constants dialog for file storage to behave like release. -#If DEBUG And Not TEST_RELEASE_DIRS Then +#If DEBUG AndAlso Not TEST_RELEASE_DIRS Then Private Shared ReadOnly DEFAULT_DATETIMEFORMAT = DateTimeFormatInfo.InvariantInfo - Private Shared ReadOnly DEFAULT_LOCATION = LogFileLocation.ExecutableDirectory + Private Shared ReadOnly DEFAULT_LOCATION = Application.StartupPath #Else Private Shared ReadOnly DEFAULT_DATETIMEFORMAT = DateTimeFormatInfo.CurrentInfo Private Shared ReadOnly DEFAULT_LOCATION = Application.LocalUserAppDataPath diff --git a/WinNUT_V2/WinNUT-Client_Common/WinNUT-Client_Common.vbproj b/WinNUT_V2/WinNUT-Client_Common/WinNUT-Client_Common.vbproj index dff0c09..3747b60 100644 --- a/WinNUT_V2/WinNUT-Client_Common/WinNUT-Client_Common.vbproj +++ b/WinNUT_V2/WinNUT-Client_Common/WinNUT-Client_Common.vbproj @@ -61,9 +61,6 @@ true - - ..\packages\Octokit.13.0.1\lib\netstandard2.0\Octokit.dll - @@ -131,7 +128,11 @@ MyApplicationCodeGenerator Application.Designer.vb - + + + + 13.0.1 + \ No newline at end of file diff --git a/WinNUT_V2/WinNUT-Client_Common/packages.config b/WinNUT_V2/WinNUT-Client_Common/packages.config deleted file mode 100644 index e6bb536..0000000 --- a/WinNUT_V2/WinNUT-Client_Common/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file