This repository was archived by the owner on Nov 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathColorKraken.sln
More file actions
43 lines (43 loc) · 2.12 KB
/
ColorKraken.sln
File metadata and controls
43 lines (43 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorKraken", "ColorKraken\ColorKraken.csproj", "{39DA085D-9660-4B83-84A7-79CB3641BE35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{234CEA98-4D97-4B99-8DE0-0AFFDED25B85}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\dependabot.yml = .github\dependabot.yml
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet-desktop.yml = .github\workflows\dotnet-desktop.yml
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
Themes.json = Themes.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorKraken.Tests", "ColorKraken.Tests\ColorKraken.Tests.csproj", "{71F1A530-8B07-4ABA-ACDD-5EFFC57A9FF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39DA085D-9660-4B83-84A7-79CB3641BE35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39DA085D-9660-4B83-84A7-79CB3641BE35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39DA085D-9660-4B83-84A7-79CB3641BE35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39DA085D-9660-4B83-84A7-79CB3641BE35}.Release|Any CPU.Build.0 = Release|Any CPU
{71F1A530-8B07-4ABA-ACDD-5EFFC57A9FF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71F1A530-8B07-4ABA-ACDD-5EFFC57A9FF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71F1A530-8B07-4ABA-ACDD-5EFFC57A9FF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71F1A530-8B07-4ABA-ACDD-5EFFC57A9FF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0D69117-DB63-4597-99CE-20385A22B995}
EndGlobalSection
EndGlobal