| 123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="utf-8"?>
- <Roots >
- <Roots.PropertyPathNames>
- <RootPropertyPathName Name="GotoSecondViewCommand" />
- <RootPropertyPathName Name="GotoThirdViewCommand" />
- <RootPropertyPathName Name="ExceptionCommand" />
- <RootPropertyPathName Name="Parameter" />
- </Roots.PropertyPathNames>
- <Roots.RootTypes>
- <RootType FullName="Windows.UI.Xaml.Application" />
- <RootType FullName="Cirrious.MvvmCross.WindowsCommon.Views.MvxWindowsPage">
- <RootProperty Name="Content" />
- <RootProperty Name="Background" />
- </RootType>
- <RootType FullName="Windows.UI.Xaml.Controls.Grid">
- <RootProperty Name="Background" />
- <RootProperty Name="Children" />
- </RootType>
- <RootType FullName="Microsoft.Xaml.Tools.DirectUI.ProxyTypes.StaticResourceExtension" />
- <RootType FullName="Windows.UI.Xaml.Controls.StackPanel">
- <RootProperty Name="Children" />
- </RootType>
- <RootType FullName="Windows.UI.Xaml.Controls.Button">
- <RootProperty Name="Content" />
- <RootProperty Name="Command" />
- </RootType>
- <RootType FullName="Windows.UI.Xaml.Data.Binding" />
- <RootType FullName="Xamarin_Insights.WindowsPhone.Views.FirstView" />
- <RootType FullName="Microsoft.Xaml.Tools.DirectUI.ProxyTypes.ThemeResourceExtension" />
- <RootType FullName="Xamarin_Insights.WindowsPhone.Views.SecondView" />
- <RootType FullName="Windows.UI.Xaml.Controls.TextBlock">
- <RootProperty Name="Text" />
- </RootType>
- <RootType FullName="Xamarin_Insights.WindowsPhone.Views.ThirdView" />
- </Roots.RootTypes>
- </Roots>
|