프로젝트 추가
This commit is contained in:
12
proj.winrt/App.xaml
Normal file
12
proj.winrt/App.xaml
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user