forked from fslaborg/Deedle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Deedle.Core.sln
79 lines (79 loc) · 5 KB
/
Deedle.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{1D865FE1-0F3D-4F98-BBEC-1D03B8A00931}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Deedle.Tests", "tests\Deedle.Tests\Deedle.Tests.fsproj", "{484A96E6-D217-47EE-974C-5D7B3CFB401E}"
ProjectSection(ProjectDependencies) = postProject
{22729065-4C30-4E43-A63F-4F3338A03878} = {22729065-4C30-4E43-A63F-4F3338A03878}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Deedle.CSharp.Tests", "tests\Deedle.CSharp.Tests\Deedle.CSharp.Tests.csproj", "{B0584275-6E9D-4DB8-A35D-4F37B623F97E}"
ProjectSection(ProjectDependencies) = postProject
{22729065-4C30-4E43-A63F-4F3338A03878} = {22729065-4C30-4E43-A63F-4F3338A03878}
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Deedle.Documentation.Tests", "tests\Deedle.Documentation.Tests\Deedle.Documentation.Tests.fsproj", "{79F004B4-093B-49C8-B7BF-7B3EF7CC829E}"
ProjectSection(ProjectDependencies) = postProject
{22729065-4C30-4E43-A63F-4F3338A03878} = {22729065-4C30-4E43-A63F-4F3338A03878}
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Deedle", "src\Deedle\Deedle.fsproj", "{22729065-4C30-4E43-A63F-4F3338A03878}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Deedle.PerfTest", "tests\PerformanceTools\Deedle.PerfTest\Deedle.PerfTest.fsproj", "{371F8CE6-B031-4589-843F-583FE9180948}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Deedle.PerfTest.Core", "tests\PerformanceTools\Deedle.PerfTest.Core\Deedle.PerfTest.Core.fsproj", "{D1E7603A-AA82-4517-8605-360DC708B0E9}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Deedle.PerfTests", "tests\Deedle.PerfTests\Deedle.PerfTests.fsproj", "{0275C56B-9A00-4578-A826-A6CF1F089086}"
ProjectSection(ProjectDependencies) = postProject
{D1E7603A-AA82-4517-8605-360DC708B0E9} = {D1E7603A-AA82-4517-8605-360DC708B0E9}
{22729065-4C30-4E43-A63F-4F3338A03878} = {22729065-4C30-4E43-A63F-4F3338A03878}
{371F8CE6-B031-4589-843F-583FE9180948} = {371F8CE6-B031-4589-843F-583FE9180948}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{484A96E6-D217-47EE-974C-5D7B3CFB401E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{484A96E6-D217-47EE-974C-5D7B3CFB401E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{484A96E6-D217-47EE-974C-5D7B3CFB401E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{484A96E6-D217-47EE-974C-5D7B3CFB401E}.Release|Any CPU.Build.0 = Release|Any CPU
{B0584275-6E9D-4DB8-A35D-4F37B623F97E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0584275-6E9D-4DB8-A35D-4F37B623F97E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0584275-6E9D-4DB8-A35D-4F37B623F97E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0584275-6E9D-4DB8-A35D-4F37B623F97E}.Release|Any CPU.Build.0 = Release|Any CPU
{79F004B4-093B-49C8-B7BF-7B3EF7CC829E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79F004B4-093B-49C8-B7BF-7B3EF7CC829E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79F004B4-093B-49C8-B7BF-7B3EF7CC829E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79F004B4-093B-49C8-B7BF-7B3EF7CC829E}.Release|Any CPU.Build.0 = Release|Any CPU
{22729065-4C30-4E43-A63F-4F3338A03878}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22729065-4C30-4E43-A63F-4F3338A03878}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22729065-4C30-4E43-A63F-4F3338A03878}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22729065-4C30-4E43-A63F-4F3338A03878}.Release|Any CPU.Build.0 = Release|Any CPU
{371F8CE6-B031-4589-843F-583FE9180948}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{371F8CE6-B031-4589-843F-583FE9180948}.Debug|Any CPU.Build.0 = Debug|Any CPU
{371F8CE6-B031-4589-843F-583FE9180948}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1E7603A-AA82-4517-8605-360DC708B0E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1E7603A-AA82-4517-8605-360DC708B0E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1E7603A-AA82-4517-8605-360DC708B0E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1E7603A-AA82-4517-8605-360DC708B0E9}.Release|Any CPU.Build.0 = Release|Any CPU
{0275C56B-9A00-4578-A826-A6CF1F089086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0275C56B-9A00-4578-A826-A6CF1F089086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0275C56B-9A00-4578-A826-A6CF1F089086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0275C56B-9A00-4578-A826-A6CF1F089086}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63024E79-AD09-4C03-B4C8-438AE27DAF90}
EndGlobalSection
EndGlobal