9 references to Assembly
Microsoft.Build.Tasks.Core (9)
GenerateResource.cs (9)
2566
if (inFileFormat != Format.
Assembly
) // outFileOrDir is a directory when the input file is an assembly
2569
if (outFileFormat == Format.
Assembly
)
2661
if (GetFormat(inFile) == Format.
Assembly
)
2742
&& GetFormat(inFile) != Format.
Assembly
2744
&& GetFormat(outFileOrDir) != Format.
Assembly
)
2765
if (GetFormat(currentOutputFile) != Format.
Assembly
)
2933
return Format.
Assembly
;
2972
if (format == Format.
Assembly
) // Multiple input .resources files within one assembly
3327
case Format.
Assembly
: