-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJsonSendAndReceivePipelines.sln
48 lines (48 loc) · 3.08 KB
/
JsonSendAndReceivePipelines.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonSendAndReceivePipelines", "JsonSendAndReceivePipelines\JsonSendAndReceivePipelines.btproj", "{8745398B-6910-46F9-9B41-0059F6D8C82B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonPipelineComponents", "JsonPipelineComponents\JsonPipelineComponents.csproj", "{116779AB-F313-470A-9AB3-12C10FB7CD56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonPipelineComponentsTests", "JsonPipelineComponentsTests\JsonPipelineComponentsTests.csproj", "{6ABF8E3C-0ADF-4F78-9AAE-BC926B9DB44D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{9679B89F-6EE6-4585-8F96-00C7D96477C6}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
Library\Winterdom.BizTalk.PipelineTesting.dll = Library\Winterdom.BizTalk.PipelineTesting.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoMgmtOrchestration", "PoMgmtOrchestration\PoMgmtOrchestration.btproj", "{D448406D-16F3-4C7F-97FF-B6A1E81FE0AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8745398B-6910-46F9-9B41-0059F6D8C82B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8745398B-6910-46F9-9B41-0059F6D8C82B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8745398B-6910-46F9-9B41-0059F6D8C82B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8745398B-6910-46F9-9B41-0059F6D8C82B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8745398B-6910-46F9-9B41-0059F6D8C82B}.Release|Any CPU.Build.0 = Release|Any CPU
{8745398B-6910-46F9-9B41-0059F6D8C82B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{116779AB-F313-470A-9AB3-12C10FB7CD56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{116779AB-F313-470A-9AB3-12C10FB7CD56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{116779AB-F313-470A-9AB3-12C10FB7CD56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{116779AB-F313-470A-9AB3-12C10FB7CD56}.Release|Any CPU.Build.0 = Release|Any CPU
{6ABF8E3C-0ADF-4F78-9AAE-BC926B9DB44D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ABF8E3C-0ADF-4F78-9AAE-BC926B9DB44D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ABF8E3C-0ADF-4F78-9AAE-BC926B9DB44D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ABF8E3C-0ADF-4F78-9AAE-BC926B9DB44D}.Release|Any CPU.Build.0 = Release|Any CPU
{D448406D-16F3-4C7F-97FF-B6A1E81FE0AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D448406D-16F3-4C7F-97FF-B6A1E81FE0AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D448406D-16F3-4C7F-97FF-B6A1E81FE0AB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D448406D-16F3-4C7F-97FF-B6A1E81FE0AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D448406D-16F3-4C7F-97FF-B6A1E81FE0AB}.Release|Any CPU.Build.0 = Release|Any CPU
{D448406D-16F3-4C7F-97FF-B6A1E81FE0AB}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal