Skip to content

sung-su/vs-tools-cps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Visual Studio Tools for Tizen

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

Architecture on Visual Studio

Architecture


Prerequisite before starting

  • 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

Restrictions

  • Xamarin.forms projects cannot be built by CLI tool

How to install

How to build this project

  • 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.

Folder Descrition in repository

  • 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

Document List

Usage Guide

  1. Tizen Package Creation Guide - Guide to build and publish Tizen Applications
  2. Tizen Project Customization Guide : Guide to include or exclude your libraries / resources in tizen project
  3. Migration Guide - If you had a tizen project used in preview version, you can migrate for working new tools
  4. 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)

About

Tizen.NET applications 개발을 위한 Visual Studio extension

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE.txt
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%