This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WirePactOperator.sln
32 lines (32 loc) · 1.79 KB
/
WirePactOperator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{269D0602-3DAE-4473-A1AC-B7E0BE8FABBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{49E7FB2D-892E-4452-9E53-26B88F69697B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{5A9840EF-BCDF-4272-B035-47F5C6D65826}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Operator", "Operator\Operator.csproj", "{1037EC15-7882-44AE-BF27-E92285828801}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Envoy", "Envoy\Envoy.csproj", "{E2AE3CED-0186-49CC-899E-F31C530834F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1037EC15-7882-44AE-BF27-E92285828801} = {269D0602-3DAE-4473-A1AC-B7E0BE8FABBC}
{E2AE3CED-0186-49CC-899E-F31C530834F4} = {269D0602-3DAE-4473-A1AC-B7E0BE8FABBC}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1037EC15-7882-44AE-BF27-E92285828801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1037EC15-7882-44AE-BF27-E92285828801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1037EC15-7882-44AE-BF27-E92285828801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1037EC15-7882-44AE-BF27-E92285828801}.Release|Any CPU.Build.0 = Release|Any CPU
{E2AE3CED-0186-49CC-899E-F31C530834F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2AE3CED-0186-49CC-899E-F31C530834F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2AE3CED-0186-49CC-899E-F31C530834F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2AE3CED-0186-49CC-899E-F31C530834F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal