1 assignment to MSBuild property DesignTimeIntermediateOutputPath
MSBuildFiles (1)
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Xaml.targets (1)
84
<
DesignTimeIntermediateOutputPath
Condition="'$(DesignTimeIntermediateOutputPath)' == ''">$(IntermediateOutputPath)InProcessTempFiles\</DesignTimeIntermediateOutputPath>
4 usages of MSBuild property DesignTimeIntermediateOutputPath
MSBuildFiles (4)
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Xaml.targets (4)
84
<DesignTimeIntermediateOutputPath Condition="'$(
DesignTimeIntermediateOutputPath
)' == ''">$(IntermediateOutputPath)InProcessTempFiles\</DesignTimeIntermediateOutputPath>
90
<MakeDir Directories="$(
DesignTimeIntermediateOutputPath
)" Condition="'@(XamlAppDef)' != ''"/>
108
OutputPath="$(
DesignTimeIntermediateOutputPath
)"
144
<FileWrites Include="$(
DesignTimeIntermediateOutputPath
)\*" />