File: Microsoft\Build\Tasks\Xaml\IXamlBuildTypeInspectionExtension.cs | |
Project: ndp\cdf\src\NetFx40\XamlBuildTask\XamlBuildTask.csproj (XamlBuildTask) |
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace Microsoft.Build.Tasks.Xaml { using System.Collections.Generic; public interface IXamlBuildTypeInspectionExtension { bool Execute(XamlBuildTypeInspectionExtensionContext buildContext); } } |