c07625be8b454b3469e799f4c4330d8a76cbd194
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / Tizen.NUI.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2     <PropertyGroup>
3         <TargetFramework>netstandard2.0</TargetFramework>
4         <NoWarn>$(NoWarn);CS0618;CS0809;CS1591;CA1054;CA1056</NoWarn>
5         <LangVersion>8.0</LangVersion>
6     </PropertyGroup>
7     <ItemGroup>
8         <TizenPreloadFile Include="Tizen.NUI.preload"
9                           Sequence="30" />
10     </ItemGroup>
11     <ItemGroup>
12         <PackageReference Include="Microsoft.CSharp"
13                           Version="4.3.0" />
14         <PackageReference Include="System.Reflection"
15                           Version="4.3.0" />
16         <PackageReference Include="System.Reflection.TypeExtensions"
17                           Version="4.3.0" />
18         <PackageReference Include="Microsoft.Extensions.DependencyInjection"
19                           Version="1.1.0" />
20     </ItemGroup>
21     <ItemGroup>
22         <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
23         <ProjectReference Include="..\Tizen.Applications.ComponentBased\Tizen.Applications.ComponentBased.csproj" />
24         <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
25         <ProjectReference Include="..\Tizen.System.SystemSettings\Tizen.System.SystemSettings.csproj" />
26         <ProjectReference Include="..\Tizen.Applications.ThemeManager\Tizen.Applications.ThemeManager.csproj" />
27         <ProjectReference Include="..\Tizen.Tracer\Tizen.Tracer.csproj" />
28     </ItemGroup>
29     <Target Name="ChangeAliasesOfStrongNameAssemblies"
30             BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
31         <ItemGroup>
32             <ReferencePath Condition="'%(FileName)' == 'Tizen.System.SystemSettings'">
33                 <Aliases>TizenSystemSettings</Aliases>
34             </ReferencePath>
35             <ReferencePath Condition="'%(FileName)' == 'Tizen.System.Information'">
36                 <Aliases>TizenSystemInformation</Aliases>
37             </ReferencePath>
38         </ItemGroup>
39     </Target>
40     <ItemGroup>
41         <None Update="res\*.png;res\*.svg">
42             <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
43         </None>
44     </ItemGroup>
45     <!-- Target Name="PostBuild" AfterTargets="PostBuildEvent">
46         <Exec Command="sdb root on&#xA;&#xD;&#xA;sdb shell &quot;mount -o remount,rw /&quot;&#xA;&#xD;&#xA;sdb shell &quot;rm /usr/share/dotnet.tizen/framework/*.ni.dll&quot;&#xA;&#xD;&#xA;sdb push $(TargetDir)Tizen.NUI.dll /usr/share/dotnet.tizen/framework/&#xA;&#xD;&#xA;sdb shell &quot;chsmack -a '_' /usr/share/dotnet.tizen/framework/Tizen.NUI.dll&quot;&#xA;&#xD;&#xA;sdb shell sync&#xA;" />
47     </Target -->
48 </Project>