-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththreadit.sln
128 lines (128 loc) · 8.93 KB
/
threadit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threadit", "threadit\threadit.vcxproj", "{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}"
ProjectSection(ProjectDependencies) = postProject
{AFA856A0-2388-4673-9277-CE4061709569} = {AFA856A0-2388-4673-9277-CE4061709569}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threadittest", "threadittest\threadittest.vcxproj", "{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}"
ProjectSection(ProjectDependencies) = postProject
{AFA856A0-2388-4673-9277-CE4061709569} = {AFA856A0-2388-4673-9277-CE4061709569}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "log4cppLIB", "log4cpp\msvc10\log4cppLIB\log4cppLIB.vcxproj", "{AFA856A0-2388-4673-9277-CE4061709569}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "unittest-cpp-master\builds\UnitTest++.vcxproj", "{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug with Boost|Win32 = Debug with Boost|Win32
Debug with Boost|x64 = Debug with Boost|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
MinSizeRel|Win32 = MinSizeRel|Win32
MinSizeRel|x64 = MinSizeRel|x64
Release with Boost|Win32 = Release with Boost|Win32
Release with Boost|x64 = Release with Boost|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Debug with Boost|Win32.ActiveCfg = Debug|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Debug with Boost|Win32.Build.0 = Debug|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Debug with Boost|x64.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Debug with Boost|x64.Build.0 = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Debug|Win32.ActiveCfg = Debug|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Debug|Win32.Build.0 = Debug|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Debug|x64.ActiveCfg = Debug|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.MinSizeRel|Win32.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.MinSizeRel|Win32.Build.0 = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.MinSizeRel|x64.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.MinSizeRel|x64.Build.0 = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Release with Boost|Win32.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Release with Boost|Win32.Build.0 = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Release with Boost|x64.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Release with Boost|x64.Build.0 = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Release|Win32.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Release|Win32.Build.0 = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.Release|x64.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.RelWithDebInfo|Win32.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.RelWithDebInfo|Win32.Build.0 = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.RelWithDebInfo|x64.ActiveCfg = Release|Win32
{D1B02F02-5C9F-47A9-B31B-E9F3CDF353DB}.RelWithDebInfo|x64.Build.0 = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Debug with Boost|Win32.ActiveCfg = Debug|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Debug with Boost|Win32.Build.0 = Debug|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Debug with Boost|x64.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Debug with Boost|x64.Build.0 = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Debug|Win32.ActiveCfg = Debug|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Debug|Win32.Build.0 = Debug|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Debug|x64.ActiveCfg = Debug|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.MinSizeRel|Win32.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.MinSizeRel|Win32.Build.0 = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.MinSizeRel|x64.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.MinSizeRel|x64.Build.0 = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Release with Boost|Win32.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Release with Boost|Win32.Build.0 = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Release with Boost|x64.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Release with Boost|x64.Build.0 = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Release|Win32.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Release|Win32.Build.0 = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.Release|x64.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.RelWithDebInfo|Win32.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.RelWithDebInfo|Win32.Build.0 = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.RelWithDebInfo|x64.ActiveCfg = Release|Win32
{D0DE36A0-72A8-4645-81DF-DCD8DDE85436}.RelWithDebInfo|x64.Build.0 = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Debug with Boost|Win32.ActiveCfg = Debug with Boost|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Debug with Boost|Win32.Build.0 = Debug with Boost|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Debug with Boost|x64.ActiveCfg = Debug with Boost|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Debug|Win32.ActiveCfg = Debug|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Debug|Win32.Build.0 = Debug|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Debug|x64.ActiveCfg = Debug|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.MinSizeRel|Win32.ActiveCfg = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.MinSizeRel|Win32.Build.0 = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.MinSizeRel|x64.ActiveCfg = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.MinSizeRel|x64.Build.0 = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Release with Boost|Win32.ActiveCfg = Release with Boost|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Release with Boost|Win32.Build.0 = Release with Boost|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Release with Boost|x64.ActiveCfg = Release with Boost|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Release|Win32.ActiveCfg = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Release|Win32.Build.0 = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.Release|x64.ActiveCfg = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.RelWithDebInfo|Win32.ActiveCfg = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.RelWithDebInfo|Win32.Build.0 = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.RelWithDebInfo|x64.ActiveCfg = Release|Win32
{AFA856A0-2388-4673-9277-CE4061709569}.RelWithDebInfo|x64.Build.0 = Release|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Debug with Boost|Win32.ActiveCfg = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Debug with Boost|Win32.Build.0 = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Debug with Boost|x64.ActiveCfg = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Debug with Boost|x64.Build.0 = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Debug|Win32.ActiveCfg = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Debug|Win32.Build.0 = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Debug|x64.ActiveCfg = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.MinSizeRel|x64.ActiveCfg = MinSizeRel|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Release with Boost|Win32.ActiveCfg = Release|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Release with Boost|Win32.Build.0 = Release|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Release with Boost|x64.ActiveCfg = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Release with Boost|x64.Build.0 = Debug|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Release|Win32.ActiveCfg = Release|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Release|Win32.Build.0 = Release|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.Release|x64.ActiveCfg = Release|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{C8D03C7D-3A93-3C79-A84E-B3B29E225F48}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA5B5353-7577-4230-90AB-339724B99285}
VisualSVNWorkingCopyRoot = ..
EndGlobalSection
EndGlobal