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) 2736&& GetFormat(inFile) != Format.Assembly 2738&& GetFormat(outFileOrDir) != Format.Assembly) 2759if (GetFormat(currentOutputFile) != Format.Assembly) 2927return Format.Assembly; 2966if (format == Format.Assembly) // Multiple input .resources files within one assembly 3321case Format.Assembly: