-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathVp.FSharp.Sql.sln
52 lines (52 loc) · 2.73 KB
/
Vp.FSharp.Sql.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Vp.FSharp.Sql", "Vp.FSharp.Sql\Vp.FSharp.Sql.fsproj", "{7C42F441-8842-4337-966C-2DA2892EC121}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4D44F607-E623-4185-A667-21AA1DD676AA}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
CONTRIBUTION.md = CONTRIBUTION.md
README.md = README.md
.gitignore = .gitignore
.commitlintrc.yml = .commitlintrc.yml
fsharplint.json = fsharplint.json
.editorconfig = .editorconfig
DESIGN.md = DESIGN.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{FD0927B2-AFAA-4046-B757-81730D7CD8B3}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{D24BD095-2455-4484-8BEC-E8E640B5074E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{58EDEDAB-F1B9-4435-8077-3A0177A69651}"
ProjectSection(SolutionItems) = preProject
.github\workflows\on-push.yml = .github\workflows\on-push.yml
.github\workflows\on-release-tag-main.yml = .github\workflows\on-release-tag-main.yml
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Vp.FSharp.Sql.Tests", "Vp.FSharp.Sql.Tests\Vp.FSharp.Sql.Tests.fsproj", "{E24B9B7C-C3EE-41AB-8A7B-54A77439EA94}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C42F441-8842-4337-966C-2DA2892EC121}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C42F441-8842-4337-966C-2DA2892EC121}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C42F441-8842-4337-966C-2DA2892EC121}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C42F441-8842-4337-966C-2DA2892EC121}.Release|Any CPU.Build.0 = Release|Any CPU
{E24B9B7C-C3EE-41AB-8A7B-54A77439EA94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E24B9B7C-C3EE-41AB-8A7B-54A77439EA94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E24B9B7C-C3EE-41AB-8A7B-54A77439EA94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E24B9B7C-C3EE-41AB-8A7B-54A77439EA94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD0927B2-AFAA-4046-B757-81730D7CD8B3} = {4D44F607-E623-4185-A667-21AA1DD676AA}
{D24BD095-2455-4484-8BEC-E8E640B5074E} = {4D44F607-E623-4185-A667-21AA1DD676AA}
{58EDEDAB-F1B9-4435-8077-3A0177A69651} = {D24BD095-2455-4484-8BEC-E8E640B5074E}
EndGlobalSection
EndGlobal