Skip to content

Commit

Permalink
Update Developer Guide link to DisableEmbeddedXbf property (#7080)
Browse files Browse the repository at this point in the history
The DisableEmbeddedXbf property moved from Microsoft.UI.Xaml.vcxproj to Microsoft.UI.Xaml.Common.props. Update the link.
  • Loading branch information
krschau authored May 11, 2022
1 parent 40df43a commit 017cd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ Example usage (running from the root of the repository folder):
.\build\NuSpecs\build-nupkg.ps1 -BuildOutput "..\..\BuildOutput" -BuildFlavor "debug" -BuildArch "x64" -OutputDir "..\..\NugetPackage"
```

> Note: To use debug build outputs as a NuGet package, you need to change [this line](https://github.com/microsoft/microsoft-ui-xaml/blob/7d2cd793a0154580f1dd0c9685c461198e05f207/dev/dll/Microsoft.UI.Xaml.vcxproj#L35) in `microsoft-ui-xaml/dev/dll/Microsoft.UI.Xaml.vcxproj` from
> Note: To use debug build outputs as a NuGet package, you need to change the following line in
> [`microsoft-ui-xaml/dev/dll/Microsoft.UI.Xaml.Common.props`](../dev/dll/Microsoft.UI.Xaml.Common.props) from
> ```xml
> <DisableEmbeddedXbf Condition="'$(Configuration)'=='Release'">false</DisableEmbeddedXbf>
> ```
Expand Down

0 comments on commit 017cd84

Please sign in to comment.