Cosmos/source/Cosmos.Build.Windows/MainWindow.xaml
BassemMohsenFarid_cp 7ebb83e10f
2009-01-16 12:42:24 +00:00

7 lines
472 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" WindowStartupLocation="CenterScreen"
Width="650" MinHeight="500" MaxHeight="{x:Static SystemParameters.MaximizedPrimaryScreenHeight}" SizeToContent="Height"
Icon="/Cosmos.Compiler.Builder;component/Cosmos.ico">
</Window>