You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
9 lines
383 B
XML
9 lines
383 B
XML
<Application x:Class="Timing_Data_Investigator.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:Timing_Data_Investigator"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
</Application.Resources>
|
|
</Application>
|