9 references to Assembly
Microsoft.Build.Tasks.Core (9)
GenerateResource.cs (9)
2641
if (inFileFormat != Format.
Assembly
) // outFileOrDir is a directory when the input file is an assembly
2644
if (outFileFormat == Format.
Assembly
)
2736
if (GetFormat(inFile) == Format.
Assembly
)
2813
&& GetFormat(inFile) != Format.
Assembly
2815
&& GetFormat(outFileOrDir) != Format.
Assembly
)
2836
if (GetFormat(currentOutputFile) != Format.
Assembly
)
3004
return Format.
Assembly
;
3043
if (format == Format.
Assembly
) // Multiple input .resources files within one assembly
3398
case Format.
Assembly
: