mirror of
https://github.com/kingomarnajjar/Cognitive-Samples-VideoFrameAnalysis.git
synced 2026-07-25 22:27:34 +10:00
11 lines
517 B
XML
11 lines
517 B
XML
<Application x:Class="LiveCameraSample.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:LiveCameraSample"
|
|
xmlns:props="clr-namespace:LiveCameraSample.Properties"
|
|
Exit="Application_Exit"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
<props:Settings x:Key="Settings" />
|
|
</Application.Resources>
|
|
</Application>
|