Skip to content

Commit a226b27

Browse files
committed
Updated the ThemeStudio SDK-Style Content
1 parent e0e2358 commit a226b27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wpf/Themes/Theme-Studio.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,12 @@ Provide the theme name, in which the theme should be exported, and select the re
274274

275275
![Add Theme as Project for Theme Export](ThemeStudio_images/ThemeStudio-Themes-Folder.png)
276276

277+
Until version 31.2.2, while exporting themes from Theme Studio, separate projects were created for each framework. Starting with version 31.2.9, themes are exported as a single SDK-style project that supports multiple frameworks: `.NET Framework 4.6.2`, `.NET 8.0`, `.NET 9.0`, and `.NET 10`.
278+
279+
When opening the exported theme project, the `.NET Framework 4.6.2` will be selected by default.
280+
281+
If any of the supported frameworks (`.NET Framework 4.6.2`, `.NET 8.0`, `.NET 9.0`, or `.NET 10`) are not installed on your machine, you can remove the unavailable framework from the <TargetFrameworks> tag in the `MultiTargeting.targets` file located at: [ D:\Windows11Light\targets\MultiTargeting.targets ].This will resolve any compilation issues caused by missing frameworks.
282+
277283
When running the exported single SDK-style theme project, you may encounter reference issues due to missing or incompatible assemblies across the targeted frameworks (4.6.2, .NET 8.0, .NET 9.0, and .NET 10). To resolve this, update the product version in the path specified in the <SyncfusionInstallLocation> tag of the exported .csproj theme project to match the installed product version, as shown in the image below. Reference path: C:\Program Files (x86)\Syncfusion\Essential Studio\WPF\{product version}
278284

279285
![Add Reference Path for Exported Theme Projects](ThemeStudio_images/Reference_Path.png)

0 commit comments

Comments
 (0)