9 references to Assembly
Microsoft.Build.Tasks.Core (9)
GenerateResource.cs (9)
2564if (inFileFormat != Format.Assembly) // outFileOrDir is a directory when the input file is an assembly 2567if (outFileFormat == Format.Assembly) 2659if (GetFormat(inFile) == Format.Assembly) 2740&& GetFormat(inFile) != Format.Assembly 2742&& GetFormat(outFileOrDir) != Format.Assembly) 2763if (GetFormat(currentOutputFile) != Format.Assembly) 2931return Format.Assembly; 2970if (format == Format.Assembly) // Multiple input .resources files within one assembly 3325case Format.Assembly: