The Visual Studio Tools for Tizen provides Visual Studio extension that enables developing Tizen .NET applications.
- Require Visual Studio 2017
- Works with all of Visual Studio editions, including Community version
- Alphabetic Windows user account name is recommended. (NO GLOBAL CHARACTER SET OR WHITE SPACE)
- Require Intel HAXM for Emulator
- Hyper-V should be disabled
- Xamarin.forms projects cannot be built by CLI tool
- Clone the sources: git clone https://github.com/Samsung/vs-tools-cps.git
- Open src/Tizen.NET.sln in Visual Studio
- Debug -> Start Debugging (or F5) to to build, deploy, and start debugging the Experimental Instance of Visual Studio.
- Tizen.VisualStudio.VsixSetup : Vsix Project
- Tizen.VisualStudio.Tools : Visual Studio Tools for Tizen extension code
- Tizen.VisualStudio.ProjectSystem.VS : Project System for Tizen Project
- Tizen.VisualStudio.ProjectSystem : Project System base library
- Template : Template lists
- Profiler : Tizen profiler
- Tizen Package Creation Guide - Guide to build and publish Tizen Applications
- Tizen Project Customization Guide : Guide to include or exclude your libraries / resources in tizen project
- Migration Guide - If you had a tizen project used in preview version, you can migrate for working new tools
- Build Guide
- Project Wizard : The Project Wizard is a tool that is used to create a Tizen .NET application project
- Certificate Manager : The certificates can be created, edited, removed, and set as active in the Certificate Manager. The active certificates are used when packaging your application.
- Tizen Manifest Editor : The Tizen Manifest Editor is a tool that is used to edit Tizen manifest file, called tizen-manifest.xml, which is used to describe the application information
- Emulator Manager : The Emulator Manager provides emulators to run your application in a virtual environment
- Device Manager : The Device Manager is a standalone tool that provides information of connected Tizen devices or emulators for application debugging
- Log Viewer : The Log Viewer helps you debug your application by capturing all the events logged by the platform and your application
- API and Privilege Checker : The API Checker tool checks for API and privilege usage violations in the application code. It helps you to identify and fix potential problems in the application code related to API and privilege use
- Profiler (Preview)