From fc8a05358a92cc3c77c5f1e30d536807ef0614fd Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Mon, 8 Apr 2019 13:49:55 +0300 Subject: were added scripting projects --- Software/Visual_Studio/Scripting/TestApp/App.xaml.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Software/Visual_Studio/Scripting/TestApp/App.xaml.cs (limited to 'Software/Visual_Studio/Scripting/TestApp/App.xaml.cs') diff --git a/Software/Visual_Studio/Scripting/TestApp/App.xaml.cs b/Software/Visual_Studio/Scripting/TestApp/App.xaml.cs new file mode 100644 index 000000000..f70c27428 --- /dev/null +++ b/Software/Visual_Studio/Scripting/TestApp/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace TestApp +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} -- cgit v1.3.1