focalboard/win-wpf/Focalboard/App.xaml

10 lines
365 B
Plaintext
Raw Normal View History

2021-03-01 20:36:36 +01:00
<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>