8 references to OutputPath
PresentationBuildTasks (8)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (8)
124
if (!Directory.Exists(
OutputPath
))
126
Directory.CreateDirectory(
OutputPath
);
186
string stateFileName =
OutputPath
+ AssemblyName +
189
string localTypeCacheFileName =
OutputPath
+ AssemblyName +
207
string stateFileName =
OutputPath
+ AssemblyName +
498
OutputPath
+ AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile),
664
compilerWrapper.OutputPath =
OutputPath
;
802
string bamlFile =
OutputPath
+ bamlFileName;