-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeadlock.sln
25 lines (25 loc) · 1.02 KB
/
deadlock.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deadlock", "deadlock\deadlock.vcxproj", "{2459ED8D-1EC2-4E70-8F8C-87B18AF0D702}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug|x64 = debug|x64
release|x64 = release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2459ED8D-1EC2-4E70-8F8C-87B18AF0D702}.debug|x64.ActiveCfg = dbg|x64
{2459ED8D-1EC2-4E70-8F8C-87B18AF0D702}.debug|x64.Build.0 = dbg|x64
{2459ED8D-1EC2-4E70-8F8C-87B18AF0D702}.release|x64.ActiveCfg = rel|x64
{2459ED8D-1EC2-4E70-8F8C-87B18AF0D702}.release|x64.Build.0 = rel|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {784FDB5C-D4DC-4149-8F45-290BAAA9E739}
EndGlobalSection
EndGlobal