-
Notifications
You must be signed in to change notification settings - Fork 8
/
ColorHelper.sln
37 lines (37 loc) · 2.08 KB
/
ColorHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorHelper", "ColorHelper\ColorHelper.csproj", "{ED96425F-8D29-4EE1-81AC-7958064181D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorHelper.ConsoleDemo", "ColorHelper.ConsoleDemo\ColorHelper.ConsoleDemo.csproj", "{33659A04-17B8-468D-AF34-28D51793FAFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorHelper.Tests", "ColorHelper.Tests\ColorHelper.Tests.csproj", "{D7E11FEA-1D25-40AC-A5FD-C4515821ECAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED96425F-8D29-4EE1-81AC-7958064181D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED96425F-8D29-4EE1-81AC-7958064181D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED96425F-8D29-4EE1-81AC-7958064181D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED96425F-8D29-4EE1-81AC-7958064181D6}.Release|Any CPU.Build.0 = Release|Any CPU
{33659A04-17B8-468D-AF34-28D51793FAFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33659A04-17B8-468D-AF34-28D51793FAFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33659A04-17B8-468D-AF34-28D51793FAFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33659A04-17B8-468D-AF34-28D51793FAFD}.Release|Any CPU.Build.0 = Release|Any CPU
{D7E11FEA-1D25-40AC-A5FD-C4515821ECAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7E11FEA-1D25-40AC-A5FD-C4515821ECAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7E11FEA-1D25-40AC-A5FD-C4515821ECAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7E11FEA-1D25-40AC-A5FD-C4515821ECAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABC7FBA3-10B9-4C20-974B-10F116CCC530}
EndGlobalSection
EndGlobal