5 usages of MSBuild property CrossgenOutputAssembly
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (5)
155
<CrossgenCommandline>$(CrossgenExe) -nologo -readytorun -in "$(CrossgenInputAssembly)" -out "$(
CrossgenOutputAssembly
)" -jitpath "$(CrossgenJit)" -platform_assemblies_paths "$(CrossgenPlatformAssembliesPath)"</CrossgenCommandline>
168
<Copy SourceFiles = "$(
CrossgenOutputAssembly
)"
180
Condition="'$(CreateProfilingSymbols)' == 'true' and Exists($(
CrossgenOutputAssembly
))" />
181
<Exec Command="$(CrossgenExe) -nologo -readytorun -platform_assemblies_paths $(CrossgenPlatformAssembliesPath) -$(CreateProfilingSymbolsOptionName) $(CrossgenProfilingSymbolsOutputDirectory) $(
CrossgenOutputAssembly
)"
182
Condition="'$(CreateProfilingSymbols)' == 'true' and Exists($(
CrossgenOutputAssembly
))"