From: azijurr Date: Mon, 25 Nov 2024 05:45:25 +0000 (+0600) Subject: Fix share-panel build error. X-Git-Tag: accepted/tizen/unified/20241126.175221~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d92d5e76f397bf42ea5000f9867b05e8e0c7192;p=profile%2Fiot%2Fapps%2Fdotnet%2Fshare-panel.git Fix share-panel build error. [Problem] [TNINE-5356] Build failing in the updated VS Extension/workload. [Cause & Measure] Cause : In the updated workload Directory.Build.targets and tizen_workspace.yaml content changed. Measure : As those files are auto generated, removing those from project to get latest when build in VS. Change-Id: I16a98138718edab75e154446c6b64792b3843651 Signed-off-by: azijurr --- diff --git a/SharePanel/SharePanel/Directory.Build.targets b/SharePanel/SharePanel/Directory.Build.targets deleted file mode 100644 index 6993045..0000000 --- a/SharePanel/SharePanel/Directory.Build.targets +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - $([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory))) - - - - - - diff --git a/SharePanel/SharePanel/tizen_dotnet_project.yaml b/SharePanel/SharePanel/tizen_dotnet_project.yaml deleted file mode 100644 index ca82ca7..0000000 --- a/SharePanel/SharePanel/tizen_dotnet_project.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# csproj file path -csproj_file: SharePanel.csproj - -# files monitored for dirty/modified status -files: - - SharePanel.csproj - - SharePanel.cs - - tizen-manifest.xml - - shared/res/SharePanel.png \ No newline at end of file diff --git a/SharePanel/tizen_workspace.yaml b/SharePanel/tizen_workspace.yaml deleted file mode 100644 index 1a9608c..0000000 --- a/SharePanel/tizen_workspace.yaml +++ /dev/null @@ -1,88 +0,0 @@ -# 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: tizen -# Tizen API version -api_version: 9.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: C:/tizen-data/profile/profiles.xml -# 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: - SharePanel: [] -# Skip generating files needed for VS -skip_vs_files: false