2015-05-29 04:51:25 +08:00
|
|
|
<Application
|
2015-08-19 02:06:47 +08:00
|
|
|
x:Class="CocosAppWinRT.App"
|
2015-05-29 04:51:25 +08:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2015-08-19 02:06:47 +08:00
|
|
|
xmlns:local="using:CocosAppWinRT"
|
|
|
|
xmlns:localData="using:Shared">
|
2015-05-29 04:51:25 +08:00
|
|
|
|
2015-08-19 02:06:47 +08:00
|
|
|
<Application.Resources>
|
|
|
|
|
|
|
|
<x:String x:Key="AppName">HelloCpp</x:String>
|
|
|
|
|
|
|
|
</Application.Resources>
|
2015-05-29 04:51:25 +08:00
|
|
|
</Application>
|