|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.0.31903.59 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shared", "shared", "{10000000-0000-0000-0000-000000000001}" |
| 7 | +EndProject |
| 8 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.Shared", "shared\FlowForge.Shared\FlowForge.Shared.csproj", "{F3A4B5C6-D7E8-9012-CDEF-123456789013}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "backend", "backend", "{10000000-0000-0000-0000-000000000002}" |
| 11 | +EndProject |
| 12 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.Backend.Api", "backend\src\FlowForge.Backend.Api\FlowForge.Backend.Api.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}" |
| 13 | +EndProject |
| 14 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.Backend.Application", "backend\src\FlowForge.Backend.Application\FlowForge.Backend.Application.csproj", "{D1E2F3A4-B5C6-7890-ABCD-EF1234567891}" |
| 15 | +EndProject |
| 16 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.Backend.Infrastructure", "backend\src\FlowForge.Backend.Infrastructure\FlowForge.Backend.Infrastructure.csproj", "{E2F3A4B5-C6D7-8901-BCDE-F12345678902}" |
| 17 | +EndProject |
| 18 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build-server", "build-server", "{10000000-0000-0000-0000-000000000003}" |
| 19 | +EndProject |
| 20 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.BuildServer", "build-server\src\FlowForge.BuildServer\FlowForge.BuildServer.csproj", "{B2C3D4E5-F6A7-8901-BCDE-F12345678901}" |
| 21 | +EndProject |
| 22 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "monitor-server", "monitor-server", "{10000000-0000-0000-0000-000000000004}" |
| 23 | +EndProject |
| 24 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.MonitorServer", "monitor-server\src\FlowForge.MonitorServer\FlowForge.MonitorServer.csproj", "{C3D4E5F6-A7B8-9012-CDEF-123456789012}" |
| 25 | +EndProject |
| 26 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{10000000-0000-0000-0000-000000000005}" |
| 27 | +EndProject |
| 28 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.Shared.Tests", "..\test\FlowForge.Shared.Tests\FlowForge.Shared.Tests.csproj", "{20000000-0000-0000-0000-000000000001}" |
| 29 | +EndProject |
| 30 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.Backend.Api.Tests", "..\test\FlowForge.Backend.Api.Tests\FlowForge.Backend.Api.Tests.csproj", "{20000000-0000-0000-0000-000000000002}" |
| 31 | +EndProject |
| 32 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.Backend.Application.Tests", "..\test\FlowForge.Backend.Application.Tests\FlowForge.Backend.Application.Tests.csproj", "{20000000-0000-0000-0000-000000000003}" |
| 33 | +EndProject |
| 34 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.Backend.Infrastructure.Tests", "..\test\FlowForge.Backend.Infrastructure.Tests\FlowForge.Backend.Infrastructure.Tests.csproj", "{20000000-0000-0000-0000-000000000004}" |
| 35 | +EndProject |
| 36 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.BuildServer.Tests", "..\test\FlowForge.BuildServer.Tests\FlowForge.BuildServer.Tests.csproj", "{20000000-0000-0000-0000-000000000005}" |
| 37 | +EndProject |
| 38 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowForge.MonitorServer.Tests", "..\test\FlowForge.MonitorServer.Tests\FlowForge.MonitorServer.Tests.csproj", "{20000000-0000-0000-0000-000000000006}" |
| 39 | +EndProject |
| 40 | +Global |
| 41 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 42 | + Debug|Any CPU = Debug|Any CPU |
| 43 | + Release|Any CPU = Release|Any CPU |
| 44 | + EndGlobalSection |
| 45 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 46 | + {F3A4B5C6-D7E8-9012-CDEF-123456789013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 47 | + {F3A4B5C6-D7E8-9012-CDEF-123456789013}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 48 | + {F3A4B5C6-D7E8-9012-CDEF-123456789013}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 49 | + {F3A4B5C6-D7E8-9012-CDEF-123456789013}.Release|Any CPU.Build.0 = Release|Any CPU |
| 50 | + {A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 51 | + {A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 52 | + {A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 53 | + {A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.Build.0 = Release|Any CPU |
| 54 | + {D1E2F3A4-B5C6-7890-ABCD-EF1234567891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 55 | + {D1E2F3A4-B5C6-7890-ABCD-EF1234567891}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 56 | + {D1E2F3A4-B5C6-7890-ABCD-EF1234567891}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 57 | + {D1E2F3A4-B5C6-7890-ABCD-EF1234567891}.Release|Any CPU.Build.0 = Release|Any CPU |
| 58 | + {E2F3A4B5-C6D7-8901-BCDE-F12345678902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 59 | + {E2F3A4B5-C6D7-8901-BCDE-F12345678902}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 60 | + {E2F3A4B5-C6D7-8901-BCDE-F12345678902}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 61 | + {E2F3A4B5-C6D7-8901-BCDE-F12345678902}.Release|Any CPU.Build.0 = Release|Any CPU |
| 62 | + {B2C3D4E5-F6A7-8901-BCDE-F12345678901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 63 | + {B2C3D4E5-F6A7-8901-BCDE-F12345678901}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 64 | + {B2C3D4E5-F6A7-8901-BCDE-F12345678901}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 65 | + {B2C3D4E5-F6A7-8901-BCDE-F12345678901}.Release|Any CPU.Build.0 = Release|Any CPU |
| 66 | + {C3D4E5F6-A7B8-9012-CDEF-123456789012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 67 | + {C3D4E5F6-A7B8-9012-CDEF-123456789012}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 68 | + {C3D4E5F6-A7B8-9012-CDEF-123456789012}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 69 | + {C3D4E5F6-A7B8-9012-CDEF-123456789012}.Release|Any CPU.Build.0 = Release|Any CPU |
| 70 | + {20000000-0000-0000-0000-000000000001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 71 | + {20000000-0000-0000-0000-000000000001}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 72 | + {20000000-0000-0000-0000-000000000001}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 73 | + {20000000-0000-0000-0000-000000000001}.Release|Any CPU.Build.0 = Release|Any CPU |
| 74 | + {20000000-0000-0000-0000-000000000002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 75 | + {20000000-0000-0000-0000-000000000002}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 76 | + {20000000-0000-0000-0000-000000000002}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 77 | + {20000000-0000-0000-0000-000000000002}.Release|Any CPU.Build.0 = Release|Any CPU |
| 78 | + {20000000-0000-0000-0000-000000000003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 79 | + {20000000-0000-0000-0000-000000000003}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 80 | + {20000000-0000-0000-0000-000000000003}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 81 | + {20000000-0000-0000-0000-000000000003}.Release|Any CPU.Build.0 = Release|Any CPU |
| 82 | + {20000000-0000-0000-0000-000000000004}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 83 | + {20000000-0000-0000-0000-000000000004}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 84 | + {20000000-0000-0000-0000-000000000004}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 85 | + {20000000-0000-0000-0000-000000000004}.Release|Any CPU.Build.0 = Release|Any CPU |
| 86 | + {20000000-0000-0000-0000-000000000005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 87 | + {20000000-0000-0000-0000-000000000005}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 88 | + {20000000-0000-0000-0000-000000000005}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 89 | + {20000000-0000-0000-0000-000000000005}.Release|Any CPU.Build.0 = Release|Any CPU |
| 90 | + {20000000-0000-0000-0000-000000000006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 91 | + {20000000-0000-0000-0000-000000000006}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 92 | + {20000000-0000-0000-0000-000000000006}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 93 | + {20000000-0000-0000-0000-000000000006}.Release|Any CPU.Build.0 = Release|Any CPU |
| 94 | + EndGlobalSection |
| 95 | + GlobalSection(NestedProjects) = preSolution |
| 96 | + {F3A4B5C6-D7E8-9012-CDEF-123456789013} = {10000000-0000-0000-0000-000000000001} |
| 97 | + {A1B2C3D4-E5F6-7890-ABCD-EF1234567890} = {10000000-0000-0000-0000-000000000002} |
| 98 | + {D1E2F3A4-B5C6-7890-ABCD-EF1234567891} = {10000000-0000-0000-0000-000000000002} |
| 99 | + {E2F3A4B5-C6D7-8901-BCDE-F12345678902} = {10000000-0000-0000-0000-000000000002} |
| 100 | + {B2C3D4E5-F6A7-8901-BCDE-F12345678901} = {10000000-0000-0000-0000-000000000003} |
| 101 | + {C3D4E5F6-A7B8-9012-CDEF-123456789012} = {10000000-0000-0000-0000-000000000004} |
| 102 | + {20000000-0000-0000-0000-000000000001} = {10000000-0000-0000-0000-000000000005} |
| 103 | + {20000000-0000-0000-0000-000000000002} = {10000000-0000-0000-0000-000000000005} |
| 104 | + {20000000-0000-0000-0000-000000000003} = {10000000-0000-0000-0000-000000000005} |
| 105 | + {20000000-0000-0000-0000-000000000004} = {10000000-0000-0000-0000-000000000005} |
| 106 | + {20000000-0000-0000-0000-000000000005} = {10000000-0000-0000-0000-000000000005} |
| 107 | + {20000000-0000-0000-0000-000000000006} = {10000000-0000-0000-0000-000000000005} |
| 108 | + EndGlobalSection |
| 109 | +EndGlobal |
0 commit comments