-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRapture.sln
48 lines (48 loc) · 2.9 KB
/
Rapture.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D2B8BBC7-DCE7-4BA9-AEA1-59BD146B5A72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rapture.AppHost", "src\AppHost\Rapture.AppHost.csproj", "{611BC7D0-0DA2-46AC-843E-6D6FE8981FEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rapture.Web", "src\Web\Rapture.Web.csproj", "{E1FDFA83-A5ED-4CFA-BEE1-913F7CA6106B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rapture.Database", "src\Database\Rapture.Database.csproj", "{970E7316-391B-4866-B038-B03334245795}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rapture.Migrator", "src\Migrator\Rapture.Migrator.csproj", "{C7B8DEF2-281A-43C3-85CF-5C00F2878146}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{611BC7D0-0DA2-46AC-843E-6D6FE8981FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{611BC7D0-0DA2-46AC-843E-6D6FE8981FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{611BC7D0-0DA2-46AC-843E-6D6FE8981FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{611BC7D0-0DA2-46AC-843E-6D6FE8981FEB}.Release|Any CPU.Build.0 = Release|Any CPU
{E1FDFA83-A5ED-4CFA-BEE1-913F7CA6106B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1FDFA83-A5ED-4CFA-BEE1-913F7CA6106B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1FDFA83-A5ED-4CFA-BEE1-913F7CA6106B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1FDFA83-A5ED-4CFA-BEE1-913F7CA6106B}.Release|Any CPU.Build.0 = Release|Any CPU
{970E7316-391B-4866-B038-B03334245795}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{970E7316-391B-4866-B038-B03334245795}.Debug|Any CPU.Build.0 = Debug|Any CPU
{970E7316-391B-4866-B038-B03334245795}.Release|Any CPU.ActiveCfg = Release|Any CPU
{970E7316-391B-4866-B038-B03334245795}.Release|Any CPU.Build.0 = Release|Any CPU
{C7B8DEF2-281A-43C3-85CF-5C00F2878146}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7B8DEF2-281A-43C3-85CF-5C00F2878146}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7B8DEF2-281A-43C3-85CF-5C00F2878146}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7B8DEF2-281A-43C3-85CF-5C00F2878146}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{611BC7D0-0DA2-46AC-843E-6D6FE8981FEB} = {D2B8BBC7-DCE7-4BA9-AEA1-59BD146B5A72}
{E1FDFA83-A5ED-4CFA-BEE1-913F7CA6106B} = {D2B8BBC7-DCE7-4BA9-AEA1-59BD146B5A72}
{970E7316-391B-4866-B038-B03334245795} = {D2B8BBC7-DCE7-4BA9-AEA1-59BD146B5A72}
{C7B8DEF2-281A-43C3-85CF-5C00F2878146} = {D2B8BBC7-DCE7-4BA9-AEA1-59BD146B5A72}
EndGlobalSection
EndGlobal