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
For generating `BreadcrumbPageMappings` you need to define `<AdditionalFiles Include="**\*.xaml" />`, for `NavigationPageMappings` you need to define `<AdditionalFiles Include="Assets\NavViewMenu\AppData.json" />` and for `<AdditionalFiles Include="Strings\en-US\Resources.resw" />` you need to define `<AdditionalFiles Include="Strings\en-US\Resources.resw" />`
32
+
For generating `BreadcrumbPageMappings` you need to define `<AdditionalFiles Include="**\*.xaml" />`, for `NavigationPageMappings` you need to define `<AdditionalFiles Include="Assets\NavViewMenu\AppData.json" />` and for `Strings` you need to define `<AdditionalFiles Include="Strings\en-US\Resources.resw" />`
33
33
34
34
```xml
35
35
<ItemGroup>
@@ -39,6 +39,14 @@ For generating `BreadcrumbPageMappings` you need to define `<AdditionalFiles Inc
39
39
</ItemGroup>
40
40
```
41
41
42
+
you can define namespace for each file in `csproj` and `PropertyGroup` section:
0 commit comments