Skip to content

Commit 3d2e693

Browse files
committed
The assemblies are locally built.
1 parent 57d8fd8 commit 3d2e693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/developer-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If there were any failures, you can cd into $(RepoRoot)\artifacts\test\$(Configu
4747

4848
*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.*
4949

50-
### Debugging locally build WPF assemblies with WPF Application
50+
### Debugging locally built WPF assemblies with WPF Application
5151
This section is intended to simplify the steps needed to be able to debug the locally built WPF Assemblies, with any sample app.
5252
Configure the project to build x86 or x64, as per the platform architecture you have selected while performing the build for WPF assemblies.
5353
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

Comments
 (0)