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