9 references to Assembly
Microsoft.Build.Tasks.Core (9)
GenerateResource.cs (9)
2641if (inFileFormat != Format.Assembly) // outFileOrDir is a directory when the input file is an assembly 2644if (outFileFormat == Format.Assembly) 2736if (GetFormat(inFile) == Format.Assembly) 2813&& GetFormat(inFile) != Format.Assembly 2815&& GetFormat(outFileOrDir) != Format.Assembly) 2836if (GetFormat(currentOutputFile) != Format.Assembly) 3004return Format.Assembly; 3043if (format == Format.Assembly) // Multiple input .resources files within one assembly 3398case Format.Assembly: