**/[Bb]uild/
**/res/allowed/*.dll
**/res/allowed/locale/
+**/res/allowed/org.*
.vs/
.vscode/*
tags
***********************************************************************************************
-->
-<Project>
+<Project>
<Target Name="BuildDotnet" AfterTargets="TizenPackage" >
- <Message Text="Tizen Build starts here ------------" Importance="high"/>
- <Message Text="$(MSBuildProjectDirectory)" Importance="high"/>
- <PropertyGroup>
- <WorkspaceFolder>$([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))</WorkspaceFolder>
- </PropertyGroup>
- <Message Text="Workspace: '$(WorkspaceFolder)'" Importance="high" />
-
- <Exec Command="C:\tizen\tools\tizen-core\tz.exe pack -S $(ProjectDir) $(WorkspaceFolder)"> </Exec>
- </Target>
+ <Message Text="Tizen Build starts here ------------" Importance="high"/>
+ <Exec Command="C:\tizen\tools\tizen-core\tz.exe pack-chain -w $(ProjectDir) -S $(ProjectDir)"> </Exec>
+ </Target>
</Project>
-<Project Sdk="Tizen.NET.Sdk/1.1.9">
+<Project Sdk="Tizen.NET.Sdk/1.2.0">
<PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
<TizenCreateTpkOnBuild>false</TizenCreateTpkOnBuild>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
- <Folder Include="res\" />
+ <PackageReference Include="SettingCore" Version="1.0.346" />
+ <PackageReference Include="Tizen.NET" Version="12.0.0.18043" />
</ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="SettingCore" Version="1.0.260" />
- <PackageReference Include="Tizen.NET" Version="11.0.0.17739" />
- </ItemGroup>
-
</Project>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="7.0"
- package="org.tizen.cssetting-wifi-direct" version="1.0.0"
+ package="org.tizen.cssetting-wifi-direct" version="1.0.1"
res-type="org.tizen.appfw.gadget.setting-wifi-direct" res-version="1.0.0">
<allowed-package id="org.tizen.*">
<required-privileges>
# csproj file path
csproj_file: SettingWiFiDirect.csproj
-# files monitored for dirty/modified status
-files:
- - SettingWiFiDirect.csproj
- - SettingWiFiDirect.cs
- - tizen-manifest.xml
+# Default profile, Tizen API version
+profile: tizen
+api_version: "9.0"
+
+# Build type [Debug/ Release/ Test]
+build_type: Debug
-# Enable to pack as rpk
+# Output path for build
+output_path:
+
+# Signing profile to be used for Tizen package signing
+# If value is empty: "", active signing profile will be used
+# Else If value is ".", default signing profile will be used
+signing_profile:
pack_as_rpk: true
# List of resource files to be packed in rpk
resources:
- res/
+
+# files monitored for dirty/modified status
+files:
+ - Directory.Build.targets
+ - Logger.cs
+ - MenuProvider.cs
+ - SettingWiFiDirect.cs
+ - SettingWiFiDirect.csproj
+ - WiFiDirectConfig.cs
+ - controller/Interop/WiFiDirect.cs
+ - controller/WiFiDirect.cs
+ - model/Peer.cs
+ - model/WfdEnumerations.cs
+ - res/icons/settings_wifi_direct.png
+ - res/images/00_list_bar_press_1x80.png
+ - res/images/A09_device_Medical.png
+ - res/images/A09_device_camera.png
+ - res/images/A09_device_computer.png
+ - res/images/A09_device_display.png
+ - res/images/A09_device_gaming.png
+ - res/images/A09_device_headphone.png
+ - res/images/A09_device_headset.png
+ - res/images/A09_device_input_device.png
+ - res/images/A09_device_mouse.png
+ - res/images/A09_device_multimedia.png
+ - res/images/A09_device_network_infrastructure.png
+ - res/images/A09_device_printer.png
+ - res/images/A09_device_storage.png
+ - res/images/A09_device_telephone.png
+ - res/images/A09_device_unknown.png
+ - res/images/U04_device_BD.png
+ - res/images/U04_device_Dongle.png
+ - res/images/U04_device_Home_Theater.png
+ - res/images/U04_device_STB.png
+ - res/images/icon_select_all.png
+ - tizen-manifest.xml
+ - view/Resources.cs
+ - view/WiFiDirectDeviceView.cs
+
+# project dependencies
+deps: []
+
+# Source files matching these pattern will always be excluded from build
+src_file_patterns: []
+
+# Source files matching these patterns will only be included while building in test mode
+test_file_patterns: []
+++ /dev/null
-# Enable auto build file generation
-auto_gen_build_files: true
-# Workspace type, [native/web/dotnet]
-type: hybrid
-# Package ID for the Tizen package
-package_id:
-# version for the Tizen package
-version:
-# Default profile
-profile: mobile
-# Tizen API version
-api_version: 7.0
-# Path of profiles.xml, containing the signing profiles
- # If value is empty, the profiles.xml in the data_path specified in tizen-studio/tools/tizen-core/config.yaml will be used
-profiles_xml_path:
-# Signing profile to be used for Tizen package signing
- # If value is empty, active signing profile will be used
-signing_profile: ''
-# Build type [debug/ release/ test]
-build_type: debug
-# Rootstrap for compiling native app
-rootstrap: public
-# Default compiler for native app compilation
-compiler: llvm
-# Default path for dotnet-cli
-dotnet_cli_path:
-# Default path for msbuild
-msbuild_path:
-# Default tool for dotnet build [dotnet-cli/ msbuild]
-dotnet_build_tool: dotnet-cli
-# Default nuget version for Tizen.Net
-tizen_net_version:
-# Default nuget version for Xamarin.Forms
-tizen_net_sdk_verison: 1.1.9
-# Default nuget version for MSBuild.Tasks
-xamarin_forms_version: 5.0.0.2515
-# Default nuget version for Tizen.Wearable.CircleUI
-msbuild_tasks_version:
-# Default nuget version for Tizen.Wearable.CircleUI
-tizen_wearable_circleui_version: 1.5.0
-# Default nuget version for Tizen.OpenTK
-tizen_opentk_version: 3.0.2
-# Default nuget version for Tizen.NUI.Xaml
-tizen_nuixaml_version: 1.0.34
-# Default nuget version for Tizen.HotReload
-tizen_hotreload_version: 1.0.1
-# Working folder for dotnet & web workspace, paths to csproj or sln or config.xml, if empty all projects will be build
-working_folder:
-# Default path for Google Chrome
-chrome_path:
-# Default options to be passed to Chrome when running web simulator
-chrome_simulator_options:
-- --allow-file-access-from-files
-- --disable-web-security
-- --proxy-auto-detect
-# Default path for Web Simulator data
-chrome_simulator_data_path: C:\tizen\tools\websimulator\sdk-profile-data
-# Default path for Samsung Tizen TV Simulator
-tv_simulator_path: C:\tizen\tools\sec-tv-simulator\simulator.exe
-# Default options to be passed to Chrome when running web inspector
-chrome_inspector_options:
-- --no-first-run
-- --activate-on-launch
-- --no-default-browser-check
-- --allow-file-access-from-files
-- --disable-web-security
-- --disable-translate
-- --proxy-auto-detect
-- --proxy-bypass-list=127.0.0.1
-- --enable-blink-features=ShadowDOMV0
-- --enable-blink-features=CustomElementsV0
-# Default path for Web Inspector data
-chrome_inspector_data_path: C:\tizen-data\chrome-user-data
-# default arch for build, [x86/ x86_64/ arm/ aarch64]
-arch: x86
-# Enable size optimization of wgt for web workspace
-opt: false
-# Source files matching these pattern will always be excluded from build
-src_file_patterns:
-- _exclude*
-# Source files matching these patterns will only be included while building in test mode
-test_file_patterns:
-- _test*
-# List of projects in the workspace and their dependencies
-projects:
- SettingWiFiDirect: []
-# Skip generating files needed for VS
-skip_vs_files: false
Name: org.tizen.setting-wifi-direct
summary: NUI wifi-direct setting application
-Version: 1.0.0
+Version: 1.0.1
Release: 1
Provides: org.tizen.setting-wifi-direct = %{version}-%{release}
Group: Applications/Security