Files
VRCX/App.xaml
2021-02-05 03:18:05 +09:00

10 lines
353 B
XML

<Application x:Class="VRCX.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:VRCX"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>