-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsyncfusion.notification.props
64 lines (63 loc) · 2.95 KB
/
syncfusion.notification.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<Project>
<ItemGroup>
<Compile Include="..\Notification\Converters\CustomNumberConverter.cs">
<Link>Notification\Converters\CustomNumberConverter.cs</Link>
</Compile>
<Compile Include="..\Notification\Model\MailInfo.cs">
<Link>Notification\Model\MailInfo.cs</Link>
</Compile>
<Compile Include="..\Notification\SamplesConfiguration.cs">
<Link>Notification\SamplesConfiguration.cs</Link>
</Compile>
<Compile Include="..\Notification\ViewModel\BadgeViewModel.cs">
<Link>Notification\ViewModel\BadgeViewModel.cs</Link>
</Compile>
<Compile Include="..\Notification\Views\Badge\BadgeView.xaml.cs">
<Link>Notification\Views\Badge\BadgeView.xaml.cs</Link>
<DependentUpon>..\Notification\Views\Badge\BadgeView.xaml</DependentUpon>
</Compile>
<Compile Include="..\Notification\Views\BusyIndicator\GettingStartedView.xaml.cs">
<Link>Notification\Views\BusyIndicator\GettingStartedView.xaml.cs</Link>
<DependentUpon>..\Notification\Views\BusyIndicator\GettingStartedView.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Include="..\Notification\Views\Badge\BadgeView.xaml">
<Link>Notification\Views\Badge\BadgeView.xaml</Link>
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="..\Notification\Views\BusyIndicator\GettingStartedView.xaml">
<Link>Notification\Views\BusyIndicator\GettingStartedView.xaml</Link>
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Notification\Assets\Notification\avatar.png">
<Link>Notification\Assets\Notification\avatar.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<Content Include="..\Notification\Assets\Notification\BadgeContentTemplate_cs.txt">
<Link>Notification\Assets\Notification\BadgeContentTemplate_cs.txt</Link>
</Content>
<Content Include="..\Notification\Assets\Notification\BadgeContentTemplate_xaml.txt">
<Link>Notification\Assets\Notification\BadgeContentTemplate_xaml.txt</Link>
</Content>
<Content Include="..\Notification\Assets\Notification\BadgeWithListView_xaml.txt">
<Link>Notification\Assets\Notification\BadgeWithListView_xaml.txt</Link>
</Content>
<Content Include="..\Notification\Assets\Notification\BadgeCustomAlignments_xaml.txt">
<Link>Notification\Assets\Notification\BadgeCustomAlignments_xaml.txt</Link>
</Content>
<Content Include="..\Notification\Assets\Notification\BadgeAlignments_xaml.txt">
<Link>Notification\Assets\Notification\BadgeAlignments_xaml.txt</Link>
</Content>
<Content Include="..\Notification\Assets\Notification\BadgeShapes_xaml.txt">
<Link>Notification\Assets\Notification\BadgeShapes_xaml.txt</Link>
</Content>
<Content Include="..\Notification\Assets\Notification\BusyIndicatorAnimation_xaml.txt">
<Link>Notification\Assets\Notification\BusyIndicatorAnimation_xaml.txt</Link>
</Content>
</ItemGroup>
</Project>