Microsoft.VisualStudio.Project.DesignTimeAssemblyResolution.MockEngine.BuildProjectFile C# (CSharp) Method

BuildProjectFile() public method

public BuildProjectFile ( string projectFileName, string targetNames, System globalProperties, System targetOutputs ) : bool
projectFileName string
targetNames string
globalProperties System
targetOutputs System
return bool
            public virtual bool BuildProjectFile(string projectFileName, string[] targetNames, System.Collections.IDictionary globalProperties, System.Collections.IDictionary targetOutputs)
            {
                throw new NotImplementedException();
            }