-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConsoleRGBColors.sln
36 lines (36 loc) · 1.86 KB
/
ConsoleRGBColors.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleRGBColors", "src\ConsoleRGBColors.csproj", "{629E4F2B-A4EF-485D-9889-8F0D90FF3C99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DB6C77E3-B276-46D1-87FB-633C0C2A2AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleRGBColors.Test", "tests\ConsoleRGBColors.Tests\ConsoleRGBColors.Test.csproj", "{1B808AEF-BBD3-4DB0-85FA-825404ACB8C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{629E4F2B-A4EF-485D-9889-8F0D90FF3C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{629E4F2B-A4EF-485D-9889-8F0D90FF3C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{629E4F2B-A4EF-485D-9889-8F0D90FF3C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{629E4F2B-A4EF-485D-9889-8F0D90FF3C99}.Release|Any CPU.Build.0 = Release|Any CPU
{1B808AEF-BBD3-4DB0-85FA-825404ACB8C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B808AEF-BBD3-4DB0-85FA-825404ACB8C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B808AEF-BBD3-4DB0-85FA-825404ACB8C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B808AEF-BBD3-4DB0-85FA-825404ACB8C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1B808AEF-BBD3-4DB0-85FA-825404ACB8C3} = {DB6C77E3-B276-46D1-87FB-633C0C2A2AFA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BE9666C-2A24-4552-9E59-6B11763D3DDF}
EndGlobalSection
EndGlobal