10 lines
427 B
XML
10 lines
427 B
XML
<Application x:Class="CordonelAssemblyLine.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:Model="clr-namespace:CordonelAssemblyLine.Model"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
<Model:ExeConfig x:Key="ExeConfig" />
|
|
</Application.Resources>
|
|
</Application>
|