-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSiganberg.SqlGen.sln
26 lines (26 loc) · 1.25 KB
/
Siganberg.SqlGen.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{F3EC5BAB-9E40-4154-8B0B-09F2EC13A106}"
ProjectSection(SolutionItems) = preProject
.github\workflows\workflow.yml = .github\workflows\workflow.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{710EB81B-DFF3-4F64-B811-1B7ECA8C5529}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Siganberg.SqlGen", "src\Siganberg.SqlGen\Siganberg.SqlGen.csproj", "{318D95F7-66E3-4D5E-A262-A12BDEC7AD11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{318D95F7-66E3-4D5E-A262-A12BDEC7AD11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{318D95F7-66E3-4D5E-A262-A12BDEC7AD11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{318D95F7-66E3-4D5E-A262-A12BDEC7AD11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{318D95F7-66E3-4D5E-A262-A12BDEC7AD11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal