aboutsummaryrefslogtreecommitdiffstats
path: root/qtdotnet.sln
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2025-10-20 19:49:19 +0200
committerMiguel Costa <miguel.costa@qt.io>2025-11-11 20:49:27 +0000
commitd5c3cd367225f76b12641e1080207de8d16b5361 (patch)
tree5bb1f36d38710cb2ce124e99c60e6cfd78a894f3 /qtdotnet.sln
parent646732f03d0f12c77b9febb6fa465ee99edaf823 (diff)
Add ColorPalette demo
Change-Id: I85006e535a28898166ad225105519422eb3582d9 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'qtdotnet.sln')
-rw-r--r--qtdotnet.sln15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtdotnet.sln b/qtdotnet.sln
index 32d71f7..d1ccd7b 100644
--- a/qtdotnet.sln
+++ b/qtdotnet.sln
@@ -87,6 +87,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_Utils", "tests\Test_Ut
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tutorial", "examples\Tutorial\Tutorial.csproj", "{78239BC2-4B4A-6970-816C-4C1F26157596}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPalette", "examples\ColorPalette\ColorPalette.csproj", "{244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -292,6 +294,18 @@ Global
{78239BC2-4B4A-6970-816C-4C1F26157596}.Release|x64.Build.0 = Release|Any CPU
{78239BC2-4B4A-6970-816C-4C1F26157596}.Release|x86.ActiveCfg = Release|Any CPU
{78239BC2-4B4A-6970-816C-4C1F26157596}.Release|x86.Build.0 = Release|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Debug|x64.Build.0 = Debug|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Debug|x86.Build.0 = Debug|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Release|Any CPU.Build.0 = Release|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Release|x64.ActiveCfg = Release|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Release|x64.Build.0 = Release|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Release|x86.ActiveCfg = Release|Any CPU
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -315,6 +329,7 @@ Global
{79366EDA-4066-4514-B15C-2A8CF428A128} = {0828626A-BAD8-4E02-99DC-3AAA15073223}
{86FADDB9-8C48-3296-9D7A-0CCB0B9B68E3} = {0828626A-BAD8-4E02-99DC-3AAA15073223}
{78239BC2-4B4A-6970-816C-4C1F26157596} = {436DDD81-054F-492E-8F7A-B9445413E3B2}
+ {244D0DD3-DCE9-433B-A2C3-31B56FADF7E4} = {436DDD81-054F-492E-8F7A-B9445413E3B2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4CDB648-EF1A-4ADE-B6EA-D4E9D668E676}