-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathColorControls.sln
More file actions
40 lines (40 loc) · 2.21 KB
/
Copy pathColorControls.sln
File metadata and controls
40 lines (40 loc) · 2.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorControls", "ColorControls\ColorControls.csproj", "{57272742-ACD7-43BF-B151-0E1E4B3D0818}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorControlsTests", "ColorControlsTests\ColorControlsTests.csproj", "{843F2C13-FD69-4C48-8FFD-3739C97DC3DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorSpaceTests", "ColorSpaceTests\ColorSpaceTests.csproj", "{5CF99BCF-06EC-4053-BD29-BEA3545E98F6}"
ProjectSection(ProjectDependencies) = postProject
{57272742-ACD7-43BF-B151-0E1E4B3D0818} = {57272742-ACD7-43BF-B151-0E1E4B3D0818}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57272742-ACD7-43BF-B151-0E1E4B3D0818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57272742-ACD7-43BF-B151-0E1E4B3D0818}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57272742-ACD7-43BF-B151-0E1E4B3D0818}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57272742-ACD7-43BF-B151-0E1E4B3D0818}.Release|Any CPU.Build.0 = Release|Any CPU
{843F2C13-FD69-4C48-8FFD-3739C97DC3DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{843F2C13-FD69-4C48-8FFD-3739C97DC3DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{843F2C13-FD69-4C48-8FFD-3739C97DC3DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{843F2C13-FD69-4C48-8FFD-3739C97DC3DA}.Release|Any CPU.Build.0 = Release|Any CPU
{5CF99BCF-06EC-4053-BD29-BEA3545E98F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CF99BCF-06EC-4053-BD29-BEA3545E98F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CF99BCF-06EC-4053-BD29-BEA3545E98F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CF99BCF-06EC-4053-BD29-BEA3545E98F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D107E3D4-C282-4B36-91C8-AD2311585100}
EndGlobalSection
EndGlobal