Remove native compilation, add multiple project files and globbing
This commit is contained in:
parent
3e5b68dc43
commit
3472aee5c9
28 changed files with 493 additions and 490 deletions
|
@ -1,8 +1,11 @@
|
|||
// Copyright (c) .NET Foundation and contributors. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Microsoft.DotNet.Tools.Build
|
||||
{
|
||||
public struct CompilerIO
|
||||
internal struct CompilerIO
|
||||
{
|
||||
public readonly List<string> Inputs;
|
||||
public readonly List<string> Outputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue