Skip to content

Quick Start

Rosario Pulella edited this page Oct 7, 2020 · 3 revisions

Install Tooling

Required

Install Visual Studio 2017 and up.

Install Visual Studio deps

  1. Run "Visual Studio Installer"
  2. Select "Modify" on visual studio "Visual Studio"
  3. Check ".Net desktop development"
  4. Check "Universal Windows Platform development"
  5. Under "Installation details/Universal Windows Platform development"
    1. Check "C++ (v142) Windows Platform tools"
    2. Check "Windows 10 SDK (10.0.19041.0)"
    3. Check "Windows 10 SDK (10.0.17763.0)"

Install SDKs

  1. Download and install .NET Core 3.1 SDK
  2. Download and install .NET Framework 4.6.2 Developer Pack

Optional

Clone Repo

git clone git@github.com:windows-toolkit/WindowsCommunityToolkit.git

About Windows Community Toolkit

Usage

Contribution

Development/Testing

Project Structure

Clone this wiki locally