|
|
|
|
@ -7,7 +7,7 @@ Imports System.Runtime.InteropServices
|
|
|
|
|
' associated with an assembly.
|
|
|
|
|
|
|
|
|
|
' Review the values of the assembly attributes
|
|
|
|
|
|
|
|
|
|
#If netcore5 = 0 Then
|
|
|
|
|
<Assembly: AssemblyTitle("Parallel")>
|
|
|
|
|
<Assembly: AssemblyDescription("")>
|
|
|
|
|
<Assembly: AssemblyCompany("")>
|
|
|
|
|
@ -33,3 +33,4 @@ Imports System.Runtime.InteropServices
|
|
|
|
|
|
|
|
|
|
<Assembly: AssemblyVersion("1.0.0.0")>
|
|
|
|
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
|
|
|
|
#end if
|