-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathEatPdb.sln
50 lines (50 loc) · 2.78 KB
/
EatPdb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdbReader", "PdbReader\PdbReader.csproj", "{B9770D48-849A-4A4C-A061-B31DF6FF4288}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEBC03DA-6D63-4A0E-A039-C1B7CE53A9BF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PEReader", "PEReader\PEReader.csproj", "{DC713E81-ADF4-4422-ADCE-B98E2CEC998F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PESupport", "PESupport\PESupport.csproj", "{FC808605-A648-4034-BB43-F6E652D82C89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EatPdb", "EatPdb\EatPdb.csproj", "{5719CBF6-D08C-4F9E-BC97-8FC5BB9A6228}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9770D48-849A-4A4C-A061-B31DF6FF4288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9770D48-849A-4A4C-A061-B31DF6FF4288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9770D48-849A-4A4C-A061-B31DF6FF4288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9770D48-849A-4A4C-A061-B31DF6FF4288}.Release|Any CPU.Build.0 = Release|Any CPU
{DC713E81-ADF4-4422-ADCE-B98E2CEC998F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC713E81-ADF4-4422-ADCE-B98E2CEC998F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC713E81-ADF4-4422-ADCE-B98E2CEC998F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC713E81-ADF4-4422-ADCE-B98E2CEC998F}.Release|Any CPU.Build.0 = Release|Any CPU
{FC808605-A648-4034-BB43-F6E652D82C89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC808605-A648-4034-BB43-F6E652D82C89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC808605-A648-4034-BB43-F6E652D82C89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC808605-A648-4034-BB43-F6E652D82C89}.Release|Any CPU.Build.0 = Release|Any CPU
{5719CBF6-D08C-4F9E-BC97-8FC5BB9A6228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5719CBF6-D08C-4F9E-BC97-8FC5BB9A6228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5719CBF6-D08C-4F9E-BC97-8FC5BB9A6228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5719CBF6-D08C-4F9E-BC97-8FC5BB9A6228}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A09B149-93AE-4471-8EB0-D74D9AE42C79}
EndGlobalSection
EndGlobal