mirror of
https://github.com/ficed/Braver.git
synced 2024-11-23 13:19:43 +00:00
597b9bd61e
Add debughost command line parameters to make it easier to launch multiple copies for network debugging Add descriptions to screens Add UI plugins and hook up to screen descriptions, layout components, field dialog Add first go at Tolk plugin Start adding very bare bones GUI config/launcher app
10 lines
382 B
XML
10 lines
382 B
XML
<Application x:Class="BraverLauncher.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:BraverLauncher"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|