Added scripts to install/remove UWT engines for GTK and WinForms

This commit is contained in:
Michael Becker 2019-08-04 18:08:05 -04:00
parent fd34e83bfa
commit 5859f9700d
4 changed files with 11 additions and 0 deletions

5
CSharp/uwt-install-wf.sh Executable file
View File

@ -0,0 +1,5 @@
cd ../../UniversalWidgetToolkit
cp Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.dll ../UniversalEditor/CSharp/Output/Debug
# cp Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.dll.config ../UniversalEditor/CSharp/Output/Debug
cp Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.pdb ../UniversalEditor/CSharp/Output/Debug

3
CSharp/uwt-remove-gtk.sh Executable file
View File

@ -0,0 +1,3 @@
rm Output/Debug/UniversalWidgetToolkit.Engines.GTK.dll
rm Output/Debug/UniversalWidgetToolkit.Engines.GTK.pdb

3
CSharp/uwt-remove-wf.sh Executable file
View File

@ -0,0 +1,3 @@
rm Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.dll
rm Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.pdb