-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemory-dump-examples.sln
49 lines (49 loc) · 2.8 KB
/
memory-dump-examples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example1", "Example1\Example1.csproj", "{70FE88D4-7CFE-4ADC-A40D-ABF2B34EA625}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example2", "Example2\Example2.csproj", "{9FDBBAFF-8C36-4DDA-A4B7-AFDE256161A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example3", "Example3\Example3.csproj", "{D16B2A5A-2972-4D54-8AC6-E26865181623}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example4", "Example4\Example4.csproj", "{11A52049-4BFB-4D90-B175-FD03394A34D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example5", "Example5\Example5.csproj", "{23E6DFC7-C88C-4431-8093-1807479F016D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70FE88D4-7CFE-4ADC-A40D-ABF2B34EA625}.Debug|x64.ActiveCfg = Debug|x64
{70FE88D4-7CFE-4ADC-A40D-ABF2B34EA625}.Debug|x64.Build.0 = Debug|x64
{70FE88D4-7CFE-4ADC-A40D-ABF2B34EA625}.Release|x64.ActiveCfg = Release|x64
{70FE88D4-7CFE-4ADC-A40D-ABF2B34EA625}.Release|x64.Build.0 = Release|x64
{9FDBBAFF-8C36-4DDA-A4B7-AFDE256161A1}.Debug|x64.ActiveCfg = Debug|x64
{9FDBBAFF-8C36-4DDA-A4B7-AFDE256161A1}.Debug|x64.Build.0 = Debug|x64
{9FDBBAFF-8C36-4DDA-A4B7-AFDE256161A1}.Release|x64.ActiveCfg = Release|x64
{9FDBBAFF-8C36-4DDA-A4B7-AFDE256161A1}.Release|x64.Build.0 = Release|x64
{D16B2A5A-2972-4D54-8AC6-E26865181623}.Debug|x64.ActiveCfg = Debug|x64
{D16B2A5A-2972-4D54-8AC6-E26865181623}.Debug|x64.Build.0 = Debug|x64
{D16B2A5A-2972-4D54-8AC6-E26865181623}.Release|x64.ActiveCfg = Release|x64
{D16B2A5A-2972-4D54-8AC6-E26865181623}.Release|x64.Build.0 = Release|x64
{11A52049-4BFB-4D90-B175-FD03394A34D0}.Debug|x64.ActiveCfg = Debug|x64
{11A52049-4BFB-4D90-B175-FD03394A34D0}.Debug|x64.Build.0 = Debug|x64
{11A52049-4BFB-4D90-B175-FD03394A34D0}.Release|x64.ActiveCfg = Release|x64
{11A52049-4BFB-4D90-B175-FD03394A34D0}.Release|x64.Build.0 = Release|x64
{23E6DFC7-C88C-4431-8093-1807479F016D}.Debug|x64.ActiveCfg = Debug|x64
{23E6DFC7-C88C-4431-8093-1807479F016D}.Debug|x64.Build.0 = Debug|x64
{23E6DFC7-C88C-4431-8093-1807479F016D}.Release|x64.ActiveCfg = Release|x64
{23E6DFC7-C88C-4431-8093-1807479F016D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {050E3633-E806-47C0-AFF2-A2C90D77575A}
EndGlobalSection
EndGlobal