-
Notifications
You must be signed in to change notification settings - Fork 6
/
Grenache.sln
90 lines (90 loc) · 6.17 KB
/
Grenache.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grenache", "Grenache\Grenache.csproj", "{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grenache.Test", "Grenache.Test\Grenache.Test.csproj", "{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grenache.Example.Client", "Grenache.Example.Client\Grenache.Example.Client.csproj", "{4C090060-1365-42B4-A4EC-025D1DA0C160}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grenache.Example.Link", "Grenache.Example.Link\Grenache.Example.Link.csproj", "{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grenache.Example.Server", "Grenache.Example.Server\Grenache.Example.Server.csproj", "{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}"
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(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Debug|x64.ActiveCfg = Debug|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Debug|x64.Build.0 = Debug|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Debug|x86.ActiveCfg = Debug|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Debug|x86.Build.0 = Debug|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Release|Any CPU.Build.0 = Release|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Release|x64.ActiveCfg = Release|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Release|x64.Build.0 = Release|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Release|x86.ActiveCfg = Release|Any CPU
{14378B4D-0B8A-4B35-A174-C6C5F1CA295D}.Release|x86.Build.0 = Release|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Debug|x64.ActiveCfg = Debug|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Debug|x64.Build.0 = Debug|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Debug|x86.ActiveCfg = Debug|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Debug|x86.Build.0 = Debug|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Release|Any CPU.Build.0 = Release|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Release|x64.ActiveCfg = Release|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Release|x64.Build.0 = Release|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Release|x86.ActiveCfg = Release|Any CPU
{02C15FDA-3A4B-4F2D-8C97-CEA335BCD5AE}.Release|x86.Build.0 = Release|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Debug|x64.ActiveCfg = Debug|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Debug|x64.Build.0 = Debug|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Debug|x86.ActiveCfg = Debug|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Debug|x86.Build.0 = Debug|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Release|Any CPU.Build.0 = Release|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Release|x64.ActiveCfg = Release|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Release|x64.Build.0 = Release|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Release|x86.ActiveCfg = Release|Any CPU
{4C090060-1365-42B4-A4EC-025D1DA0C160}.Release|x86.Build.0 = Release|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Debug|x64.ActiveCfg = Debug|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Debug|x64.Build.0 = Debug|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Debug|x86.ActiveCfg = Debug|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Debug|x86.Build.0 = Debug|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Release|Any CPU.Build.0 = Release|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Release|x64.ActiveCfg = Release|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Release|x64.Build.0 = Release|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Release|x86.ActiveCfg = Release|Any CPU
{BB3CBD04-9E5B-446D-8437-CC79A3A59E29}.Release|x86.Build.0 = Release|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Debug|x64.ActiveCfg = Debug|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Debug|x64.Build.0 = Debug|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Debug|x86.ActiveCfg = Debug|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Debug|x86.Build.0 = Debug|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Release|Any CPU.Build.0 = Release|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Release|x64.ActiveCfg = Release|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Release|x64.Build.0 = Release|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Release|x86.ActiveCfg = Release|Any CPU
{8F4B251B-E0CE-480E-BF04-62D240EC3CDD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal