-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGraphity.sln
66 lines (66 loc) · 3.6 KB
/
Graphity.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
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0318C058-CAB1-411E-9AE8-2929D6C4629F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graphity", "src\Graphity\Graphity.csproj", "{2587B653-7407-495A-B3FB-6AFCF3A34F44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2668A622-0F9E-4916-9ACE-932DE1781637}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENCE.md = LICENCE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3F818EC0-221C-4B04-9A38-25E2ED1CA11F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graphity.Tests", "test\Graphity.Tests\Graphity.Tests.csproj", "{F2E35B9E-4880-4227-A519-4DD9E465D924}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Debug|x64.ActiveCfg = Debug|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Debug|x64.Build.0 = Debug|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Debug|x86.ActiveCfg = Debug|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Debug|x86.Build.0 = Debug|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Release|Any CPU.Build.0 = Release|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Release|x64.ActiveCfg = Release|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Release|x64.Build.0 = Release|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Release|x86.ActiveCfg = Release|Any CPU
{2587B653-7407-495A-B3FB-6AFCF3A34F44}.Release|x86.Build.0 = Release|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Debug|x64.ActiveCfg = Debug|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Debug|x64.Build.0 = Debug|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Debug|x86.ActiveCfg = Debug|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Debug|x86.Build.0 = Debug|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Release|Any CPU.Build.0 = Release|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Release|x64.ActiveCfg = Release|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Release|x64.Build.0 = Release|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Release|x86.ActiveCfg = Release|Any CPU
{F2E35B9E-4880-4227-A519-4DD9E465D924}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2587B653-7407-495A-B3FB-6AFCF3A34F44} = {0318C058-CAB1-411E-9AE8-2929D6C4629F}
{F2E35B9E-4880-4227-A519-4DD9E465D924} = {3F818EC0-221C-4B04-9A38-25E2ED1CA11F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8E38DE1-BA12-4E5D-8E95-D5581B9F3437}
EndGlobalSection
EndGlobal