Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: WPF workaround for importing extensions does not always work
The issue happens when BaseIntermediateOutputPath is overridden, thus MSBuildProjectExtensionsPath gets assigned without generated suffix even in *_wpftmp.*proj file. Since _SdkOriginalProjectExtensionsPath didn't have a fallback value - that prevented importing project extensions. This change adds the fallback, making it effectively like "if there's a suffix - remove it, otherwise use as is".
- Loading branch information