diff --git a/SourceGenWPF/App.config b/SourceGenWPF/App.config new file mode 100644 index 0000000..b50c74f --- /dev/null +++ b/SourceGenWPF/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/SourceGenWPF/App.xaml b/SourceGenWPF/App.xaml new file mode 100644 index 0000000..7037803 --- /dev/null +++ b/SourceGenWPF/App.xaml @@ -0,0 +1,24 @@ + + + + + Consolas + + diff --git a/SourceGenWPF/App.xaml.cs b/SourceGenWPF/App.xaml.cs new file mode 100644 index 0000000..844f918 --- /dev/null +++ b/SourceGenWPF/App.xaml.cs @@ -0,0 +1,30 @@ +/* + * Copyright 2019 faddenSoft + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace SourceGenWPF { + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application { + } +} diff --git a/SourceGenWPF/ProjWin/MainWindow.xaml b/SourceGenWPF/ProjWin/MainWindow.xaml new file mode 100644 index 0000000..2d569b0 --- /dev/null +++ b/SourceGenWPF/ProjWin/MainWindow.xaml @@ -0,0 +1,247 @@ + + + + + + + + Ctrl+Shift+A + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +