Added some comment for building purposes
This commit is contained in:
parent
75dcf94a58
commit
4adefaa3f4
|
@ -33,7 +33,8 @@ Public Class DebugFileWatcher
|
|||
End Sub
|
||||
|
||||
Private Shared Function GetProjectPath() As String
|
||||
Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.FullName
|
||||
Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.FullName '' Remove when making builds for others.
|
||||
'Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).FullName ''Use this one instead in such case.
|
||||
End Function
|
||||
|
||||
Public Shared Sub StartWatching()
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
Shared _valid As Boolean = False
|
||||
|
||||
Const RUNVALIDATION As Boolean = False
|
||||
Const EXPECTEDSIZE As Integer = 42421461
|
||||
Const EXPECTEDSIZE As Integer = 977834
|
||||
Const METAHASH As String = "MEEzNjIzMUE5RkEwNEFCQjgwQUQwODQ1NDVDRjVCNzQ="
|
||||
|
||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue