-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathUno.Resizetizer.Sample.Shared.projitems
61 lines (61 loc) · 3.13 KB
/
Uno.Resizetizer.Sample.Shared.projitems
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
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems>
<SharedGUID>6279c845-92f8-4333-ab99-3d213163593c</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Uno.Resizetizer.Sample</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<ApplicationDefinition Include="$(MSBuildThisFileDirectory)App.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="$(MSBuildThisFileDirectory)MainPage.xaml.cs">
<DependentUpon>MainPage.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Include="$(MSBuildThisFileDirectory)MainPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)Assets\AppIcon\Icon\appconfig.svg" />
<None Include="$(MSBuildThisFileDirectory)Assets\AppIcon\Icon\iconapp.svg" />
<None Include="$(MSBuildThisFileDirectory)Assets\SharedAssets.md" />
</ItemGroup>
<ItemGroup>
<PRIResource Include="$(MSBuildThisFileDirectory)Strings\en\Resources.resw" />
</ItemGroup>
<ItemGroup>
<UnoIcon Include="$(MSBuildThisFileDirectory)Assets\AppIcon\Icon\iconapp.svg" ForegroundFile="$(MSBuildThisFileDirectory)Assets\AppIcon\Icon\appconfig.svg" Color="#512BD4" />
<None Include="$(MSBuildThisFileDirectory)Assets\SharedAssets.md" />
<UnoImage Include="$(MSBuildThisFileDirectory)Assets\Images\dotnet_bot.svg" BaseSize="600,600" Link="MyAssets\Nested\dotnet_bot.svg" />
<UnoImage Include="$(MSBuildThisFileDirectory)Assets\Images\dotnet_bot2.svg" BaseSize="600,600" />
<!-- <UnoImage Include="$(MSBuildThisFileDirectory)Assets\Images\*" /> -->
<UnoSplashScreen Include="$(MSBuildThisFileDirectory)Assets\Images\splash_screen.svg" BaseSize="128,128" Color="#512BD4" />
<None Include="$(MSBuildThisFileDirectory)Assets\Images\dotnet_bot.svg" />
<None Include="$(MSBuildThisFileDirectory)Assets\Images\dotnet_bot2.svg" />
</ItemGroup>
<ItemGroup>
<Folder Include="$(MSBuildThisFileDirectory)Assets\AppIcon\Icon\" />
</ItemGroup>
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)Assets\SplashScreen.scale-100.png" />
<Content Include="$(MSBuildThisFileDirectory)Assets\SplashScreen.scale-125.png" />
<Content Include="$(MSBuildThisFileDirectory)Assets\SplashScreen.scale-150.png" />
<Content Include="$(MSBuildThisFileDirectory)Assets\SplashScreen.scale-200.png" />
<Content Include="$(MSBuildThisFileDirectory)Assets\SplashScreen.scale-300.png" />
<Content Include="$(MSBuildThisFileDirectory)Assets\SplashScreen.scale-400.png" />
</ItemGroup>
<Import Project="Uno.Resizetizer.Sample.Shared.globs.props" Condition="'$(IsCodeSharingProject)'!='true'" />
</Project>