-
Notifications
You must be signed in to change notification settings - Fork 9
/
DeadlockDetection.sln
33 lines (33 loc) · 1.71 KB
/
DeadlockDetection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeadlockDetection.SampleApp", "DeadlockDetection.SampleApp\DeadlockDetection.SampleApp.csproj", "{9546C7EA-D0EC-4C64-A999-DFBC8B29D0BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeadlockDetection", "DeadlockDetection\DeadlockDetection.csproj", "{F2F7C745-4BB1-482C-BF5C-FFEADE79E768}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{B97C1E77-3013-4DE2-B502-02B3632A9DF4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9546C7EA-D0EC-4C64-A999-DFBC8B29D0BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9546C7EA-D0EC-4C64-A999-DFBC8B29D0BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9546C7EA-D0EC-4C64-A999-DFBC8B29D0BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9546C7EA-D0EC-4C64-A999-DFBC8B29D0BD}.Release|Any CPU.Build.0 = Release|Any CPU
{F2F7C745-4BB1-482C-BF5C-FFEADE79E768}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2F7C745-4BB1-482C-BF5C-FFEADE79E768}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2F7C745-4BB1-482C-BF5C-FFEADE79E768}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2F7C745-4BB1-482C-BF5C-FFEADE79E768}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal