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
)
2738
&& GetFormat(inFile) != Format.
Assembly
2740
&& GetFormat(outFileOrDir) != Format.
Assembly
)
2761
if (GetFormat(currentOutputFile) != Format.
Assembly
)
2929
return Format.
Assembly
;
2968
if (format == Format.
Assembly
) // Multiple input .resources files within one assembly
3323
case Format.
Assembly
: