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
* If your project does not use [Central Package Management](https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management#enabling-central-package-management), in your `csproj` file, include the following block:
* If your project is using [Central Package Management](https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management#enabling-central-package-management), add the following to your `Directory.Packages.props`:
1. Specify the resource dictionaries to be merged:
27
48
@@ -63,6 +84,8 @@ To limit the impact of the traversal, this task takes all resource dictionaries
63
84
</ResourceDictionary>
64
85
```
65
86
87
+
Then replace `REPLACE_ME/` with either the library name if you're adding the package to a class library, or with nothing if you're adding it to your main project (e.g. `ms-appx:///Generated/mergedpages.xaml`).
88
+
66
89
## Multiple generated files
67
90
68
91
There are scenarios where placing groups of XAML files in separate merged files are useful, particularly, when IL Linking must be used.
0 commit comments