Skip to content

Commit 317a6fe

Browse files
committed
add file
1 parent c0a5de6 commit 317a6fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

EatPdb.sln

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.29728.190
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdbReader", "PdbReader\PdbReader.csproj", "{B9770D48-849A-4A4C-A061-B31DF6FF4288}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdbReader", "PdbReader\PdbReader.csproj", "{B9770D48-849A-4A4C-A061-B31DF6FF4288}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEBC03DA-6D63-4A0E-A039-C1B7CE53A9BF}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11+
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
1112
README.md = README.md
1213
EndProjectSection
1314
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PEReader", "PEReader\PEReader.csproj", "{DC713E81-ADF4-4422-ADCE-B98E2CEC998F}"
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PEReader", "PEReader\PEReader.csproj", "{DC713E81-ADF4-4422-ADCE-B98E2CEC998F}"
1516
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PESupport", "PESupport\PESupport.csproj", "{FC808605-A648-4034-BB43-F6E652D82C89}"
17+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PESupport", "PESupport\PESupport.csproj", "{FC808605-A648-4034-BB43-F6E652D82C89}"
1718
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EatPdb", "EatPdb\EatPdb.csproj", "{5719CBF6-D08C-4F9E-BC97-8FC5BB9A6228}"
19+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EatPdb", "EatPdb\EatPdb.csproj", "{5719CBF6-D08C-4F9E-BC97-8FC5BB9A6228}"
1920
EndProject
2021
Global
2122
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)