Merge remote-tracking branch 'origin/API8' into tizen_6.0
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / Tizen.NUI.csproj
old mode 100755 (executable)
new mode 100644 (file)
index 18c7bc6..212e21f
@@ -2,10 +2,14 @@
 
   <PropertyGroup>
     <TargetFramework>netstandard2.0</TargetFramework>
-    <NoWarn>$(NoWarn);CS0618;CS0809</NoWarn>
+    <NoWarn>$(NoWarn);CS0618;CS0809;CS1591</NoWarn>
   </PropertyGroup>
 
   <ItemGroup>
+    <TizenPreloadFile Include="Tizen.NUI.preload" Sequence="30" />
+  </ItemGroup>
+
+  <ItemGroup>
     <PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
     <PackageReference Include="System.Reflection" Version="4.3.0" />
     <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
@@ -14,6 +18,8 @@
 
   <ItemGroup>
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
+    <ProjectReference Include="..\Tizen.Applications.ComponentBased\Tizen.Applications.ComponentBased.csproj" />
+    <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
     <ProjectReference Include="..\Tizen.System.SystemSettings\Tizen.System.SystemSettings.csproj" />
   </ItemGroup>
 
       <ReferencePath Condition="'%(FileName)' == 'Tizen.System.SystemSettings'">
         <Aliases>TizenSystemSettings</Aliases>
       </ReferencePath>
+      <ReferencePath Condition="'%(FileName)' == 'Tizen.System.Information'">
+        <Aliases>TizenSystemInformation</Aliases>
+      </ReferencePath>
     </ItemGroup>
   </Target>
 
+  <ItemGroup>
+    <None Update="res\**">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
+
 </Project>
\ No newline at end of file