diff --git a/CSharp/uwt-install.sh b/CSharp/uwt-install-gtk.sh similarity index 100% rename from CSharp/uwt-install.sh rename to CSharp/uwt-install-gtk.sh diff --git a/CSharp/uwt-install-wf.sh b/CSharp/uwt-install-wf.sh new file mode 100755 index 00000000..f1356345 --- /dev/null +++ b/CSharp/uwt-install-wf.sh @@ -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 + diff --git a/CSharp/uwt-remove-gtk.sh b/CSharp/uwt-remove-gtk.sh new file mode 100755 index 00000000..68e5ab3d --- /dev/null +++ b/CSharp/uwt-remove-gtk.sh @@ -0,0 +1,3 @@ +rm Output/Debug/UniversalWidgetToolkit.Engines.GTK.dll +rm Output/Debug/UniversalWidgetToolkit.Engines.GTK.pdb + diff --git a/CSharp/uwt-remove-wf.sh b/CSharp/uwt-remove-wf.sh new file mode 100755 index 00000000..4e80d931 --- /dev/null +++ b/CSharp/uwt-remove-wf.sh @@ -0,0 +1,3 @@ +rm Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.dll +rm Output/Debug/UniversalWidgetToolkit.Engines.WindowsForms.pdb +