21da0edc7bcff37f9e0ecba48aea5442a3a36824
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / Tizen.NUI.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2     <PropertyGroup>
3         <TargetFramework>net6.0</TargetFramework>
4         <NoWarn>$(NoWarn);CS0618;CS0809;CS1591;CA1054;CA1056</NoWarn>
5         <LangVersion>8.0</LangVersion>
6     </PropertyGroup>
7     <PropertyGroup>
8         <DefineConstants>$(DefineConstants);NUI_DEBUG_OFF</DefineConstants>
9     </PropertyGroup>
10
11     <ItemGroup>
12         <TizenPreloadFile Include="Tizen.NUI.preload" Sequence="30" />
13     </ItemGroup>
14     <ItemGroup>
15       <PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
16       <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
17     </ItemGroup>
18     <ItemGroup>
19         <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
20         <ProjectReference Include="..\Tizen.Applications.ComponentBased\Tizen.Applications.ComponentBased.csproj" />
21         <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
22         <ProjectReference Include="..\Tizen.System.SystemSettings\Tizen.System.SystemSettings.csproj" />
23         <ProjectReference Include="..\Tizen.Applications.ThemeManager\Tizen.Applications.ThemeManager.csproj" />
24         <ProjectReference Include="..\Tizen.Tracer\Tizen.Tracer.csproj" />
25     </ItemGroup>
26     <Target Name="ChangeAliasesOfStrongNameAssemblies" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
27         <ItemGroup>
28             <ReferencePath Condition="'%(FileName)' == 'Tizen.System.SystemSettings'">
29                 <Aliases>TizenSystemSettings</Aliases>
30             </ReferencePath>
31             <ReferencePath Condition="'%(FileName)' == 'Tizen.System.Information'">
32                 <Aliases>TizenSystemInformation</Aliases>
33             </ReferencePath>
34         </ItemGroup>
35     </Target>
36     <ItemGroup>
37         <None Update="res\*.png;res\*.svg">
38             <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
39         </None>
40     </ItemGroup>
41     <!-- Target Name="PostBuild" AfterTargets="PostBuildEvent">
42         <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;" />
43     </Target -->
44 </Project>