txt2bib/App.xaml
2023-12-13 17:58:26 +01:00

10 lines
359 B
XML

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