5 references to IntermediateOutputPath
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (5)
172
globalProperties[intermediateOutputPathPropertyName] =
IntermediateOutputPath
;
197
DirectoryInfo intermediateOutputPath = new DirectoryInfo(
IntermediateOutputPath
);
274
( nameof(
IntermediateOutputPath
),
IntermediateOutputPath
),
312
DirectoryInfo intermediateOutputPath = new DirectoryInfo(
IntermediateOutputPath
);