--- /dev/null
+Copyright (c) 2021 Samsung Electronics Co., Ltd. All rights reserved.
+Except as noted, this software is licensed under Apache License, Version 2.
+Please, see the LICENSE file for Apache License terms and conditions.
\ No newline at end of file
+++ /dev/null
-[general]\r
-profile = profile.device\r
-\r
-[profile.device]\r
-\r
-obs = obs.tizen5.0\r
-user = obs_viewer\r
-passwdx = obs_viewer\r
-repos = repo.base_arm, repo.target_unified\r
-buildroot = ~/GBS-ROOT\r
-\r
-[obs.tizen5.0]\r
-url = https://api.tizen.org\r
-\r
-[repo.base_arm]\r
-url = http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packages/\r
-\r
-[repo.target_unified]\r
-url = http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/\r
-<Project Sdk="Microsoft.NET.Sdk">\r
-\r
- <PropertyGroup>\r
- <OutputType>Exe</OutputType>\r
- <TargetFramework>netcoreapp3.1</TargetFramework>\r
- <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>\r
- <AssemblyName>ScreenMirroringSink</AssemblyName>\r
- </PropertyGroup>\r
-\r
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
- <DebugType>portable</DebugType>\r
- </PropertyGroup>\r
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
- <DebugType>None</DebugType>\r
- </PropertyGroup>\r
-\r
- <ItemGroup>\r
- <Folder Include="lib\" />\r
- <Folder Include="res\" />\r
- </ItemGroup>\r
-\r
- <ItemGroup>\r
- <PackageReference Include="Tizen.NET" Version="9.0.0.16707" />\r
- <PackageReference Include="Tizen.NET.Sdk" Version="1.0.1" />\r
- </ItemGroup>\r
-\r
-</Project>\r
-\r
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>tizen90</TargetFramework>
+ <LangVersion>8.0</LangVersion>
+ <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
+ <AssemblyName>ScreenMirroringSink</AssemblyName>
+ </PropertyGroup>
+
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugType>portable</DebugType>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>None</DebugType>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Folder Include="lib\" />
+ <Folder Include="res\" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Tizen.NET" Version="9.0.0.16707" />
+ <PackageReference Include="Tizen.NET.Sdk" Version="1.1.6" />
+ </ItemGroup>
+
+</Project>
+