-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTurnerSoftware.Vibrancy.sln
62 lines (62 loc) · 3.34 KB
/
TurnerSoftware.Vibrancy.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
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.Vibrancy", "src\TurnerSoftware.Vibrancy\TurnerSoftware.Vibrancy.csproj", "{1814545A-B0DE-4F12-85F4-6D79B83182D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject", "tests\TestProject\TestProject.csproj", "{CB278613-4DF8-40CF-A50B-FD54C4648927}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{24FFE351-5046-4464-994B-F737474C6808}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{22B4A6E4-FE57-49A9-8857-72C63BBA3B14}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{1B9A08D1-7B18-46BA-9121-4F8EE5E32C30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.Vibrancy.Benchmarks", "benchmarks\TurnerSoftware.Vibrancy.Benchmarks\TurnerSoftware.Vibrancy.Benchmarks.csproj", "{6C60FC29-428C-423A-A86C-60C7A75D6497}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{6A9CF979-7179-48D3-A8AC-B82FA0A72AFD}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
License.txt = License.txt
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
{1814545A-B0DE-4F12-85F4-6D79B83182D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1814545A-B0DE-4F12-85F4-6D79B83182D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1814545A-B0DE-4F12-85F4-6D79B83182D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1814545A-B0DE-4F12-85F4-6D79B83182D1}.Release|Any CPU.Build.0 = Release|Any CPU
{CB278613-4DF8-40CF-A50B-FD54C4648927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB278613-4DF8-40CF-A50B-FD54C4648927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB278613-4DF8-40CF-A50B-FD54C4648927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB278613-4DF8-40CF-A50B-FD54C4648927}.Release|Any CPU.Build.0 = Release|Any CPU
{6C60FC29-428C-423A-A86C-60C7A75D6497}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C60FC29-428C-423A-A86C-60C7A75D6497}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C60FC29-428C-423A-A86C-60C7A75D6497}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C60FC29-428C-423A-A86C-60C7A75D6497}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1814545A-B0DE-4F12-85F4-6D79B83182D1} = {24FFE351-5046-4464-994B-F737474C6808}
{CB278613-4DF8-40CF-A50B-FD54C4648927} = {22B4A6E4-FE57-49A9-8857-72C63BBA3B14}
{6C60FC29-428C-423A-A86C-60C7A75D6497} = {1B9A08D1-7B18-46BA-9121-4F8EE5E32C30}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC46D467-56BC-4E45-96C5-91DB09E3B1C6}
EndGlobalSection
EndGlobal