sangwook96 / vs-tools-cps

Tizen.NET applications 개발을 위한 Visual Studio extension
Apache License 2.0
0 stars 0 forks source link

Welcome to the Visual Studio Tools for Tizen

Build Status

The Visual Studio Tools for Tizen provides Visual Studio extension that enables developing Tizen .NET applications.

Architecture on Visual Studio

Architecture


Prerequisite before starting

Restrictions

How to download Tizen.MIDebugPackage.visx to build vs-tools

How to download Released version

How to install

How to build this project

Folder Descrition in repository


Document List

Usage Guide

  1. Install Guide
  2. Tizen Package Creation Guide - Guide to build and publish Tizen Applications
  3. Tizen Project Customization Guide : Guide to include or exclude your libraries / resources in tizen project
  4. Migration Guide - If you had a tizen project used in preview version, you can migrate for working new tools
  5. Build Guide
    1. Use Visual Studio
    2. Use dotnet cli

Tool Guide

  1. Project Wizard : The Project Wizard is a tool that is used to create a Tizen .NET application project
  2. 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.
  3. 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
  4. Emulator Manager : The Emulator Manager provides emulators to run your application in a virtual environment
  5. Device Manager : The Device Manager is a standalone tool that provides information of connected Tizen devices or emulators for application debugging
  6. Log Viewer : The Log Viewer helps you debug your application by capturing all the events logged by the platform and your application
  7. 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
  8. Profiler (Preview)
  9. XAML Previewer
  10. Memory Profiler (Preview)