axmol/tests/cpp-empty-test/proj.win10/App.xaml

14 lines
378 B
Plaintext
Raw Normal View History

2015-05-29 04:51:25 +08:00
<Application
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"
xmlns:local="using:CocosAppWinRT"
xmlns:localData="using:Shared">
2015-05-29 04:51:25 +08:00
<Application.Resources>
<x:String x:Key="AppName">HelloCpp</x:String>
</Application.Resources>
2015-05-29 04:51:25 +08:00
</Application>