9 references to Assembly
Microsoft.Build.Tasks.Core (9)
GenerateResource.cs (9)
2571if (inFileFormat != Format.Assembly) // outFileOrDir is a directory when the input file is an assembly 2574if (outFileFormat == Format.Assembly) 2666if (GetFormat(inFile) == Format.Assembly) 2747&& GetFormat(inFile) != Format.Assembly 2749&& GetFormat(outFileOrDir) != Format.Assembly) 2770if (GetFormat(currentOutputFile) != Format.Assembly) 2938return Format.Assembly; 2977if (format == Format.Assembly) // Multiple input .resources files within one assembly 3332case Format.Assembly: