-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
IndentRainbow.sln
52 lines (52 loc) · 2.94 KB
/
IndentRainbow.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
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{45CC3ACD-02A7-4270-85FB-1E8539872BE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{177C96E2-4CC1-465D-AB50-D1CB86AD78EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndentRainbow.Logic", "src\IndentRainbow.Logic\IndentRainbow.Logic.csproj", "{0087E685-28A6-4D11-9E3F-7BD0B663B249}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndentRainbow.Extension", "src\IndentRainbow.Extension\IndentRainbow.Extension.csproj", "{A9DD8786-1AD6-41E5-BB13-0D8B895DF859}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndentRainbow.Logic.Tests", "tests\IndentRainbow.Logic.Tests\IndentRainbow.Logic.Tests.csproj", "{C1D66173-4AC6-4906-AE59-AE80BC367430}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A38C362B-4E2C-4B65-BB17-A91EDA748F28}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0087E685-28A6-4D11-9E3F-7BD0B663B249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0087E685-28A6-4D11-9E3F-7BD0B663B249}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0087E685-28A6-4D11-9E3F-7BD0B663B249}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0087E685-28A6-4D11-9E3F-7BD0B663B249}.Release|Any CPU.Build.0 = Release|Any CPU
{A9DD8786-1AD6-41E5-BB13-0D8B895DF859}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9DD8786-1AD6-41E5-BB13-0D8B895DF859}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9DD8786-1AD6-41E5-BB13-0D8B895DF859}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9DD8786-1AD6-41E5-BB13-0D8B895DF859}.Release|Any CPU.Build.0 = Release|Any CPU
{C1D66173-4AC6-4906-AE59-AE80BC367430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1D66173-4AC6-4906-AE59-AE80BC367430}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1D66173-4AC6-4906-AE59-AE80BC367430}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1D66173-4AC6-4906-AE59-AE80BC367430}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0087E685-28A6-4D11-9E3F-7BD0B663B249} = {45CC3ACD-02A7-4270-85FB-1E8539872BE4}
{A9DD8786-1AD6-41E5-BB13-0D8B895DF859} = {45CC3ACD-02A7-4270-85FB-1E8539872BE4}
{C1D66173-4AC6-4906-AE59-AE80BC367430} = {177C96E2-4CC1-465D-AB50-D1CB86AD78EC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37D2828D-B680-46F0-832D-AF9FDFD0DB66}
EndGlobalSection
EndGlobal