-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsyncfusion.shimmer.props
More file actions
41 lines (39 loc) · 1.48 KB
/
syncfusion.shimmer.props
File metadata and controls
41 lines (39 loc) · 1.48 KB
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
<Project>
<ItemGroup>
<Compile Include="..\Shimmer\SamplesConfiguration.cs">
<Link>Shimmer\SamplesConfiguration.cs</Link>
</Compile>
<Compile Include="..\Shimmer\Views\GettingStartedView.xaml.cs">
<Link>Shimmer\Views\GettingStartedView.xaml.cs</Link>
<DependentUpon>..\Shimmer\Views\GettingStartedView.xaml</DependentUpon>
</Compile>
<Compile Include="..\Shimmer\Views\CustomView.xaml.cs">
<Link>Shimmer\Views\CustomView.xaml.cs</Link>
<DependentUpon>..\Shimmer\Views\CustomView.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Include="..\Shimmer\Views\GettingStartedView.xaml">
<Link>Shimmer\Views\GettingStartedView.xaml</Link>
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="..\Shimmer\Views\CustomView.xaml">
<Link>Shimmer\Views\CustomView.xaml</Link>
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Shimmer\Assets\Shimmer\Feed_Image.png">
<Link>Shimmer\Assets\Shimmer\Feed_Image.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<Content Include="..\Shimmer\Assets\Shimmer\gettingstarted_xaml.txt">
<Link>Shimmer\Assets\Shimmer\gettingstarted_xaml.txt</Link>
</Content>
<Content Include="..\Shimmer\Assets\Shimmer\customview_xaml.txt">
<Link>Shimmer\Assets\Shimmer\customview_xaml.txt</Link>
</Content>
</ItemGroup>
</Project>