WPF-ResMerger icon indicating copy to clipboard operation
WPF-ResMerger copied to clipboard

We all agree that a good styling structure is essential for a successful WPF project. However, while we should certainly stick to the granular structure dividing each type into different resource dict...

Results 2 WPF-ResMerger issues
Sort by recently updated
recently updated
newest added

Is in HowTo text the BackSlash missing after $(ProjectDir)? "$(SolutionDir)Tools\ResMerger\ResMerger.exe" "$(ProjectDir)**\\**" $(ProjectName) "/Source.xaml" "/Output.xaml"

Hi, I created a custom tool to allow res merger to be used differently then doing it as a pre build event. Using a custom tool allows Visual Studio to...