This repository was archived by the owner on Feb 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInvio.QueryProvider.Core.sln
More file actions
68 lines (67 loc) · 4.25 KB
/
Invio.QueryProvider.Core.sln
File metadata and controls
68 lines (67 loc) · 4.25 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Invio.QueryProvider.Core", "src\Invio.QueryProvider.Core\Invio.QueryProvider.Core.fsproj", "{DD65F587-8712-4E89-82EA-03D13E431304}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{31D308BB-3D44-4F9F-981A-49DDFDCF8C7A}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Invio.QueryProvider.Test", "test\Invio.QueryProvider.Test\Invio.QueryProvider.Test.fsproj", "{BAD1FB0B-4F98-4469-9F4D-196D660402F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Invio.QueryProvider.Test.CSharp", "test\Invio.QueryProvider.Test.CSharp\Invio.QueryProvider.Test.CSharp.csproj", "{7022C712-6E8B-4D31-B8D2-913C28ED00A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD65F587-8712-4E89-82EA-03D13E431304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Debug|x64.ActiveCfg = Debug|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Debug|x64.Build.0 = Debug|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Debug|x86.ActiveCfg = Debug|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Debug|x86.Build.0 = Debug|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Release|Any CPU.Build.0 = Release|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Release|x64.ActiveCfg = Release|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Release|x64.Build.0 = Release|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Release|x86.ActiveCfg = Release|Any CPU
{DD65F587-8712-4E89-82EA-03D13E431304}.Release|x86.Build.0 = Release|Any CPU
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Debug|x64.ActiveCfg = Debug|x64
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Debug|x64.Build.0 = Debug|x64
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Debug|x86.ActiveCfg = Debug|x86
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Debug|x86.Build.0 = Debug|x86
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Release|Any CPU.Build.0 = Release|Any CPU
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Release|x64.ActiveCfg = Release|x64
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Release|x64.Build.0 = Release|x64
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Release|x86.ActiveCfg = Release|x86
{BAD1FB0B-4F98-4469-9F4D-196D660402F8}.Release|x86.Build.0 = Release|x86
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Debug|x64.ActiveCfg = Debug|x64
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Debug|x64.Build.0 = Debug|x64
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Debug|x86.ActiveCfg = Debug|x86
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Debug|x86.Build.0 = Debug|x86
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Release|Any CPU.Build.0 = Release|Any CPU
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Release|x64.ActiveCfg = Release|x64
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Release|x64.Build.0 = Release|x64
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Release|x86.ActiveCfg = Release|x86
{7022C712-6E8B-4D31-B8D2-913C28ED00A3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7022C712-6E8B-4D31-B8D2-913C28ED00A3} = {31D308BB-3D44-4F9F-981A-49DDFDCF8C7A}
{BAD1FB0B-4F98-4469-9F4D-196D660402F8} = {31D308BB-3D44-4F9F-981A-49DDFDCF8C7A}
EndGlobalSection
EndGlobal