10 lines
371 B
Text
10 lines
371 B
Text
|
<Application x:Class="HeadPose_live.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:local="clr-namespace:HeadPose_live"
|
||
|
StartupUri="MainWindow.xaml">
|
||
|
<Application.Resources>
|
||
|
|
||
|
</Application.Resources>
|
||
|
</Application>
|