-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLucifron.sln
49 lines (49 loc) · 3.14 KB
/
Lucifron.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucifron.ReST.Server", "Lucifron.ReST.Server\Lucifron.ReST.Server.csproj", "{E87C0549-ADC1-42AE-9312-85ADC1AE4EFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucifron.ReST.Client", "Lucifron.ReST.Client\Lucifron.ReST.Client.csproj", "{02FB8A1F-8A1F-4CAA-8C3F-49814B9D014C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucifron.ReST.Library", "Lucifron.ReST.Library\Lucifron.ReST.Library.csproj", "{DBBC8C3B-CED0-4295-99D2-74DEE49B0C7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucifron.ReST.Library.Tests", "Lucifron.ReST.Library.Tests\Lucifron.ReST.Library.Tests.csproj", "{648C8A05-061B-426D-ABF6-66788349C627}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucifron.ReST.Server.Tests", "Lucifron.ReST.Server.Tests\Lucifron.ReST.Server.Tests.csproj", "{17DDD0C4-D927-4F5A-AB4F-33CBA33A2B2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E87C0549-ADC1-42AE-9312-85ADC1AE4EFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E87C0549-ADC1-42AE-9312-85ADC1AE4EFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E87C0549-ADC1-42AE-9312-85ADC1AE4EFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E87C0549-ADC1-42AE-9312-85ADC1AE4EFE}.Release|Any CPU.Build.0 = Release|Any CPU
{02FB8A1F-8A1F-4CAA-8C3F-49814B9D014C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02FB8A1F-8A1F-4CAA-8C3F-49814B9D014C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02FB8A1F-8A1F-4CAA-8C3F-49814B9D014C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02FB8A1F-8A1F-4CAA-8C3F-49814B9D014C}.Release|Any CPU.Build.0 = Release|Any CPU
{DBBC8C3B-CED0-4295-99D2-74DEE49B0C7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBBC8C3B-CED0-4295-99D2-74DEE49B0C7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBBC8C3B-CED0-4295-99D2-74DEE49B0C7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBBC8C3B-CED0-4295-99D2-74DEE49B0C7D}.Release|Any CPU.Build.0 = Release|Any CPU
{648C8A05-061B-426D-ABF6-66788349C627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{648C8A05-061B-426D-ABF6-66788349C627}.Debug|Any CPU.Build.0 = Debug|Any CPU
{648C8A05-061B-426D-ABF6-66788349C627}.Release|Any CPU.ActiveCfg = Release|Any CPU
{648C8A05-061B-426D-ABF6-66788349C627}.Release|Any CPU.Build.0 = Release|Any CPU
{17DDD0C4-D927-4F5A-AB4F-33CBA33A2B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17DDD0C4-D927-4F5A-AB4F-33CBA33A2B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17DDD0C4-D927-4F5A-AB4F-33CBA33A2B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17DDD0C4-D927-4F5A-AB4F-33CBA33A2B2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6DE2946-4FC2-48CC-9916-AA68BBC3AF54}
EndGlobalSection
EndGlobal