Initial Commit

This commit is contained in:
David
2016-10-13 19:52:31 -04:00
parent cdd3c70abb
commit 071b63f01d
21 changed files with 1726 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<Window x:Class="Befunge.Editor.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:loc="clr-namespace:Befunge.Editor.Controls"
mc:Ignorable="d"
Title="Befunge Editor" Height="350" Width="525">
<Grid>
</Grid>
</Window>