mirror of https://github.com/acidanthera/audk.git
12 lines
296 B
YAML
12 lines
296 B
YAML
|
## @file
|
||
|
# Build Plugin used to set the path to the visual studio tools chain
|
||
|
#
|
||
|
# Copyright (c) Microsoft Corporation.
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
##
|
||
|
{
|
||
|
"scope": "global-win",
|
||
|
"name": "Windows Visual Studio Tool Chain Support",
|
||
|
"module": "WindowsVsToolChain"
|
||
|
}
|