This commit is contained in:
2021-10-09 01:57:18 +03:00
parent 44a100aa6e
commit 2424b41018
393 changed files with 14558 additions and 0 deletions

11
Inst/App.xaml Normal file
View File

@@ -0,0 +1,11 @@
<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>