[MachineLearning.Train] Add initial Layer class
[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     <ProjectReference Include="..\Tizen.Tracer\Tizen.Tracer.csproj" />
31   </ItemGroup>
32
33   <Target Name="ChangeAliasesOfStrongNameAssemblies" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
34     <ItemGroup>
35       <ReferencePath Condition="'%(FileName)' == 'Tizen.System.SystemSettings'">
36         <Aliases>TizenSystemSettings</Aliases>
37       </ReferencePath>
38       <ReferencePath Condition="'%(FileName)' == 'Tizen.System.Information'">
39         <Aliases>TizenSystemInformation</Aliases>
40       </ReferencePath>
41     </ItemGroup>
42   </Target>
43
44   <ItemGroup>
45     <None Update="res\*.png;res\*.svg">
46       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
47     </None>
48   </ItemGroup>
49
50
51   <!--Target Name="PostBuild" AfterTargets="PostBuildEvent">
52     <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;" />
53   </Target-->
54
55
56
57 </Project>