5 references to IntermediateOutputPath
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (5)
173
globalProperties[intermediateOutputPathPropertyName] =
IntermediateOutputPath
;
198
DirectoryInfo intermediateOutputPath = new DirectoryInfo(
IntermediateOutputPath
);
275
( nameof(
IntermediateOutputPath
),
IntermediateOutputPath
),
313
DirectoryInfo intermediateOutputPath = new DirectoryInfo(
IntermediateOutputPath
);