forked from Liminiens/grinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Grinder.sln
66 lines (66 loc) · 3.95 KB
/
Grinder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Grinder", "src\Grinder\Grinder.fsproj", "{D685DE6C-6787-4CE3-96BF-C103948B86BF}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Grinder.Tests", "tests\Grinder.Tests\Grinder.Tests.fsproj", "{72D53D7B-5E97-4314-81E3-46C2BBF78290}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Grinder.ExportTool", "src\Grinder.ExportTool\Grinder.ExportTool.fsproj", "{664FA88F-E8E3-462B-A258-297B895969C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grinder.DataAccess", "src\Grinder.DataAccess\Grinder.DataAccess.csproj", "{043CEA3D-D082-42F7-BA66-7ED3395548C3}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Grinder.Common", "src\Grinder.Common\Grinder.Common.fsproj", "{13E2DB48-FA8E-48A1-AD53-DA81EBE63A09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{25990364-33CE-4203-B86E-4556F1B52E49}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{3AB38C70-1DF4-48D9-992B-B7BFBFDDFD7A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Grinder.Farmer", "src\Grinder.Farmer\Grinder.Farmer.fsproj", "{1B7B3688-F966-4F62-BDCA-ADF56B4E3160}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D685DE6C-6787-4CE3-96BF-C103948B86BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D685DE6C-6787-4CE3-96BF-C103948B86BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D685DE6C-6787-4CE3-96BF-C103948B86BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D685DE6C-6787-4CE3-96BF-C103948B86BF}.Release|Any CPU.Build.0 = Release|Any CPU
{72D53D7B-5E97-4314-81E3-46C2BBF78290}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72D53D7B-5E97-4314-81E3-46C2BBF78290}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72D53D7B-5E97-4314-81E3-46C2BBF78290}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72D53D7B-5E97-4314-81E3-46C2BBF78290}.Release|Any CPU.Build.0 = Release|Any CPU
{664FA88F-E8E3-462B-A258-297B895969C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{664FA88F-E8E3-462B-A258-297B895969C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{664FA88F-E8E3-462B-A258-297B895969C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{664FA88F-E8E3-462B-A258-297B895969C0}.Release|Any CPU.Build.0 = Release|Any CPU
{043CEA3D-D082-42F7-BA66-7ED3395548C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{043CEA3D-D082-42F7-BA66-7ED3395548C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{043CEA3D-D082-42F7-BA66-7ED3395548C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{043CEA3D-D082-42F7-BA66-7ED3395548C3}.Release|Any CPU.Build.0 = Release|Any CPU
{13E2DB48-FA8E-48A1-AD53-DA81EBE63A09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13E2DB48-FA8E-48A1-AD53-DA81EBE63A09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13E2DB48-FA8E-48A1-AD53-DA81EBE63A09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13E2DB48-FA8E-48A1-AD53-DA81EBE63A09}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7B3688-F966-4F62-BDCA-ADF56B4E3160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7B3688-F966-4F62-BDCA-ADF56B4E3160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7B3688-F966-4F62-BDCA-ADF56B4E3160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7B3688-F966-4F62-BDCA-ADF56B4E3160}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40A3AAB1-FDEB-4748-AA80-612F164CDE00}
EndGlobalSection
EndGlobal