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 --- .../Visual_Studio/Scripting/TestApp/TestApp.csproj | 122 +++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 Software/Visual_Studio/Scripting/TestApp/TestApp.csproj (limited to 'Software/Visual_Studio/Scripting/TestApp/TestApp.csproj') diff --git a/Software/Visual_Studio/Scripting/TestApp/TestApp.csproj b/Software/Visual_Studio/Scripting/TestApp/TestApp.csproj new file mode 100644 index 000000000..ebcb2f004 --- /dev/null +++ b/Software/Visual_Studio/Scripting/TestApp/TestApp.csproj @@ -0,0 +1,122 @@ + + + + + Debug + AnyCPU + {EB6A2B6A-5115-46F5-A969-DFBBB12FCCC1} + WinExe + TestApp + TestApp + v4.6.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + false + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\FontAwesome.WPF.4.7.0.9\lib\net40\FontAwesome.WPF.dll + + + ..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll + + + + + ..\packages\MahApps.Metro.1.5.0\lib\net45\System.Windows.Interactivity.dll + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + {6c55b776-26d4-4db3-a6ab-87e783b2f3d1} + Tango.Scripting.Editors + + + {c9f60285-91fb-4293-bcf5-164d76755cdd} + Tango.Scripting.IDE + + + {1e938fd2-c669-4738-98c9-77f96ce4d451} + Tango.Scripting + + + + \ No newline at end of file -- cgit v1.3.1