-
Notifications
You must be signed in to change notification settings - Fork 0
/
perfanalysis.sln
43 lines (43 loc) · 2.53 KB
/
perfanalysis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31619.372
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analysis", "Analysis\Analysis.csproj", "{42DD34DB-8C25-40DB-940D-267FCEEE7B24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InProcessAnalysis", "InProcessAnalysis\InProcessAnalysis.csproj", "{E51BDFEB-F20E-4F52-9A63-8B093303A658}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LockContention", "LockContention\LockContention.csproj", "{EED048E0-E173-4528-96E4-641864D820BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThreadStarvation", "ThreadStarvation\ThreadStarvation.csproj", "{934CADE7-6209-4978-8C6C-41D5E91DADA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42DD34DB-8C25-40DB-940D-267FCEEE7B24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42DD34DB-8C25-40DB-940D-267FCEEE7B24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42DD34DB-8C25-40DB-940D-267FCEEE7B24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42DD34DB-8C25-40DB-940D-267FCEEE7B24}.Release|Any CPU.Build.0 = Release|Any CPU
{E51BDFEB-F20E-4F52-9A63-8B093303A658}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E51BDFEB-F20E-4F52-9A63-8B093303A658}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E51BDFEB-F20E-4F52-9A63-8B093303A658}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E51BDFEB-F20E-4F52-9A63-8B093303A658}.Release|Any CPU.Build.0 = Release|Any CPU
{EED048E0-E173-4528-96E4-641864D820BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EED048E0-E173-4528-96E4-641864D820BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EED048E0-E173-4528-96E4-641864D820BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EED048E0-E173-4528-96E4-641864D820BF}.Release|Any CPU.Build.0 = Release|Any CPU
{934CADE7-6209-4978-8C6C-41D5E91DADA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{934CADE7-6209-4978-8C6C-41D5E91DADA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{934CADE7-6209-4978-8C6C-41D5E91DADA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{934CADE7-6209-4978-8C6C-41D5E91DADA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {968A12EB-A19D-4020-B8D2-8BE1C6830DCD}
EndGlobalSection
EndGlobal