-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCodeSanook.SqlGenerator.sln
More file actions
38 lines (38 loc) · 1.66 KB
/
CodeSanook.SqlGenerator.sln
File metadata and controls
38 lines (38 loc) · 1.66 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF48CC6A-1461-4180-99EF-E617A4E1C4FD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Build-Project.ps1 = Build-Project.ps1
Export-SqlQuery.ps1 = Export-SqlQuery.ps1
Export-SqlQueryModule.psm1 = Export-SqlQueryModule.psm1
Install-Packages.ps1 = Install-Packages.ps1
New-Database.ps1 = New-Database.ps1
New-Table.ps1 = New-Table.ps1
Publish-Package.ps1 = Publish-Package.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSanook.SqlGenerator", "CodeSanook.SqlGenerator\CodeSanook.SqlGenerator.csproj", "{14D809FC-6878-47C5-A456-142C46FC2206}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14D809FC-6878-47C5-A456-142C46FC2206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14D809FC-6878-47C5-A456-142C46FC2206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14D809FC-6878-47C5-A456-142C46FC2206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14D809FC-6878-47C5-A456-142C46FC2206}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC97C4CF-B0E9-4CB5-B90D-71DAC84A0112}
EndGlobalSection
EndGlobal