MathNet.Numerics.dll
This commit is contained in:
parent
790fba67b8
commit
b23d6df9e9
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "10";
|
||||
public const string Build = "0";
|
||||
public const string Revision = "3533";
|
||||
public const string Revision = "3534";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=10
|
||||
%REVISION%=3533
|
||||
%COREVERSION%=0
|
||||
%REVISION%=3534
|
||||
%MINOR%=10
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.10.0.3533
|
||||
3.10.0.3534
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /u "InteractiveDataDisplay.WPF"'
|
||||
ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /i "$INSTDIR\Lib\InteractiveDataDisplay.WPF.dll"'
|
||||
|
||||
ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /u "MathNet.Numerics.dll"'
|
||||
ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /i "$INSTDIR\Lib\MathNet.Numerics.dll"'
|
||||
|
||||
|
||||
;\MikhailoMMX
|
||||
Delete "$INSTDIR\gacutil.exe"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.10.0.3533'
|
||||
!define VERSION '3.10.0.3534'
|
||||
|
|
|
|||
|
|
@ -166,6 +166,7 @@
|
|||
File ..\bin\Lib\HelixToolkit.dll
|
||||
File ..\bin\Lib\nunit.framework.dll
|
||||
File ..\bin\Lib\InteractiveDataDisplay.WPF.dll
|
||||
File ..\bin\Lib\MathNet.Numerics.dll
|
||||
|
||||
File ..\bin\Lib\turtle.png
|
||||
|
||||
|
|
@ -258,6 +259,7 @@
|
|||
${AddFile} "HelixToolkit.dll"
|
||||
${AddFile} "nunit.framework.dll"
|
||||
${AddFile} "InteractiveDataDisplay.WPF.dll"
|
||||
${AddFile} "MathNet.Numerics.dll"
|
||||
|
||||
${AddFile} "PABCRtl.pdb"
|
||||
|
||||
|
|
@ -276,6 +278,8 @@
|
|||
Call NGEN
|
||||
Push "Lib\InteractiveDataDisplay.WPF.dll"
|
||||
Call NGEN
|
||||
Push "Lib\MathNet.Numerics.dll"
|
||||
Call NGEN
|
||||
|
||||
|
||||
SetOutPath "$INSTDIR\LibSource"
|
||||
|
|
|
|||
BIN
bin/Lib/MathNet.Numerics.dll
Normal file
BIN
bin/Lib/MathNet.Numerics.dll
Normal file
Binary file not shown.
Loading…
Reference in a new issue