Added scripts to install/remove UWT engines for GTK and WinForms
This commit is contained in:
parent
fd34e83bfa
commit
5859f9700d
5
CSharp/uwt-install-wf.sh
Executable file
5
CSharp/uwt-install-wf.sh
Executable 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
3
CSharp/uwt-remove-gtk.sh
Executable 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
3
CSharp/uwt-remove-wf.sh
Executable file
@ -0,0 +1,3 @@
|
||||
rm Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.dll
|
||||
rm Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.pdb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user