-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCH Color Editor.sln
45 lines (45 loc) · 2.43 KB
/
CH Color Editor.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CH Color Editor", "CHColourEditor\CH Color Editor.csproj", "{02ED7AD7-A577-48FA-9F2B-208C3D6E1E7C}"
ProjectSection(ProjectDependencies) = postProject
{6FEB82F6-0FBF-4E12-9D71-43C00398EC02} = {6FEB82F6-0FBF-4E12-9D71-43C00398EC02}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SideyUtils", "SideyUtils\SideyUtils.csproj", "{6FEB82F6-0FBF-4E12-9D71-43C00398EC02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPicker", "ColorPickerLibrary\ColorBox2D\ColorPicker.csproj", "{38F99682-D013-4AE3-8334-4BF492A11FF9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A093A214-ABF1-4A34-B60B-78925DB66172}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02ED7AD7-A577-48FA-9F2B-208C3D6E1E7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02ED7AD7-A577-48FA-9F2B-208C3D6E1E7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02ED7AD7-A577-48FA-9F2B-208C3D6E1E7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02ED7AD7-A577-48FA-9F2B-208C3D6E1E7C}.Release|Any CPU.Build.0 = Release|Any CPU
{6FEB82F6-0FBF-4E12-9D71-43C00398EC02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FEB82F6-0FBF-4E12-9D71-43C00398EC02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FEB82F6-0FBF-4E12-9D71-43C00398EC02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FEB82F6-0FBF-4E12-9D71-43C00398EC02}.Release|Any CPU.Build.0 = Release|Any CPU
{38F99682-D013-4AE3-8334-4BF492A11FF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38F99682-D013-4AE3-8334-4BF492A11FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38F99682-D013-4AE3-8334-4BF492A11FF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38F99682-D013-4AE3-8334-4BF492A11FF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAD3375D-EDB7-4F13-933D-10B4448B638E}
EndGlobalSection
EndGlobal