Files
Pinball/proj.winrt/App.xaml
2025-10-26 15:56:27 +09:00

13 lines
339 B
XML

<Application
x:Class="AxmolAppWinRT.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:AxmolAppWinRT">
<Application.Resources>
<x:String x:Key="AppName">Pinball</x:String>
</Application.Resources>
</Application>