[NUI] Change for Size2D property to own internalSize2D which is cashed to prevent...
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / Tizen.NUI.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5     <NoWarn>$(NoWarn);CS0618;CS0809;CS1591;CA1054;CA1056</NoWarn>
6     <LangVersion>8.0</LangVersion>
7   </PropertyGroup>
8
9   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
10     <DefineConstants>NUI_DEBUG_OFF;</DefineConstants>
11   </PropertyGroup>
12
13   <ItemGroup>
14     <TizenPreloadFile Include="Tizen.NUI.preload" Sequence="30" />
15   </ItemGroup>
16
17   <ItemGroup>
18     <PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
19     <PackageReference Include="System.Reflection" Version="4.3.0" />
20     <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
21     <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.0" />
22   </ItemGroup>
23
24   <ItemGroup>
25     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
26     <ProjectReference Include="..\Tizen.Applications.ComponentBased\Tizen.Applications.ComponentBased.csproj" />
27     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
28     <ProjectReference Include="..\Tizen.System.SystemSettings\Tizen.System.SystemSettings.csproj" />
29     <ProjectReference Include="..\Tizen.Applications.ThemeManager\Tizen.Applications.ThemeManager.csproj" />
30   </ItemGroup>
31
32   <Target Name="ChangeAliasesOfStrongNameAssemblies" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
33     <ItemGroup>
34       <ReferencePath Condition="'%(FileName)' == 'Tizen.System.SystemSettings'">
35         <Aliases>TizenSystemSettings</Aliases>
36       </ReferencePath>
37       <ReferencePath Condition="'%(FileName)' == 'Tizen.System.Information'">
38         <Aliases>TizenSystemInformation</Aliases>
39       </ReferencePath>
40     </ItemGroup>
41   </Target>
42
43   <ItemGroup>
44     <None Update="res\*.png;res\*.svg">
45       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
46     </None>
47   </ItemGroup>
48
49
50   <!--Target Name="PostBuild" AfterTargets="PostBuildEvent">
51     <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;" />
52   </Target-->
53
54
55
56 </Project>