6fcbefa4f7
Removes *3 verbs, making msbuild the driver
12 lines
No EOL
367 B
C#
12 lines
No EOL
367 B
C#
// 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.
|
|
|
|
namespace Microsoft.DotNet.Internal.ProjectModel
|
|
{
|
|
internal class RuntimeOptions
|
|
{
|
|
public bool GcServer { get; set; }
|
|
|
|
public bool GcConcurrent { get; set; }
|
|
}
|
|
} |