Files
Installizer/Inst/App.xaml
2021-10-09 01:57:18 +03:00

12 lines
398 B
XML

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