summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/I8.xaml
blob: 09f271273ad710ad47f4cdc931349d2daee795e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage
		xmlns="http://xamarin.com/schemas/2014/forms"
		xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
		x:Class="Xamarin.Forms.Xaml.UnitTests.I8"
		l0="0"
		l1="2147483647"
		l2="4294967295"
		l3="9223372036854775807"
		l4="-2147483647"
		l5="-4294967295"
		l6="-9223372036854775807"
		l7="256"
		l8="-256"
		l9="127"
		ul0="0"
		ul1="2147483647"
		ul2="4294967295"
		ul3="9223372036854775807"
		ul4="18446744073709551615"
		ul5="256">
</ContentPage>