# csproj file path
csproj_file: SettingWallpaper.csproj
+# Default profile, Tizen API version
+profile: tizen
+api_version: "9.0"
+
+# Build type [Debug/ Release/ Test]
+build_type: Debug
+
+# 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
+
# files monitored for dirty/modified status
files:
+ - .gn
+ - Build/.exportmap
+ - Build/BUILD.gn
+ - Build/BUILDCONFIG.gn
+ - Build/SettingWallpaper/BUILD.gn
+ - Common/AppCommon.cs
+ - Common/ImageSelectedEventArgs.cs
+ - Common/PropertyNotifier.cs
+ - Common/Resources.cs
+ - Core/ViewManager.cs
+ - CustomBorder.cs
+ - Directory.Build.targets
+ - LanguageResources/LanguageResource.Designer.cs
+ - LanguageResources/LanguageResource.en-US.resx
+ - LanguageResources/LanguageResource.ko-KR.resx
+ - LanguageResources/LanguageResource.resx
+ - MediaContent/AlbumContent.cs
+ - MenuProvider.cs
+ - Models/AlbumDataModel.cs
+ - Models/AlbumDataProvider.cs
+ - Models/ImageDataModel.cs
- SettingWallpaper.csproj
+ - ViewModels/AlbumDetailInfoViewModel.cs
+ - ViewModels/AlbumDetailViewModel.cs
+ - ViewModels/AlbumInfoViewModel.cs
+ - ViewModels/AlbumViewModel.cs
+ - ViewModels/WallpaperViewModel.cs
+ - Views/AlbumDetailView.cs
+ - Views/AlbumItemLayout.cs
+ - Views/AlbumView.cs
+ - Views/CustomAlbumTitle.cs
+ - Views/CustomTitleItem.cs
+ - Views/ImageItemLayout.cs
+ - Views/MainPage.cs
+ - Views/NoAlbumsView.cs
+ - Views/WallpaperView.cs
+ - res/allowed/SettingWallpaper/images/GalleryIcon.png
+ - res/allowed/SettingWallpaper/images/close.png
+ - res/allowed/SettingWallpaper/images/dark/back.png
+ - res/allowed/SettingWallpaper/images/dark/back_pressed.png
+ - res/allowed/SettingWallpaper/images/dark/background.png
+ - res/allowed/SettingWallpaper/images/dark/background_pressed.png
+ - res/allowed/SettingWallpaper/images/dark/folder.png
+ - res/allowed/SettingWallpaper/images/dark/next.png
+ - res/allowed/SettingWallpaper/images/dark/next_disabled.png
+ - res/allowed/SettingWallpaper/images/dark/next_pressed.png
+ - res/allowed/SettingWallpaper/images/dark/previous.png
+ - res/allowed/SettingWallpaper/images/dark/previous_disabled.png
+ - res/allowed/SettingWallpaper/images/dark/previous_pressed.png
+ - res/allowed/SettingWallpaper/images/dark/save.png
+ - res/allowed/SettingWallpaper/images/leftCorner.png
+ - res/allowed/SettingWallpaper/images/light/back.png
+ - res/allowed/SettingWallpaper/images/light/back_pressed.png
+ - res/allowed/SettingWallpaper/images/light/background.png
+ - res/allowed/SettingWallpaper/images/light/background_pressed.png
+ - res/allowed/SettingWallpaper/images/light/folder_normal.png
+ - res/allowed/SettingWallpaper/images/light/folder_pressed.png
+ - res/allowed/SettingWallpaper/images/light/next.png
+ - res/allowed/SettingWallpaper/images/light/next_disabled.png
+ - res/allowed/SettingWallpaper/images/light/next_pressed.png
+ - res/allowed/SettingWallpaper/images/light/previous.png
+ - res/allowed/SettingWallpaper/images/light/previous_disabled.png
+ - res/allowed/SettingWallpaper/images/light/previous_pressed.png
+ - res/allowed/SettingWallpaper/images/light/save.png
+ - res/allowed/SettingWallpaper/images/maximalize.png
+ - res/allowed/SettingWallpaper/images/minimalize.png
+ - res/allowed/SettingWallpaper/images/rightCorner.png
+ - res/allowed/SettingWallpaper/images/smallwindow.png
+ - res/allowed/SettingWallpaper/themes/dark.xaml
+ - res/allowed/SettingWallpaper/themes/light.xaml
+ - res/allowed/SettingWallpaper/wallpaper-icon.svg
+ - res/allowed/en-US/SettingWallpaper.resources.dll
+ - res/allowed/ko-KR/SettingWallpaper.resources.dll
+ - res/allowed/org.tizen.appfw.gadget.setting-wallpaper/SettingWallpaper.dll
+ - res/allowed/org.tizen.appfw.gadget.setting-wallpaper/en-US/SettingWallpaper.resources.dll
+ - res/allowed/org.tizen.appfw.gadget.setting-wallpaper/ko-KR/SettingWallpaper.resources.dll
- tizen-manifest.xml
-# Enable to pack as rpk
-pack_as_rpk: true
+# 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: []
-# List of resource files to be packed in rpk
resources:
- - res/
-
\ No newline at end of file
+ - /res
\ No newline at end of file