Files
ScimitarStandardTemplate/ScimitarStandardTemplate/App.xaml
2024-07-12 17:56:05 +02:00

10 lines
393 B
XML

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