-
Notifications
You must be signed in to change notification settings - Fork 24
/
linq2db.LINQPad.sln
56 lines (56 loc) · 2.49 KB
/
linq2db.LINQPad.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
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "linq2db.LINQPad", "Source\linq2db.LINQPad.csproj", "{73352DC5-D33E-4BE6-A787-6F91107B3D7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{B05A0C36-8DA0-43F0-803E-B4EFFD732DE0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Packages.props = Directory.Packages.props
MIT-LICENSE.txt = MIT-LICENSE.txt
nuget.config = nuget.config
README.md = README.md
release-notes.md = release-notes.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{A26F7937-580F-4854-B6CD-5DBDCA4ED615}"
ProjectSection(SolutionItems) = preProject
Build\azure-pipelines.yml = Build\azure-pipelines.yml
Build\BuildNuspecs.ps1 = Build\BuildNuspecs.ps1
Build\Connection.png = Build\Connection.png
Build\FailedConnection.png = Build\FailedConnection.png
Build\header.xml = Build\header.xml
Build\icon64.png = Build\icon64.png
Build\linq2db.LINQPad.nuspec = Build\linq2db.LINQPad.nuspec
Build\nuget-vars.yml = Build\nuget-vars.yml
Build\README.md = Build\README.md
Build\Pack.cmd = Build\Pack.cmd
Build\SetVersion.ps1 = Build\SetVersion.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{3F9534AE-BE83-4515-B8AF-2D692D01168D}"
ProjectSection(SolutionItems) = preProject
Testing\TypeRenderingTests.txt = Testing\TypeRenderingTests.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73352DC5-D33E-4BE6-A787-6F91107B3D7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73352DC5-D33E-4BE6-A787-6F91107B3D7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73352DC5-D33E-4BE6-A787-6F91107B3D7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73352DC5-D33E-4BE6-A787-6F91107B3D7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17946F59-D105-4BD7-8C31-5B14CB8A4FE2}
EndGlobalSection
EndGlobal