-
Notifications
You must be signed in to change notification settings - Fork 2
/
Agents.sln
50 lines (50 loc) · 2.28 KB
/
Agents.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "LAgent", "src\LAgent.fsproj", "{95693707-BD9E-49EA-A67C-5AC802B4674B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C70AAEA-93A0-4A56-8DAC-DC8E011B8E79}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
build.fsx = build.fsx
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A6F215D2-7E61-4E24-A62D-1FBE55B7AD11}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\nuget.exe = .nuget\nuget.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{218C55AB-F575-44F0-B78D-C638E7E3BED4}"
ProjectSection(SolutionItems) = preProject
samples\ActiveObjectMapReduce.fsx = samples\ActiveObjectMapReduce.fsx
samples\ActiveObjectSamples.fsx = samples\ActiveObjectSamples.fsx
samples\AgentSamples.fsx = samples\AgentSamples.fsx
samples\AuctionAgent.fsx = samples\AuctionAgent.fsx
samples\AuctionOriginal.fsx = samples\AuctionOriginal.fsx
samples\BookExamples1.fsx = samples\BookExamples1.fsx
samples\BookExemples2.fsx = samples\BookExemples2.fsx
samples\MailboxProcessors.fsx = samples\MailboxProcessors.fsx
samples\MapReduce.fsx = samples\MapReduce.fsx
samples\MultipleWorkers.fsx = samples\MultipleWorkers.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95693707-BD9E-49EA-A67C-5AC802B4674B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95693707-BD9E-49EA-A67C-5AC802B4674B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95693707-BD9E-49EA-A67C-5AC802B4674B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95693707-BD9E-49EA-A67C-5AC802B4674B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal