-
Notifications
You must be signed in to change notification settings - Fork 6
/
FluentData.sln
87 lines (87 loc) · 5.76 KB
/
FluentData.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentData", "FluentData\FluentData.csproj", "{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentData.UnitTests", "FluentData.UnitTests\FluentData.UnitTests.csproj", "{807A231E-0F2F-46ED-877D-2733737DF0B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentData.IntegrationTests", "FluentData.IntegrationTests\FluentData.IntegrationTests.csproj", "{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentData.SingleSourceFile", "FluentData.SingleSourceFile\FluentData.SingleSourceFile.csproj", "{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Debug|Mixed Platforms.Build.0 = Debug|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Debug|x64.ActiveCfg = Debug|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Debug|x64.Build.0 = Debug|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Debug|x86.ActiveCfg = Debug|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Release|Any CPU.Build.0 = Release|Any CPU
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Release|Mixed Platforms.ActiveCfg = Release|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Release|Mixed Platforms.Build.0 = Release|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Release|x64.ActiveCfg = Release|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Release|x64.Build.0 = Release|x64
{B5AE821B-7728-49B3-9119-3BBC4C8E58E9}.Release|x86.ActiveCfg = Release|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Debug|Mixed Platforms.Build.0 = Debug|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Debug|x64.ActiveCfg = Debug|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Debug|x64.Build.0 = Debug|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Debug|x86.ActiveCfg = Debug|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Release|Any CPU.Build.0 = Release|Any CPU
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Release|Mixed Platforms.ActiveCfg = Release|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Release|Mixed Platforms.Build.0 = Release|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Release|x64.ActiveCfg = Release|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Release|x64.Build.0 = Release|x64
{807A231E-0F2F-46ED-877D-2733737DF0B0}.Release|x86.ActiveCfg = Release|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Debug|Mixed Platforms.Build.0 = Debug|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Debug|x64.ActiveCfg = Debug|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Debug|x64.Build.0 = Debug|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Debug|x86.ActiveCfg = Debug|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Release|Any CPU.Build.0 = Release|Any CPU
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Release|Mixed Platforms.ActiveCfg = Release|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Release|Mixed Platforms.Build.0 = Release|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Release|x64.ActiveCfg = Release|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Release|x64.Build.0 = Release|x64
{EEE8E9AB-3AA5-4DF8-AC2F-B806532F546C}.Release|x86.ActiveCfg = Release|x64
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Debug|x64.ActiveCfg = Debug|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Debug|x86.ActiveCfg = Debug|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Release|Any CPU.Build.0 = Release|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Release|x64.ActiveCfg = Release|Any CPU
{1CDA8F56-73D9-4C2A-9D0D-EB6D9C2D53FC}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = FluentData.vsmdi
EndGlobalSection
EndGlobal