1 <Project Sdk="Microsoft.NET.Sdk">
4 <TargetFramework>netstandard2.0</TargetFramework>
5 <NoWarn>$(NoWarn);CS0618;CS0809</NoWarn>
9 <TizenPreloadFile Include="Tizen.NUI.preload" Sequence="30" />
13 <PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
14 <PackageReference Include="System.Reflection" Version="4.3.0" />
15 <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
16 <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.0" />
20 <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
21 <ProjectReference Include="..\Tizen.Applications.ComponentBased\Tizen.Applications.ComponentBased.csproj" />
22 <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
23 <ProjectReference Include="..\Tizen.System.SystemSettings\Tizen.System.SystemSettings.csproj" />
26 <Target Name="ChangeAliasesOfStrongNameAssemblies" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
28 <ReferencePath Condition="'%(FileName)' == 'Tizen.System.SystemSettings'">
29 <Aliases>TizenSystemSettings</Aliases>
31 <ReferencePath Condition="'%(FileName)' == 'Tizen.System.Information'">
32 <Aliases>TizenSystemInformation</Aliases>