File: Properties\AssemblyInfo.cs | Web Access |
Project: ..\..\..\src\MSBuildTaskHost\MSBuildTaskHost.csproj (MSBuildTaskHost) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("8974eb2a-7ea3-4d5d-b33b-149738025f36")] [assembly: ComVisible(false)] [assembly: CLSCompliant(true)] |