1 assignment to MSBuild property XamlTemporaryAssemblyName
MSBuildFiles (1)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Xaml.targets (1)
27<XamlTemporaryAssemblyName Condition="'$(XamlTemporaryAssemblyName)'==''">$(AssemblyName)</XamlTemporaryAssemblyName>
6 usages of MSBuild property XamlTemporaryAssemblyName
MSBuildFiles (6)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Xaml.targets (6)
27<XamlTemporaryAssemblyName Condition="'$(XamlTemporaryAssemblyName)'==''">$(AssemblyName)</XamlTemporaryAssemblyName> 301Outputs="$(IntermediateOutputPath)$(XamlTemporaryAssemblyName).dll; 302$(IntermediateOutputPath)$(XamlTemporaryAssemblyName).pdb" 313AssemblyName="$(XamlTemporaryAssemblyName)" 321<_XamlTemporaryAssemblyPath_>$(IntermediateOutputPath)$(XamlTemporaryAssemblyName).dll</_XamlTemporaryAssemblyPath_> 326<FileWrites Include="$(IntermediateOutputPath)$(XamlTemporaryAssemblyName).*" />