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