-
Notifications
You must be signed in to change notification settings - Fork 0
/
CharLSDotNet.sln
69 lines (69 loc) · 3.83 KB
/
CharLSDotNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CharLS.Managed", "src\CharLS.Managed.csproj", "{C5AF7B40-647D-42A7-9918-3952CDF867D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FFB44D3A-0BB6-45B5-81E1-AF617C941C9D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.globalconfig = .globalconfig
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
exclusion.dic = exclusion.dic
global.json = global.json
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CharLS.Managed.Test", "test\CharLS.Managed.Test.csproj", "{DD29EC2C-F200-4553-9D5E-A5F8F3A0A0ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CharLS.Managed.Benchmark", "benchmark\CharLS.Managed.Benchmark.csproj", "{43E730B3-BCBC-40A8-8F32-72FC278300D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{A9E95F06-F2ED-46F9-8AE7-9EBE15768205}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Convert", "samples\Convert\Convert.csproj", "{601E8408-2608-403C-B1E6-E78244506CAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibFuzzerDecode", "fuzzing\lib-fuzzer-decode\LibFuzzerDecode.csproj", "{9C4EBEC9-617E-4113-8391-C8BC15CE44AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5AF7B40-647D-42A7-9918-3952CDF867D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5AF7B40-647D-42A7-9918-3952CDF867D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5AF7B40-647D-42A7-9918-3952CDF867D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5AF7B40-647D-42A7-9918-3952CDF867D2}.Release|Any CPU.Build.0 = Release|Any CPU
{DD29EC2C-F200-4553-9D5E-A5F8F3A0A0ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD29EC2C-F200-4553-9D5E-A5F8F3A0A0ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD29EC2C-F200-4553-9D5E-A5F8F3A0A0ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD29EC2C-F200-4553-9D5E-A5F8F3A0A0ED}.Release|Any CPU.Build.0 = Release|Any CPU
{43E730B3-BCBC-40A8-8F32-72FC278300D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43E730B3-BCBC-40A8-8F32-72FC278300D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43E730B3-BCBC-40A8-8F32-72FC278300D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43E730B3-BCBC-40A8-8F32-72FC278300D5}.Release|Any CPU.Build.0 = Release|Any CPU
{601E8408-2608-403C-B1E6-E78244506CAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{601E8408-2608-403C-B1E6-E78244506CAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{601E8408-2608-403C-B1E6-E78244506CAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{601E8408-2608-403C-B1E6-E78244506CAB}.Release|Any CPU.Build.0 = Release|Any CPU
{9C4EBEC9-617E-4113-8391-C8BC15CE44AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C4EBEC9-617E-4113-8391-C8BC15CE44AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C4EBEC9-617E-4113-8391-C8BC15CE44AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C4EBEC9-617E-4113-8391-C8BC15CE44AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{601E8408-2608-403C-B1E6-E78244506CAB} = {A9E95F06-F2ED-46F9-8AE7-9EBE15768205}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56485FF1-DC2F-4331-B71C-DFD115C8711C}
EndGlobalSection
EndGlobal