initial commit
authorJan Altensen <info@stricted.net>
Fri, 21 Dec 2018 03:00:56 +0000 (04:00 +0100)
committerJan Altensen <info@stricted.net>
Fri, 21 Dec 2018 03:00:56 +0000 (04:00 +0100)
commit3004d53f4a7f4568145d22b05573dd630f7e4011
treee2feba69982dc7f2787c17aca83fbdd4e0df9372
initial commit

Change-Id: I1133bd665f0a5458950597cf2d5e097838b7f821
19 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
ROM0Split.sln [new file with mode: 0644]
ROM0Split/App.config [new file with mode: 0644]
ROM0Split/App.xaml [new file with mode: 0644]
ROM0Split/App.xaml.cs [new file with mode: 0644]
ROM0Split/Implementations/DelegateCommand.cs [new file with mode: 0644]
ROM0Split/Implementations/SuperViewModel.cs [new file with mode: 0644]
ROM0Split/MainWindow.xaml [new file with mode: 0644]
ROM0Split/MainWindow.xaml.cs [new file with mode: 0644]
ROM0Split/Model/MainWindowModel.cs [new file with mode: 0644]
ROM0Split/Properties/AssemblyInfo.cs [new file with mode: 0644]
ROM0Split/Properties/Resources.Designer.cs [new file with mode: 0644]
ROM0Split/Properties/Resources.resx [new file with mode: 0644]
ROM0Split/Properties/Settings.Designer.cs [new file with mode: 0644]
ROM0Split/Properties/Settings.settings [new file with mode: 0644]
ROM0Split/ROM0Split.csproj [new file with mode: 0644]
ROM0Split/packages.config [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]