I just do not like release mode giving extra stuff. Removed!

This commit is contained in:
jianmingyong 2017-02-15 10:35:51 +08:00
parent 82212fe4f9
commit 37ab72b60f
3 changed files with 4 additions and 3 deletions

View File

@ -38,6 +38,7 @@
<DefineConstants>TRACE,WINDOWS</DefineConstants>
<Optimize>true</Optimize>
<DebugType>none</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<ItemGroup>
<Content Include="Pokemon3D.ico" />

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 42417354
Const METAHASH As String = "RUM3N0U1REM0NzREQjkzRUU2MEE1NDk2MUQxNDU5NDU="
Const EXPECTEDSIZE As Integer = 42417361
Const METAHASH As String = "ODNEM0E3NkZFMTNBODk2ODAyODAxRkYzN0U3RTM0Mzk="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get

File diff suppressed because one or more lines are too long