9 references to Assembly
Microsoft.Build.Tasks.Core (9)
GenerateResource.cs (9)
2566if (inFileFormat != Format.Assembly) // outFileOrDir is a directory when the input file is an assembly 2569if (outFileFormat == Format.Assembly) 2661if (GetFormat(inFile) == Format.Assembly) 2742&& GetFormat(inFile) != Format.Assembly 2744&& GetFormat(outFileOrDir) != Format.Assembly) 2765if (GetFormat(currentOutputFile) != Format.Assembly) 2933return Format.Assembly; 2972if (format == Format.Assembly) // Multiple input .resources files within one assembly 3327case Format.Assembly: