-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFizzCode.LightWeight.sln
More file actions
78 lines (78 loc) · 4.49 KB
/
FizzCode.LightWeight.sln
File metadata and controls
78 lines (78 loc) · 4.49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".solution", ".solution", "{9BB9529D-3AA4-406E-8104-FE6DB4293000}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1F80E5F6-4CD6-4742-B944-802BCBBD200B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightWeight.MsTest", "LightWeight.MsTest\LightWeight.MsTest.csproj", "{184D4813-5344-4A88-B20C-20E7CB95033C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightWeight.Configuration", "LightWeight.Configuration\LightWeight.Configuration.csproj", "{8D266A21-9BE2-4743-988D-927D7A797DB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightWeight.AdoNet.DbConnection", "LightWeight.AdoNet.DbConnection\LightWeight.AdoNet.DbConnection.csproj", "{5AC15DEF-B548-4F30-9E1D-C7035EFC669A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightWeight.AdoNetTests", "Tests\LightWeight.AdoNet.Tests\LightWeight.AdoNetTests.csproj", "{E9822D42-4E1E-4656-8AF6-FB2B1777695D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightWeight", "LightWeight\LightWeight.csproj", "{F3F21798-413F-498A-A050-DDBDF93C00A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F380CEEB-7170-4D6D-BC01-3E9DE97C7B4F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\master-release.yml = .github\workflows\master-release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{184D4813-5344-4A88-B20C-20E7CB95033C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{184D4813-5344-4A88-B20C-20E7CB95033C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{184D4813-5344-4A88-B20C-20E7CB95033C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{184D4813-5344-4A88-B20C-20E7CB95033C}.Release|Any CPU.Build.0 = Release|Any CPU
{8D266A21-9BE2-4743-988D-927D7A797DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D266A21-9BE2-4743-988D-927D7A797DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D266A21-9BE2-4743-988D-927D7A797DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D266A21-9BE2-4743-988D-927D7A797DB7}.Release|Any CPU.Build.0 = Release|Any CPU
{5AC15DEF-B548-4F30-9E1D-C7035EFC669A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AC15DEF-B548-4F30-9E1D-C7035EFC669A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AC15DEF-B548-4F30-9E1D-C7035EFC669A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AC15DEF-B548-4F30-9E1D-C7035EFC669A}.Release|Any CPU.Build.0 = Release|Any CPU
{E9822D42-4E1E-4656-8AF6-FB2B1777695D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9822D42-4E1E-4656-8AF6-FB2B1777695D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9822D42-4E1E-4656-8AF6-FB2B1777695D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9822D42-4E1E-4656-8AF6-FB2B1777695D}.Release|Any CPU.Build.0 = Release|Any CPU
{F3F21798-413F-498A-A050-DDBDF93C00A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3F21798-413F-498A-A050-DDBDF93C00A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3F21798-413F-498A-A050-DDBDF93C00A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3F21798-413F-498A-A050-DDBDF93C00A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E9822D42-4E1E-4656-8AF6-FB2B1777695D} = {1F80E5F6-4CD6-4742-B944-802BCBBD200B}
{F380CEEB-7170-4D6D-BC01-3E9DE97C7B4F} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B1A4546-5839-4F14-8E4D-8404CA122935}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal