Cosmos/source/Cosmos.Build.Windows/DebugWindow.xaml

8 lines
283 B
XML

<Window x:Class="Cosmos.Build.Windows.DebugWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="DebugWindow" Height="300" Width="300">
<Grid>
</Grid>
</Window>