Files
eveo/ExeFile/App.xaml
ulf hammarqvist b3fa49fd1d Added ExeFile (wpf) mocks with
random color and window title
2015-02-19 18:28:36 +01:00

9 lines
310 B
XML

<Application x:Class="ExeFile.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>