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