This repository has been 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
/
Copy pathInvio.QueryProvider.MySql.sln
56 lines (55 loc) · 3.24 KB
/
Invio.QueryProvider.MySql.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{74BCD69A-538A-4D32-AE44-63022E374493}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Invio.QueryProvider.MySql", "src\Invio.QueryProvider.MySql\Invio.QueryProvider.MySql.fsproj", "{A4777294-6ABA-42CE-8947-5E81BA447BB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2A61A4D5-F9F4-45F7-92E8-31E425B82B5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Invio.QueryProvider.MySql.Test", "test\Invio.QueryProvider.MySql.Test\Invio.QueryProvider.MySql.Test.csproj", "{E5232007-D229-49B4-9E05-B4C8C570A2A3}"
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
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Debug|x64.ActiveCfg = Debug|x64
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Debug|x64.Build.0 = Debug|x64
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Debug|x86.ActiveCfg = Debug|x86
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Debug|x86.Build.0 = Debug|x86
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Release|Any CPU.Build.0 = Release|Any CPU
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Release|x64.ActiveCfg = Release|x64
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Release|x64.Build.0 = Release|x64
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Release|x86.ActiveCfg = Release|x86
{A4777294-6ABA-42CE-8947-5E81BA447BB1}.Release|x86.Build.0 = Release|x86
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Debug|x64.ActiveCfg = Debug|x64
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Debug|x64.Build.0 = Debug|x64
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Debug|x86.ActiveCfg = Debug|x86
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Debug|x86.Build.0 = Debug|x86
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Release|Any CPU.Build.0 = Release|Any CPU
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Release|x64.ActiveCfg = Release|x64
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Release|x64.Build.0 = Release|x64
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Release|x86.ActiveCfg = Release|x86
{E5232007-D229-49B4-9E05-B4C8C570A2A3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A4777294-6ABA-42CE-8947-5E81BA447BB1} = {74BCD69A-538A-4D32-AE44-63022E374493}
{E5232007-D229-49B4-9E05-B4C8C570A2A3} = {2A61A4D5-F9F4-45F7-92E8-31E425B82B5F}
EndGlobalSection
EndGlobal