File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Microsoft.Toolkit.Uwp.SampleApp
SamplePages/TokenizingTextBox Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 </Choose >
2424
2525 <Choose >
26- <When Condition =" $(TargetFramework.Contains(' uap10.0')) == false and '$(TargetFramework)' != 'native' and '$(IsTestSampleProject )' != 'true'" >
26+ <When Condition =" ' $(TargetFramework.Contains(` uap10.0`))' == ' false' and '$(TargetFramework)' != 'native' and '$(IsSampleProject )' != 'true'" >
2727 <PropertyGroup >
2828 <SignAssembly >true</SignAssembly >
2929 <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)toolkit.snk</AssemblyOriginatorKeyFile >
Original file line number Diff line number Diff line change 2525
2626
2727 <!-- Add your application specific runtime directives here. -->
28-
28+ < Type Name = " Windows.UI.Xaml.Controls.Border " Dynamic = " Required Public " />
2929
3030 </Application >
3131</Directives >
Original file line number Diff line number Diff line change 6666 </controls:TokenizingTextBox.TokenItemTemplate>
6767 </controls:TokenizingTextBox>
6868
69- <Border BorderThickness="1" BorderBrush="Black" HorizontalAlignment="Stretch" >
69+ <Border BorderThickness="1" BorderBrush="Black">
7070 <ListView x:Name="EmailList" Height="200" IsItemClickEnabled="True">
7171 <ListView.ItemTemplate>
7272 <DataTemplate>
You can’t perform that action at this time.
0 commit comments