[NUI][API10] Create Context/CookieManager when WebView is created.
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Tizen.Multimedia.csproj
index 9f55465..3b5598e 100644 (file)
@@ -1,26 +1,14 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <Import Project="../build/build.props" />
-
-  <PropertyGroup>
-    <Version>1.2.1</Version>
-    <Description>Common classes and interfaces for the Tizen .NET Multimedia</Description>
-  </PropertyGroup>
-
   <PropertyGroup>
-    <TargetFramework>netstandard1.3</TargetFramework>
-    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <SignAssembly>True</SignAssembly>
-    <AssemblyOriginatorKeyFile>Tizen.Multimedia.snk</AssemblyOriginatorKeyFile>
-    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
-    <DelaySign>False</DelaySign>
+    <TargetFramework>netstandard2.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="ElmSharp" Version="$(ElmSharpVersion)" />
-    <PackageReference Include="Tizen" Version="$(TizenVersion)" />
-    <PackageReference Include="Tizen.Applications.Common" Version="$(ApplicationsVersion)" />
-    <PackageReference Include="Tizen.System.Information" Version="$(SystemInfoVersion)" />
+    <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
+    <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
+    <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
+    <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
   </ItemGroup>
 
-</Project>
+</Project>
\ No newline at end of file