-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMonoProfiler.sln
35 lines (35 loc) · 2.13 KB
/
MonoProfiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9D7C7945-D7CD-49B4-9F02-905DC76CFB93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bootstrapper", "src\Bootstrapper\Bootstrapper.csproj", "{91270EFC-F8FE-4E11-A455-4BBF47BBBFED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoProfiler", "src\MonoProfiler\MonoProfiler.csproj", "{E4525AB5-18F6-42FF-A0FF-42E5CE2CA1E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Profiler", "src\Profiler\Profiler.csproj", "{A983274D-A852-4AE7-B914-B44EFD73E716}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4525AB5-18F6-42FF-A0FF-42E5CE2CA1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4525AB5-18F6-42FF-A0FF-42E5CE2CA1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4525AB5-18F6-42FF-A0FF-42E5CE2CA1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4525AB5-18F6-42FF-A0FF-42E5CE2CA1E2}.Release|Any CPU.Build.0 = Release|Any CPU
{91270EFC-F8FE-4E11-A455-4BBF47BBBFED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91270EFC-F8FE-4E11-A455-4BBF47BBBFED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91270EFC-F8FE-4E11-A455-4BBF47BBBFED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91270EFC-F8FE-4E11-A455-4BBF47BBBFED}.Release|Any CPU.Build.0 = Release|Any CPU
{A983274D-A852-4AE7-B914-B44EFD73E716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A983274D-A852-4AE7-B914-B44EFD73E716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A983274D-A852-4AE7-B914-B44EFD73E716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A983274D-A852-4AE7-B914-B44EFD73E716}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E4525AB5-18F6-42FF-A0FF-42E5CE2CA1E2} = {9D7C7945-D7CD-49B4-9F02-905DC76CFB93}
{91270EFC-F8FE-4E11-A455-4BBF47BBBFED} = {9D7C7945-D7CD-49B4-9F02-905DC76CFB93}
{A983274D-A852-4AE7-B914-B44EFD73E716} = {9D7C7945-D7CD-49B4-9F02-905DC76CFB93}
EndGlobalSection
EndGlobal