focalboard/win-wpf/Focalboard/App.xaml
2021-03-01 11:36:36 -08:00

10 lines
365 B
XML

<Application x:Class="Focalboard.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Focalboard"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>