Add ControlPanelItemCommand.cs into map.json and exclude from build

This commit is contained in:
Sergei Vorobev 2016-06-20 15:15:48 -07:00
parent a966d8dc7d
commit cafc4fe1d0
2 changed files with 9 additions and 0 deletions

View file

@ -33,6 +33,7 @@
"monad/src/commands/management/GetComputerInfoCommand.cs": "commands/management/GetComputerInfoCommand.cs",
"monad/src/singleshell/installer/MshManagementMshSnapin.cs": "singleshell/installer/MshManagementMshSnapin.cs",
"monad/src/commands/management/CommandsCommon.cs": "commands/management/CommandsCommon.cs",
"monad/src/commands/management/ControlPanelItemCommand.cs": "commands/management/ControlPanelItemCommand.cs",
"monad/src/commands/management/PassThroughContentCommandBase.cs": "commands/management/PassThroughContentCommandBase.cs",
"monad/src/commands/management/PassThroughPropertyCommandBase.cs": "commands/management/PassThroughPropertyCommandBase.cs",
"monad/src/commands/management/resources/ClearRecycleBinResources.resx": "resources/ClearRecycleBinResources.resx",

View file

@ -22,6 +22,7 @@
"compile": {
"exclude": [
"commands/management/ClearRecycleBinCommand.cs",
"commands/management/ControlPanelItemCommand.cs",
"commands/management/CommitTransactionCommand.cs",
"commands/management/Computer.cs",
"commands/management/Eventlog.cs",
@ -57,6 +58,13 @@
},
"dependencies": {
"Microsoft.WSMan.Management": "1.0.0"
},
"buildOptions": {
"compile": {
"exclude": [
"commands/management/ControlPanelItemCommand.cs"
]
}
}
}
}