-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathColorPicker.sln
More file actions
51 lines (51 loc) · 3.03 KB
/
ColorPicker.sln
File metadata and controls
51 lines (51 loc) · 3.03 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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPicker", "ColorPicker\ColorPicker.csproj", "{50B702C5-A2F5-097D-81EB-FC37D67C6C60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPickerGUITest", "ColorPickerGUITest\ColorPickerGUITest.csproj", "{8C0EBE4B-927D-4049-B10C-CF5F4C72C2D1}"
ProjectSection(ProjectDependencies) = postProject
{50B702C5-A2F5-097D-81EB-FC37D67C6C60} = {50B702C5-A2F5-097D-81EB-FC37D67C6C60}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPickerColorSpaceTest", "ColorPickerColorSpaceTest\ColorPickerColorSpaceTest.csproj", "{34488B20-4212-472E-B85D-62262BA10835}"
ProjectSection(ProjectDependencies) = postProject
{50B702C5-A2F5-097D-81EB-FC37D67C6C60} = {50B702C5-A2F5-097D-81EB-FC37D67C6C60}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPickerPaletteTest", "ColorPickerPaletteTest\ColorPickerPaletteTest.csproj", "{73CC82D9-A97B-4662-AF38-BDD440742198}"
ProjectSection(ProjectDependencies) = postProject
{50B702C5-A2F5-097D-81EB-FC37D67C6C60} = {50B702C5-A2F5-097D-81EB-FC37D67C6C60}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50B702C5-A2F5-097D-81EB-FC37D67C6C60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B702C5-A2F5-097D-81EB-FC37D67C6C60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B702C5-A2F5-097D-81EB-FC37D67C6C60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B702C5-A2F5-097D-81EB-FC37D67C6C60}.Release|Any CPU.Build.0 = Release|Any CPU
{8C0EBE4B-927D-4049-B10C-CF5F4C72C2D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C0EBE4B-927D-4049-B10C-CF5F4C72C2D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C0EBE4B-927D-4049-B10C-CF5F4C72C2D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C0EBE4B-927D-4049-B10C-CF5F4C72C2D1}.Release|Any CPU.Build.0 = Release|Any CPU
{34488B20-4212-472E-B85D-62262BA10835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34488B20-4212-472E-B85D-62262BA10835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34488B20-4212-472E-B85D-62262BA10835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34488B20-4212-472E-B85D-62262BA10835}.Release|Any CPU.Build.0 = Release|Any CPU
{73CC82D9-A97B-4662-AF38-BDD440742198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73CC82D9-A97B-4662-AF38-BDD440742198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73CC82D9-A97B-4662-AF38-BDD440742198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73CC82D9-A97B-4662-AF38-BDD440742198}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2FAA955-EF8D-481D-AB98-82DF467D836A}
EndGlobalSection
EndGlobal