mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
6 lines
311 B
XML
6 lines
311 B
XML
<Window x:Class="Cosmos.Compiler.Builder.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="Cosmos Builder" Height="700" Width="650"
|
|
Icon="/Cosmos.Compiler.Builder;component/Cosmos.ico">
|
|
</Window>
|