You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/developer-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ If there were any failures, you can cd into $(RepoRoot)\artifacts\test\$(Configu
47
47
48
48
*NOTE: This requires being run from an admin window at the moment. Removing this restriction is tracked by https://github.com/dotnet/wpf/issues/816.*
49
49
50
-
### Debugging locally build WPF assemblies with WPF Application
50
+
### Debugging locally built WPF assemblies with WPF Application
51
51
This section is intended to simplify the steps needed to be able to debug the locally built WPF Assemblies, with any sample app.
52
52
Configure the project to build x86 or x64, as per the platform architecture you have selected while performing the build for WPF assemblies.
53
53
Go to the csproj file and append this line at the bottom of it. `<Import Project="$(WpfRepoRoot)\eng\wpf-debug.targets" />`. The resultant csproj will look like this:
0 commit comments