-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathColorDialog.sln
More file actions
31 lines (31 loc) · 1.56 KB
/
Copy pathColorDialog.sln
File metadata and controls
31 lines (31 loc) · 1.56 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32510.428
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorDialog", "ColorDialog\ColorDialog.csproj", "{DF49806E-82C6-4A58-9E4F-AD031023B5DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorSelector", "ColorSelector\ColorSelector.csproj", "{8674E12F-684D-4CE0-988C-D999D5381F6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF49806E-82C6-4A58-9E4F-AD031023B5DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF49806E-82C6-4A58-9E4F-AD031023B5DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF49806E-82C6-4A58-9E4F-AD031023B5DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF49806E-82C6-4A58-9E4F-AD031023B5DD}.Release|Any CPU.Build.0 = Release|Any CPU
{8674E12F-684D-4CE0-988C-D999D5381F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8674E12F-684D-4CE0-988C-D999D5381F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8674E12F-684D-4CE0-988C-D999D5381F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8674E12F-684D-4CE0-988C-D999D5381F6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80172A74-A205-46D9-9DE2-BB198FB4E0CF}
EndGlobalSection
EndGlobal