-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLibDeflate.sln
54 lines (54 loc) · 3.12 KB
/
LibDeflate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibDeflate", "src\LibDeflate\LibDeflate.csproj", "{8146F335-F7EB-431F-97FA-8E055ADBC87C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibDeflate.Tests", "test\LibDeflate.Tests\LibDeflate.Tests.csproj", "{99A0514A-4F2D-48C7-9430-9F8E8C7BA04D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibDeflate.DangerousTests", "test\LibDeflate.DangerousTests\LibDeflate.DangerousTests.csproj", "{D655D50E-0159-424B-A24D-C15952BB02DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibDeflate.Benchmarks", "bench\LibDeflate.Benchmarks\LibDeflate.Benchmarks.csproj", "{46C3591F-ED82-47E0-81E4-0B79ED037C52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9099F387-9C1C-4EF5-A834-86109FFEA802}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A36D1CD3-44C1-4790-9AE6-708D6253394B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8146F335-F7EB-431F-97FA-8E055ADBC87C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8146F335-F7EB-431F-97FA-8E055ADBC87C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8146F335-F7EB-431F-97FA-8E055ADBC87C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8146F335-F7EB-431F-97FA-8E055ADBC87C}.Release|Any CPU.Build.0 = Release|Any CPU
{99A0514A-4F2D-48C7-9430-9F8E8C7BA04D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99A0514A-4F2D-48C7-9430-9F8E8C7BA04D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99A0514A-4F2D-48C7-9430-9F8E8C7BA04D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99A0514A-4F2D-48C7-9430-9F8E8C7BA04D}.Release|Any CPU.Build.0 = Release|Any CPU
{D655D50E-0159-424B-A24D-C15952BB02DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D655D50E-0159-424B-A24D-C15952BB02DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D655D50E-0159-424B-A24D-C15952BB02DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D655D50E-0159-424B-A24D-C15952BB02DC}.Release|Any CPU.Build.0 = Release|Any CPU
{46C3591F-ED82-47E0-81E4-0B79ED037C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46C3591F-ED82-47E0-81E4-0B79ED037C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46C3591F-ED82-47E0-81E4-0B79ED037C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46C3591F-ED82-47E0-81E4-0B79ED037C52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C649CFDB-BA26-4D1E-ACE3-EEA935C7B1A0}
EndGlobalSection
EndGlobal