forked from bombomby/optick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Profiler.sln
132 lines (132 loc) · 10.2 KB
/
Profiler.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProfilerTest", "ProfilerTest\ProfilerTest.vcxproj", "{17ED90EC-1789-4CCF-903B-12E64CCF5728}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brofiler", "Brofiler\Brofiler.csproj", "{97F462A6-7E81-4AD1-AE48-602F79F70169}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProfilerCore", "ProfilerCore\ProfilerCore.vcxproj", "{A8E32855-F506-4E07-AA39-9FFF743CFFE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4164CD29-B7C4-47BF-9F75-A8D5BF59CCA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Dynamic|Any CPU = Debug Dynamic|Any CPU
Debug Dynamic|Mixed Platforms = Debug Dynamic|Mixed Platforms
Debug Dynamic|x64 = Debug Dynamic|x64
Debug Dynamic|x86 = Debug Dynamic|x86
Debug Static|Any CPU = Debug Static|Any CPU
Debug Static|Mixed Platforms = Debug Static|Mixed Platforms
Debug Static|x64 = Debug Static|x64
Debug Static|x86 = Debug Static|x86
Release Dynamic|Any CPU = Release Dynamic|Any CPU
Release Dynamic|Mixed Platforms = Release Dynamic|Mixed Platforms
Release Dynamic|x64 = Release Dynamic|x64
Release Dynamic|x86 = Release Dynamic|x86
Release Static|Any CPU = Release Static|Any CPU
Release Static|Mixed Platforms = Release Static|Mixed Platforms
Release Static|x64 = Release Static|x64
Release Static|x86 = Release Static|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Dynamic|Any CPU.ActiveCfg = Debug|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Dynamic|Any CPU.Build.0 = Debug|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Dynamic|Mixed Platforms.ActiveCfg = Debug|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Dynamic|Mixed Platforms.Build.0 = Debug|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Dynamic|x64.ActiveCfg = Debug|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Dynamic|x64.Build.0 = Debug|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Dynamic|x86.ActiveCfg = Debug|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Dynamic|x86.Build.0 = Debug|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Static|Any CPU.ActiveCfg = Debug|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Static|Any CPU.Build.0 = Debug|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Static|Mixed Platforms.ActiveCfg = Debug|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Static|Mixed Platforms.Build.0 = Debug|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Static|x64.ActiveCfg = Debug|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Static|x64.Build.0 = Debug|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Static|x86.ActiveCfg = Debug|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Debug Static|x86.Build.0 = Debug|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Dynamic|Any CPU.ActiveCfg = Release|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Dynamic|Any CPU.Build.0 = Release|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Dynamic|Mixed Platforms.ActiveCfg = Release|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Dynamic|Mixed Platforms.Build.0 = Release|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Dynamic|x64.ActiveCfg = Release|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Dynamic|x64.Build.0 = Release|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Dynamic|x86.ActiveCfg = Release|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Dynamic|x86.Build.0 = Release|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Static|Any CPU.ActiveCfg = Release|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Static|Any CPU.Build.0 = Release|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Static|Mixed Platforms.ActiveCfg = Release|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Static|Mixed Platforms.Build.0 = Release|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Static|x64.ActiveCfg = Release|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Static|x64.Build.0 = Release|x64
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Static|x86.ActiveCfg = Release|Win32
{17ED90EC-1789-4CCF-903B-12E64CCF5728}.Release Static|x86.Build.0 = Release|Win32
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Dynamic|Any CPU.ActiveCfg = Debug|Any CPU
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Dynamic|Any CPU.Build.0 = Debug|Any CPU
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Dynamic|Mixed Platforms.ActiveCfg = Debug|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Dynamic|Mixed Platforms.Build.0 = Debug|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Dynamic|x64.ActiveCfg = Debug|x64
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Dynamic|x64.Build.0 = Debug|x64
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Dynamic|x86.ActiveCfg = Debug|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Dynamic|x86.Build.0 = Debug|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Static|Any CPU.ActiveCfg = Debug|Any CPU
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Static|Any CPU.Build.0 = Debug|Any CPU
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Static|Mixed Platforms.ActiveCfg = Debug|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Static|Mixed Platforms.Build.0 = Debug|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Static|x64.ActiveCfg = Debug|x64
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Static|x64.Build.0 = Debug|x64
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Static|x86.ActiveCfg = Debug|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Debug Static|x86.Build.0 = Debug|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Dynamic|Any CPU.ActiveCfg = Release|Any CPU
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Dynamic|Any CPU.Build.0 = Release|Any CPU
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Dynamic|Mixed Platforms.ActiveCfg = Release|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Dynamic|Mixed Platforms.Build.0 = Release|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Dynamic|x64.ActiveCfg = Release|x64
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Dynamic|x64.Build.0 = Release|x64
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Dynamic|x86.ActiveCfg = Release|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Dynamic|x86.Build.0 = Release|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Static|Any CPU.ActiveCfg = Release|Any CPU
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Static|Any CPU.Build.0 = Release|Any CPU
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Static|Mixed Platforms.ActiveCfg = Release|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Static|Mixed Platforms.Build.0 = Release|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Static|x64.ActiveCfg = Release|x64
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Static|x64.Build.0 = Release|x64
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Static|x86.ActiveCfg = Release|x86
{97F462A6-7E81-4AD1-AE48-602F79F70169}.Release Static|x86.Build.0 = Release|x86
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Dynamic|Any CPU.ActiveCfg = Debug Dynamic|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Dynamic|Any CPU.Build.0 = Debug Dynamic|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Dynamic|Mixed Platforms.ActiveCfg = Debug Dynamic|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Dynamic|Mixed Platforms.Build.0 = Debug Dynamic|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Dynamic|x64.Build.0 = Debug Dynamic|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Dynamic|x86.ActiveCfg = Debug Dynamic|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Dynamic|x86.Build.0 = Debug Dynamic|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Static|Any CPU.ActiveCfg = Debug Static|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Static|Any CPU.Build.0 = Debug Static|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Static|Mixed Platforms.ActiveCfg = Debug Static|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Static|Mixed Platforms.Build.0 = Debug Static|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Static|x64.ActiveCfg = Debug Static|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Static|x64.Build.0 = Debug Static|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Static|x86.ActiveCfg = Debug Static|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Debug Static|x86.Build.0 = Debug Static|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Dynamic|Any CPU.ActiveCfg = Release Dynamic|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Dynamic|Any CPU.Build.0 = Release Dynamic|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Dynamic|Mixed Platforms.ActiveCfg = Release Dynamic|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Dynamic|Mixed Platforms.Build.0 = Release Dynamic|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Dynamic|x64.ActiveCfg = Release Dynamic|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Dynamic|x64.Build.0 = Release Dynamic|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Dynamic|x86.ActiveCfg = Release Dynamic|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Dynamic|x86.Build.0 = Release Dynamic|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Static|Any CPU.ActiveCfg = Release Static|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Static|Any CPU.Build.0 = Release Static|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Static|Mixed Platforms.ActiveCfg = Release Static|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Static|Mixed Platforms.Build.0 = Release Static|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Static|x64.ActiveCfg = Release Static|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Static|x64.Build.0 = Release Static|x64
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Static|x86.ActiveCfg = Release Static|Win32
{A8E32855-F506-4E07-AA39-9FFF743CFFE6}.Release Static|x86.Build.0 = Release Static|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal