mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
832f580aa8
* remove unnecessary sdk * add .vsconfig to sln, remove dead link * spell check * Update WindowsTargetPlatformMinVersion to 18362 (Minimum required version in README.md)
14 lines
539 B
Plaintext
14 lines
539 B
Plaintext
{
|
|
"version": "1.0",
|
|
"components": [
|
|
"Microsoft.VisualStudio.Component.CoreEditor",
|
|
"Microsoft.VisualStudio.Workload.CoreEditor",
|
|
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
|
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
|
"Microsoft.VisualStudio.Workload.Universal",
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
|
|
"Microsoft.VisualStudio.ComponentGroup.UWP.VC",
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.ATL.Spectre"
|
|
]
|
|
} |