Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lib: find extensive Win10SDK installation
  • Loading branch information
mcdmaster committed Nov 13, 2020
commit e1d0a4ac93fe40a567c13aaddd3ae1096c7d9343
4 changes: 2 additions & 2 deletions lib/Find-VisualStudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// See accompanying file LICENSE at https://github.com/node4good/windows-autoconf

// Usage:
// powershell -ExecutionPolicy Unrestricted -Version "2.0" -Command "&{Add-Type -Path Find-VS2017.cs; [VisualStudioConfiguration.Main]::Query()}"
using System;
// powershell -ExecutionPolicy Unrestricted -Command "Add-Type -Path Find-VisualStudio.cs; [VisualStudioConfiguration.Main]::PrintJson()"
// This script needs to be compatible with PowerShell v2 to run on Windows 2008R2 and Windows 7.using System;
using System.Text;
using System.Runtime.InteropServices;
using System.Collections.Generic;
Expand Down