-
Notifications
You must be signed in to change notification settings - Fork 26
/
LinqPadless.sln
61 lines (61 loc) · 2.8 KB
/
LinqPadless.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
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C9AA163-DA0D-4BB7-A988-5AAC0D700936}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.sh = build.sh
COPYING.txt = COPYING.txt
Directory.Build.props = Directory.Build.props
Dockerfile = Dockerfile
global.json = global.json
pack.cmd = pack.cmd
pack.sh = pack.sh
publish.cmd = publish.cmd
publish.sh = publish.sh
README.md = README.md
run.cmd = run.cmd
run.sh = run.sh
test.cmd = test.cmd
test.sh = test.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqPadless", "src\LinqPadless.csproj", "{8E83629C-A7A3-498D-B4E0-A93830C8D1B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "tests\Tests.csproj", "{9FE5AC15-D52A-43F3-82B6-0AF03B557632}"
ProjectSection(ProjectDependencies) = postProject
{8E83629C-A7A3-498D-B4E0-A93830C8D1B7} = {8E83629C-A7A3-498D-B4E0-A93830C8D1B7}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgramTemplate", ".lpless\templates\template\ProgramTemplate.csproj", "{42D9CD32-88F9-4767-B6DB-2F8C462BF8EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E83629C-A7A3-498D-B4E0-A93830C8D1B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E83629C-A7A3-498D-B4E0-A93830C8D1B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E83629C-A7A3-498D-B4E0-A93830C8D1B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E83629C-A7A3-498D-B4E0-A93830C8D1B7}.Release|Any CPU.Build.0 = Release|Any CPU
{9FE5AC15-D52A-43F3-82B6-0AF03B557632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FE5AC15-D52A-43F3-82B6-0AF03B557632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE5AC15-D52A-43F3-82B6-0AF03B557632}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FE5AC15-D52A-43F3-82B6-0AF03B557632}.Release|Any CPU.Build.0 = Release|Any CPU
{42D9CD32-88F9-4767-B6DB-2F8C462BF8EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42D9CD32-88F9-4767-B6DB-2F8C462BF8EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42D9CD32-88F9-4767-B6DB-2F8C462BF8EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42D9CD32-88F9-4767-B6DB-2F8C462BF8EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBF1DFEC-75FE-4892-93BB-8C9003B5ECC5}
EndGlobalSection
EndGlobal