-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lockless.sln
36 lines (36 loc) · 1.94 KB
/
Lockless.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lockless", "Lockless\Lockless.vcxproj", "{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LocklessTest", "LocklessTest\LocklessTest.vcxproj", "{119137D2-CDB0-4118-B211-F198A647DE49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}.Debug|Win32.ActiveCfg = Debug|Win32
{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}.Debug|Win32.Build.0 = Debug|Win32
{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}.Debug|x64.ActiveCfg = Debug|x64
{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}.Debug|x64.Build.0 = Debug|x64
{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}.Release|Win32.ActiveCfg = Release|Win32
{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}.Release|Win32.Build.0 = Release|Win32
{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}.Release|x64.ActiveCfg = Release|x64
{B1BFCD62-07C1-4132-A80A-7710B7E8AF7D}.Release|x64.Build.0 = Release|x64
{119137D2-CDB0-4118-B211-F198A647DE49}.Debug|Win32.ActiveCfg = Debug|Win32
{119137D2-CDB0-4118-B211-F198A647DE49}.Debug|Win32.Build.0 = Debug|Win32
{119137D2-CDB0-4118-B211-F198A647DE49}.Debug|x64.ActiveCfg = Debug|x64
{119137D2-CDB0-4118-B211-F198A647DE49}.Debug|x64.Build.0 = Debug|x64
{119137D2-CDB0-4118-B211-F198A647DE49}.Release|Win32.ActiveCfg = Release|Win32
{119137D2-CDB0-4118-B211-F198A647DE49}.Release|Win32.Build.0 = Release|Win32
{119137D2-CDB0-4118-B211-F198A647DE49}.Release|x64.ActiveCfg = Release|x64
{119137D2-CDB0-4118-B211-F198A647DE49}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal