-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathRawPDB.sln
39 lines (39 loc) · 1.89 KB
/
RawPDB.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{9DA9F6DF-458B-4921-82BE-F0B6CCCB2A65}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RawPDB", "RawPDB.vcxproj", "{FBE3DBFA-20A7-4F99-9326-ED82C8B7B910}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Examples", "Examples.vcxproj", "{A2570A81-BAD3-4E84-9180-FC4900D67E52}"
ProjectSection(ProjectDependencies) = postProject
{FBE3DBFA-20A7-4F99-9326-ED82C8B7B910} = {FBE3DBFA-20A7-4F99-9326-ED82C8B7B910}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBE3DBFA-20A7-4F99-9326-ED82C8B7B910}.Debug|x64.ActiveCfg = Debug|x64
{FBE3DBFA-20A7-4F99-9326-ED82C8B7B910}.Debug|x64.Build.0 = Debug|x64
{FBE3DBFA-20A7-4F99-9326-ED82C8B7B910}.Release|x64.ActiveCfg = Release|x64
{FBE3DBFA-20A7-4F99-9326-ED82C8B7B910}.Release|x64.Build.0 = Release|x64
{A2570A81-BAD3-4E84-9180-FC4900D67E52}.Debug|x64.ActiveCfg = Debug|x64
{A2570A81-BAD3-4E84-9180-FC4900D67E52}.Debug|x64.Build.0 = Debug|x64
{A2570A81-BAD3-4E84-9180-FC4900D67E52}.Release|x64.ActiveCfg = Release|x64
{A2570A81-BAD3-4E84-9180-FC4900D67E52}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FBE3DBFA-20A7-4F99-9326-ED82C8B7B910} = {9DA9F6DF-458B-4921-82BE-F0B6CCCB2A65}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBA7451C-D19B-44B8-A568-D76727048631}
EndGlobalSection
EndGlobal