-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPDBSharp.sln
48 lines (48 loc) · 2.76 KB
/
PDBSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF5A2413-A402-4D20-BEAA-F91EE14FCE54}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDBSharp.Dumper", "PDBSharp.Dumper\PDBSharp.Dumper.csproj", "{07B2B4F8-0C80-4232-98F4-15AFFC7E61C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDBSharp", "PDBSharp\PDBSharp.csproj", "{01F75935-F34C-40DC-9BCF-3370B1310224}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDBSharp.Tests", "PDBSharp.Tests\PDBSharp.Tests.csproj", "{1E75F9D8-8C97-4B75-97CB-75ED4B06BF9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDBSharp.Downloader", "PDBSharp.Downloader\PDBSharp.Downloader.csproj", "{9E43EC91-C81C-4A27-82C6-B0D71AD74DB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07B2B4F8-0C80-4232-98F4-15AFFC7E61C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07B2B4F8-0C80-4232-98F4-15AFFC7E61C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07B2B4F8-0C80-4232-98F4-15AFFC7E61C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07B2B4F8-0C80-4232-98F4-15AFFC7E61C6}.Release|Any CPU.Build.0 = Release|Any CPU
{01F75935-F34C-40DC-9BCF-3370B1310224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01F75935-F34C-40DC-9BCF-3370B1310224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01F75935-F34C-40DC-9BCF-3370B1310224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01F75935-F34C-40DC-9BCF-3370B1310224}.Release|Any CPU.Build.0 = Release|Any CPU
{1E75F9D8-8C97-4B75-97CB-75ED4B06BF9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E75F9D8-8C97-4B75-97CB-75ED4B06BF9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E75F9D8-8C97-4B75-97CB-75ED4B06BF9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E75F9D8-8C97-4B75-97CB-75ED4B06BF9D}.Release|Any CPU.Build.0 = Release|Any CPU
{9E43EC91-C81C-4A27-82C6-B0D71AD74DB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E43EC91-C81C-4A27-82C6-B0D71AD74DB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E43EC91-C81C-4A27-82C6-B0D71AD74DB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E43EC91-C81C-4A27-82C6-B0D71AD74DB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3369487-A949-48B8-A4CB-20499CEC85F3}
EndGlobalSection
EndGlobal