-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSqlExportExpress.sln
53 lines (53 loc) · 2.96 KB
/
SqlExportExpress.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33711.374
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cli", "Cli\Cli.csproj", "{91F46009-FE59-48F3-BD00-5F65186984EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Outputs.Csv", "Outputs.Csv\Outputs.Csv.csproj", "{E6A10B8C-1588-4352-92F5-DF20858964CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sources.Mssql", "Sources.Mssql\Sources.Mssql.csproj", "{58F3DCED-F322-421A-BD4F-A5EBFF1D0447}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abstractions", "Abstractions\Abstractions.csproj", "{ABC42D1F-64F9-4969-8E46-711BFCD83197}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{47F5606C-5E2C-4E30-9B7E-0BC11EC3FB2F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\action-ci.yaml = .github\workflows\action-ci.yaml
dotnet-releaser.toml = dotnet-releaser.toml
.github\workflows\action-create-release.yaml = .github\workflows\action-create-release.yaml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91F46009-FE59-48F3-BD00-5F65186984EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91F46009-FE59-48F3-BD00-5F65186984EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91F46009-FE59-48F3-BD00-5F65186984EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91F46009-FE59-48F3-BD00-5F65186984EE}.Release|Any CPU.Build.0 = Release|Any CPU
{E6A10B8C-1588-4352-92F5-DF20858964CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6A10B8C-1588-4352-92F5-DF20858964CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6A10B8C-1588-4352-92F5-DF20858964CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6A10B8C-1588-4352-92F5-DF20858964CA}.Release|Any CPU.Build.0 = Release|Any CPU
{58F3DCED-F322-421A-BD4F-A5EBFF1D0447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58F3DCED-F322-421A-BD4F-A5EBFF1D0447}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58F3DCED-F322-421A-BD4F-A5EBFF1D0447}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58F3DCED-F322-421A-BD4F-A5EBFF1D0447}.Release|Any CPU.Build.0 = Release|Any CPU
{ABC42D1F-64F9-4969-8E46-711BFCD83197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABC42D1F-64F9-4969-8E46-711BFCD83197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABC42D1F-64F9-4969-8E46-711BFCD83197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABC42D1F-64F9-4969-8E46-711BFCD83197}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DFEA26C-F68B-47EC-8C3A-2B6AC1E2C30D}
EndGlobalSection
EndGlobal