mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-06-24 07:27:46 +00:00
10 lines
369 B
XML
10 lines
369 B
XML
<Application x:Class="OpenFaceDemo.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:OpenFaceDemo"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|