-
Notifications
You must be signed in to change notification settings - Fork 1
/
FsIntegrator.sln
102 lines (102 loc) · 6.59 KB
/
FsIntegrator.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175-43B1-4C90-A1EE-8E351C33435D}"
ProjectSection(SolutionItems) = preProject
docs\tools\generate.fsx = docs\tools\generate.fsx
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}"
ProjectSection(SolutionItems) = preProject
docs\content\index.fsx = docs\content\index.fsx
docs\content\tutorial.fsx = docs\content\tutorial.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test Scripts", "Test Scripts", "{36B68559-7787-4409-B6F6-2744253B20FC}"
ProjectSection(SolutionItems) = preProject
src\TestScripts\Demo Script.fsx = src\TestScripts\Demo Script.fsx
src\TestScripts\FailFast - 2 routes from file to activemq to ftp.fsx = src\TestScripts\FailFast - 2 routes from file to activemq to ftp.fsx
src\TestScripts\FailFast - FsIntegrator ActiveMQ Listener.fsx = src\TestScripts\FailFast - FsIntegrator ActiveMQ Listener.fsx
src\TestScripts\FailFast - FsIntegrator Condition Logic.fsx = src\TestScripts\FailFast - FsIntegrator Condition Logic.fsx
src\TestScripts\FailFast - FsIntegrator Error test.fsx = src\TestScripts\FailFast - FsIntegrator Error test.fsx
src\TestScripts\FailFast - FsIntegrator File Listener.fsx = src\TestScripts\FailFast - FsIntegrator File Listener.fsx
src\TestScripts\FailFast - FsIntegrator FTP Listener.fsx = src\TestScripts\FailFast - FsIntegrator FTP Listener.fsx
src\TestScripts\nlog.config = src\TestScripts\nlog.config
src\TestScripts\nlog.fsx = src\TestScripts\nlog.fsx
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsIntegrator.Core", "src\FsIntegrator.Core\FsIntegrator.Core.fsproj", "{F9DE463D-B623-46C8-B6E4-0BC5370C1B59}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsIntegrator.ActiveMQ", "src\FsIntegrator.ActiveMQ\FsIntegrator.ActiveMQ.fsproj", "{AD099F63-C951-4978-8564-5FD8AAAF3443}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsIntegrator.FTP", "src\FsIntegrator.FTP\FsIntegrator.FTP.fsproj", "{AAF73F89-4CDE-4F79-9CCE-BCAA50A9686E}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsIntegrator.Tests", "tests\FsIntegrator.Tests\FsIntegrator.Tests.fsproj", "{5A5167DF-C337-4EB2-9EB5-D6650102A246}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsIntegrator.RabbitMQ", "src\FsIntegrator.RabbitMQ\FsIntegrator.RabbitMQ.fsproj", "{0549D29B-5669-4F70-BAE5-BB4B70CA4832}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Experiment Scripts", "Experiment Scripts", "{A67B5615-49CC-4D18-87F2-0663AFB93C49}"
ProjectSection(SolutionItems) = preProject
src\ExperimentScripts\FailFast - ActiveMQ NMS Exploration.fsx = src\ExperimentScripts\FailFast - ActiveMQ NMS Exploration.fsx
src\ExperimentScripts\FailFast - FSMonad.fsx = src\ExperimentScripts\FailFast - FSMonad.fsx
src\ExperimentScripts\FailFast - FTP Client Exploration.fsx = src\ExperimentScripts\FailFast - FTP Client Exploration.fsx
src\ExperimentScripts\FailFast - RabbitMQ Client Exploration.fsx = src\ExperimentScripts\FailFast - RabbitMQ Client Exploration.fsx
src\ExperimentScripts\FailFast - Reflection.fsx = src\ExperimentScripts\FailFast - Reflection.fsx
src\ExperimentScripts\FailFast - Resource Pool.fsx = src\ExperimentScripts\FailFast - Resource Pool.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9DE463D-B623-46C8-B6E4-0BC5370C1B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9DE463D-B623-46C8-B6E4-0BC5370C1B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9DE463D-B623-46C8-B6E4-0BC5370C1B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9DE463D-B623-46C8-B6E4-0BC5370C1B59}.Release|Any CPU.Build.0 = Release|Any CPU
{AD099F63-C951-4978-8564-5FD8AAAF3443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD099F63-C951-4978-8564-5FD8AAAF3443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD099F63-C951-4978-8564-5FD8AAAF3443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD099F63-C951-4978-8564-5FD8AAAF3443}.Release|Any CPU.Build.0 = Release|Any CPU
{AAF73F89-4CDE-4F79-9CCE-BCAA50A9686E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAF73F89-4CDE-4F79-9CCE-BCAA50A9686E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAF73F89-4CDE-4F79-9CCE-BCAA50A9686E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAF73F89-4CDE-4F79-9CCE-BCAA50A9686E}.Release|Any CPU.Build.0 = Release|Any CPU
{5A5167DF-C337-4EB2-9EB5-D6650102A246}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A5167DF-C337-4EB2-9EB5-D6650102A246}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A5167DF-C337-4EB2-9EB5-D6650102A246}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A5167DF-C337-4EB2-9EB5-D6650102A246}.Release|Any CPU.Build.0 = Release|Any CPU
{0549D29B-5669-4F70-BAE5-BB4B70CA4832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0549D29B-5669-4F70-BAE5-BB4B70CA4832}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0549D29B-5669-4F70-BAE5-BB4B70CA4832}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0549D29B-5669-4F70-BAE5-BB4B70CA4832}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{5A5167DF-C337-4EB2-9EB5-D6650102A246} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
EndGlobal