-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMergeLitDev.bat
More file actions
6 lines (6 loc) · 1.11 KB
/
MergeLitDev.bat
File metadata and controls
6 lines (6 loc) · 1.11 KB
1
2
3
4
5
6
cd "C:\Program Files (x86)\Microsoft\Small Basic\lib"
del *.pdb
ILMerge /lib:..\ /xmldocs /ndebug /allowDup /targetplatform:v4,"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8" /out:LitDev.dll LitDev.dll HelixToolkit.Wpf.dll InTheHand.Net.Personal.dll Ionic.Zip.dll MySql.Data.dll DirectShowLib-2005.dll Svg.dll IWshRuntimeLibrary.dll Interop.Shell32.dll System.Data.SQLite.dll MathNet.Numerics.dll Newtonsoft.Json.dll AForge.dll AForge.Math.dll AForge.Imaging.dll Tesseract.dll NModbus4.dll
ILMerge /lib:..\ /xmldocs /ndebug /allowDup /targetplatform:v4,"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8" /out:LDBasic.dll LDBasic.dll Newtonsoft.Json.dll
del HelixToolkit.Wpf.dll InTheHand.Net.Personal.dll Ionic.Zip.dll MySql.Data.dll DirectShowLib-2005.dll Svg.dll IWshRuntimeLibrary.dll Interop.Shell32.dll System.Data.SQLite.dll SlimDX.dll MathNet.Numerics.dll Newtonsoft.Json.dll AForge.dll AForge.Math.dll AForge.Imaging.dll Tesseract.dll NModbus4.dll SmallVisualBasicLibrary.dll Microsoft.Expression.Effects.dll Microsoft.Expression.Drawing.dll *.pdb
pause