-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathAwesome.Data.Sql.Builder.sln
41 lines (41 loc) · 2.05 KB
/
Awesome.Data.Sql.Builder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Awesome.Data.Sql.Builder", "Awesome.Data.Sql.Builder\Awesome.Data.Sql.Builder.csproj", "{60709C29-7A8B-4C87-9517-09CA435B3965}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Awesome.Data.Sql.Builder.Test.Unit", "Awesome.Data.Sql.Builder.Test.Unit\Awesome.Data.Sql.Builder.Test.Unit.csproj", "{787C1399-C394-47EB-A2CB-242784384567}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB397F07-EEBF-405E-AFA6-0C66DA391FCF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.travis.yml = .travis.yml
LICENSE = LICENSE
publish.ps1 = publish.ps1
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
{60709C29-7A8B-4C87-9517-09CA435B3965}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60709C29-7A8B-4C87-9517-09CA435B3965}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60709C29-7A8B-4C87-9517-09CA435B3965}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60709C29-7A8B-4C87-9517-09CA435B3965}.Release|Any CPU.Build.0 = Release|Any CPU
{787C1399-C394-47EB-A2CB-242784384567}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{787C1399-C394-47EB-A2CB-242784384567}.Debug|Any CPU.Build.0 = Debug|Any CPU
{787C1399-C394-47EB-A2CB-242784384567}.Release|Any CPU.ActiveCfg = Release|Any CPU
{787C1399-C394-47EB-A2CB-242784384567}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02062D6E-6350-4EF7-98D3-659D5E09C1A4}
EndGlobalSection
EndGlobal