mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
8 lines
360 B
XML
8 lines
360 B
XML
<Application x:Class="Cosmos.Deploy.Pixie.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
StartupUri="MainWindow.xaml" Startup="Application_Startup">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|