Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.WindowSystem / Tizen.NUI.WindowSystem.csproj
index bea1f4c..34ce2dd 100644 (file)
@@ -1,21 +1,17 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-       <PropertyGroup>
-               <TargetFramework>netstandard2.0</TargetFramework>
-               <TizenCreateTpkOnBuild>false</TizenCreateTpkOnBuild>
-       </PropertyGroup>
+  <PropertyGroup>
+    <TargetFramework>netstandard2.0</TargetFramework>
+    <TizenCreateTpkOnBuild>false</TizenCreateTpkOnBuild>
+  </PropertyGroup>
 
-       <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-               <DebugType>portable</DebugType>
-       </PropertyGroup>
+  <PropertyGroup>
+    <SupportedProfiles>mobile;wearable</SupportedProfiles>
+  </PropertyGroup>
 
-       <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-               <DebugType>None</DebugType>
-       </PropertyGroup>
-
-       <ItemGroup>
-               <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
-               <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
-       </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
+    <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
+  </ItemGroup>
 
 </Project>