-
Notifications
You must be signed in to change notification settings - Fork 1
/
ASqlSol.sln
42 lines (42 loc) · 1.97 KB
/
ASqlSol.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35219.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASql", "ASql\ASql.csproj", "{65B35A17-BEE5-4DBF-AE43-29F045EF8547}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASql.Tester", "ASql.Tester\ASql.Tester.csproj", "{2A9D4EA6-ABA6-4EDD-A3E3-70ABBE882BF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{16690E97-9F99-4387-8DF8-DBA83CEA377B}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.txt = LICENSE.txt
LogAsql.png = LogAsql.png
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65B35A17-BEE5-4DBF-AE43-29F045EF8547}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65B35A17-BEE5-4DBF-AE43-29F045EF8547}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65B35A17-BEE5-4DBF-AE43-29F045EF8547}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65B35A17-BEE5-4DBF-AE43-29F045EF8547}.Release|Any CPU.Build.0 = Release|Any CPU
{2A9D4EA6-ABA6-4EDD-A3E3-70ABBE882BF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A9D4EA6-ABA6-4EDD-A3E3-70ABBE882BF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A9D4EA6-ABA6-4EDD-A3E3-70ABBE882BF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A9D4EA6-ABA6-4EDD-A3E3-70ABBE882BF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20F0FD59-6CB2-4C83-826B-A3966EA143F0}
EndGlobalSection
EndGlobal