-
Notifications
You must be signed in to change notification settings - Fork 5
/
ZlibStream.sln
90 lines (90 loc) · 4.8 KB
/
ZlibStream.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZlibStream", "src\ZlibStream\ZlibStream.csproj", "{0C89B7A2-A218-49E4-B545-5B044A45F977}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{78670B24-8720-48FC-BD04-68C667B1C8CC}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CB611663-07F2-4419-B83D-7AED9B406865}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
tests\Directory.Build.targets = tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZlibStream.Tests", "tests\ZlibStream.Tests\ZlibStream.Tests.csproj", "{01E63166-CDBA-450F-A597-DE096B05A052}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZlibStream.Benchmarks", "tests\ZlibStream.Benchmarks\ZlibStream.Benchmarks.csproj", "{15FE1586-DED2-41F4-9292-6BE8787A60C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{F450D162-1FE5-4295-BDB8-8F78F6B51672}"
ProjectSection(SolutionItems) = preProject
ci-build.ps1 = ci-build.ps1
ci-pack.ps1 = ci-pack.ps1
ci-test.ps1 = ci-test.ps1
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Corpus", "Corpus", "{7211DB62-F3C8-419C-846B-89949EBD1EAC}"
ProjectSection(SolutionItems) = preProject
tests\corpus\alice29.txt = tests\corpus\alice29.txt
tests\corpus\asyoulik.txt = tests\corpus\asyoulik.txt
tests\corpus\cp.html = tests\corpus\cp.html
tests\corpus\fields.c = tests\corpus\fields.c
tests\corpus\grammar.lsp = tests\corpus\grammar.lsp
tests\corpus\kennedy.xls = tests\corpus\kennedy.xls
tests\corpus\lcet10.txt = tests\corpus\lcet10.txt
tests\corpus\plrabn12.txt = tests\corpus\plrabn12.txt
tests\corpus\ptt5 = tests\corpus\ptt5
tests\corpus\sum = tests\corpus\sum
tests\corpus\xargs.1 = tests\corpus\xargs.1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{42C81331-D4CA-432D-95ED-92FB1A121267}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{AA25F9A0-775E-4184-8086-02BAE1C1F941}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C89B7A2-A218-49E4-B545-5B044A45F977}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C89B7A2-A218-49E4-B545-5B044A45F977}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C89B7A2-A218-49E4-B545-5B044A45F977}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C89B7A2-A218-49E4-B545-5B044A45F977}.Release|Any CPU.Build.0 = Release|Any CPU
{01E63166-CDBA-450F-A597-DE096B05A052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01E63166-CDBA-450F-A597-DE096B05A052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01E63166-CDBA-450F-A597-DE096B05A052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01E63166-CDBA-450F-A597-DE096B05A052}.Release|Any CPU.Build.0 = Release|Any CPU
{15FE1586-DED2-41F4-9292-6BE8787A60C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15FE1586-DED2-41F4-9292-6BE8787A60C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15FE1586-DED2-41F4-9292-6BE8787A60C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15FE1586-DED2-41F4-9292-6BE8787A60C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C89B7A2-A218-49E4-B545-5B044A45F977} = {78670B24-8720-48FC-BD04-68C667B1C8CC}
{01E63166-CDBA-450F-A597-DE096B05A052} = {CB611663-07F2-4419-B83D-7AED9B406865}
{15FE1586-DED2-41F4-9292-6BE8787A60C4} = {CB611663-07F2-4419-B83D-7AED9B406865}
{7211DB62-F3C8-419C-846B-89949EBD1EAC} = {CB611663-07F2-4419-B83D-7AED9B406865}
{42C81331-D4CA-432D-95ED-92FB1A121267} = {F450D162-1FE5-4295-BDB8-8F78F6B51672}
{AA25F9A0-775E-4184-8086-02BAE1C1F941} = {42C81331-D4CA-432D-95ED-92FB1A121267}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE022F12-D088-439B-8AD2-EAAF2FE7C6C0}
EndGlobalSection
EndGlobal