Reworks multitargeting support to ensure native build targets always run
for every target framework in the project, rather than trying to run
once at the top of a multitargeted build.
Build output directories have been updated to include $(TargetFramework)
to avoid potential conflicts with using the same output directory for
a multitargeting project.
Reworks multitargeting support to ensure native build targets always run for every target framework in the project, rather than trying to run once at the top of a multitargeted build.
Build output directories have been updated to include $(TargetFramework) to avoid potential conflicts with using the same output directory for a multitargeting project.