aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-03-18 10:43:57 +0200
committerAvi Levkovich <avi@twine-s.com>2019-03-18 10:43:57 +0200
commitd5da6a6151ee363f22074df7d0f3ef0a054aeb01 (patch)
tree7629f16e1839ee425ad9f4dd9a98040b16f9e44b /Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml
parentd6cbcb31e642adc4707c4d989bb20953de7f13fc (diff)
parentc1bd7fc6d742ce7e1ba1b7a6ce345fb1bd3dd5fa (diff)
downloadTango-d5da6a6151ee363f22074df7d0f3ef0a054aeb01.tar.gz
Tango-d5da6a6151ee363f22074df7d0f3ef0a054aeb01.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml')
-rw-r--r--Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml
new file mode 100644
index 000000000..682956205
--- /dev/null
+++ b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/ProjectItemsViews/CSharpScriptItemView.xaml
@@ -0,0 +1,13 @@
+<UserControl x:Class="Tango.Scripting.IDE.ProjectItemsViews.CSharpScriptItemView"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:local="clr-namespace:Tango.Scripting.IDE.ProjectItemsViews"
+ xmlns:editors="clr-namespace:Tango.Scripting.Editors;assembly=Tango.Scripting.Editors"
+ mc:Ignorable="d"
+ d:DesignHeight="450" d:DesignWidth="800">
+ <Grid>
+ <editors:ScriptEditor />
+ </Grid>
+</UserControl>