05-LanguagesAndFrameworks/Xaml/App.xaml (8 lines of code) (raw):
<Application x:Class="Xaml.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Xaml"
StartupUri="2-MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>