1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-15 09:14:11 +02:00
focalboard/win-wpf/Focalboard/App.xaml

10 lines
365 B
Plaintext
Raw Normal View History

2021-03-01 21:36:36 +02: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>