-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeWorks.SimpleSql.sln
More file actions
88 lines (88 loc) · 5.76 KB
/
CodeWorks.SimpleSql.sln
File metadata and controls
88 lines (88 loc) · 5.76 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeWorks.SimpleSql", "CodeWorks.SimpleSql.csproj", "{545DE452-47D3-BD52-A859-5E010D97065C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeWorks.SimpleSql.Tests", "tests\CodeWorks.SimpleSql.Tests\CodeWorks.SimpleSql.Tests.csproj", "{61113460-7000-4F96-BDBD-FD0B765988D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{B36A84DF-456D-A817-6EDD-3EC3E7F6E11F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeWorks.SimpleSql.Example", "examples\CodeWorks.SimpleSql.Example\CodeWorks.SimpleSql.Example.csproj", "{9D8559F4-076F-4405-9B56-34A613EB5550}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeWorks.SimpleSql.MvcApi.Example", "examples\CodeWorks.SimpleSql.MvcApi.Example\CodeWorks.SimpleSql.MvcApi.Example.csproj", "{5C8F7529-8E2C-4294-8E6B-D60751B779B2}"
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(ProjectConfigurationPlatforms) = postSolution
{545DE452-47D3-BD52-A859-5E010D97065C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Debug|x64.ActiveCfg = Debug|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Debug|x64.Build.0 = Debug|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Debug|x86.ActiveCfg = Debug|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Debug|x86.Build.0 = Debug|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Release|Any CPU.Build.0 = Release|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Release|x64.ActiveCfg = Release|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Release|x64.Build.0 = Release|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Release|x86.ActiveCfg = Release|Any CPU
{545DE452-47D3-BD52-A859-5E010D97065C}.Release|x86.Build.0 = Release|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Debug|x64.ActiveCfg = Debug|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Debug|x64.Build.0 = Debug|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Debug|x86.ActiveCfg = Debug|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Debug|x86.Build.0 = Debug|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Release|Any CPU.Build.0 = Release|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Release|x64.ActiveCfg = Release|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Release|x64.Build.0 = Release|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Release|x86.ActiveCfg = Release|Any CPU
{61113460-7000-4F96-BDBD-FD0B765988D6}.Release|x86.Build.0 = Release|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Debug|x64.ActiveCfg = Debug|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Debug|x64.Build.0 = Debug|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Debug|x86.ActiveCfg = Debug|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Debug|x86.Build.0 = Debug|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Release|Any CPU.Build.0 = Release|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Release|x64.ActiveCfg = Release|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Release|x64.Build.0 = Release|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Release|x86.ActiveCfg = Release|Any CPU
{9D8559F4-076F-4405-9B56-34A613EB5550}.Release|x86.Build.0 = Release|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Debug|x64.ActiveCfg = Debug|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Debug|x64.Build.0 = Debug|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Debug|x86.ActiveCfg = Debug|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Debug|x86.Build.0 = Debug|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Release|Any CPU.Build.0 = Release|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Release|x64.ActiveCfg = Release|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Release|x64.Build.0 = Release|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Release|x86.ActiveCfg = Release|Any CPU
{5C8F7529-8E2C-4294-8E6B-D60751B779B2}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{61113460-7000-4F96-BDBD-FD0B765988D6} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
{9D8559F4-076F-4405-9B56-34A613EB5550} = {B36A84DF-456D-A817-6EDD-3EC3E7F6E11F}
{5C8F7529-8E2C-4294-8E6B-D60751B779B2} = {B36A84DF-456D-A817-6EDD-3EC3E7F6E11F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F17C059-9F06-48C6-9177-AFC68AE5F1C9}
EndGlobalSection
EndGlobal