-
Notifications
You must be signed in to change notification settings - Fork 0
/
Smart.Data.sln
44 lines (44 loc) · 2.1 KB
/
Smart.Data.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Data", "Smart.Data\Smart.Data.csproj", "{646F5164-98AF-4F20-876B-F7147272C8AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{25416464-BBFA-4894-BD9B-CEEBF5438F17}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Analyzers.ruleset = Analyzers.ruleset
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
Smart.Data.sln.DotSettings = Smart.Data.sln.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Data.SqlClient", "Smart.Data.SqlClient\Smart.Data.SqlClient.csproj", "{89B5B593-9251-4C03-A046-3F7001F2474B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{646F5164-98AF-4F20-876B-F7147272C8AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{646F5164-98AF-4F20-876B-F7147272C8AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{646F5164-98AF-4F20-876B-F7147272C8AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{646F5164-98AF-4F20-876B-F7147272C8AE}.Release|Any CPU.Build.0 = Release|Any CPU
{89B5B593-9251-4C03-A046-3F7001F2474B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89B5B593-9251-4C03-A046-3F7001F2474B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89B5B593-9251-4C03-A046-3F7001F2474B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89B5B593-9251-4C03-A046-3F7001F2474B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8EF9CF0-77C5-458B-AAE2-C9BFE7658650}
EndGlobalSection
EndGlobal