forked from mariuz/flamerobin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flamerobin.sln
139 lines (139 loc) · 10.2 KB
/
flamerobin.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
129
130
131
132
133
134
135
136
137
138
139
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flamerobin", "flamerobin_flamerobin.vcxproj", "{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ibpp", "flamerobin_ibpp.vcxproj", "{F98A5270-7698-516C-9430-13EBB667AEA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Dynamic|x64 = Debug Dynamic|x64
Debug Dynamic|x86 = Debug Dynamic|x86
Debug Static|x64 = Debug Static|x64
Debug Static|x86 = Debug Static|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
DLL Debug Dynamic|x64 = DLL Debug Dynamic|x64
DLL Debug Dynamic|x86 = DLL Debug Dynamic|x86
DLL Debug Static|x64 = DLL Debug Static|x64
DLL Debug Static|x86 = DLL Debug Static|x86
DLL Debug|x64 = DLL Debug|x64
DLL Debug|x86 = DLL Debug|x86
DLL Release Dynamic|x64 = DLL Release Dynamic|x64
DLL Release Dynamic|x86 = DLL Release Dynamic|x86
DLL Release Static|x64 = DLL Release Static|x64
DLL Release Static|x86 = DLL Release Static|x86
DLL Release|x64 = DLL Release|x64
DLL Release|x86 = DLL Release|x86
Release Dynamic|x64 = Release Dynamic|x64
Release Dynamic|x86 = Release Dynamic|x86
Release Static|x64 = Release Static|x64
Release Static|x86 = Release Static|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug Dynamic|x64.Build.0 = Debug Dynamic|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug Dynamic|x86.ActiveCfg = Debug Dynamic|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug Static|x64.ActiveCfg = Debug Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug Static|x64.Build.0 = Debug Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug Static|x86.ActiveCfg = Debug Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug Static|x86.Build.0 = Debug Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug|x64.ActiveCfg = DLL Debug Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug|x64.Build.0 = DLL Debug Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug|x86.ActiveCfg = DLL Debug Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Debug|x86.Build.0 = DLL Debug Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug Dynamic|x64.ActiveCfg = DLL Debug Dynamic|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug Dynamic|x64.Build.0 = DLL Debug Dynamic|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug Dynamic|x86.ActiveCfg = DLL Debug Dynamic|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug Dynamic|x86.Build.0 = DLL Debug Dynamic|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug Static|x64.ActiveCfg = DLL Debug Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug Static|x64.Build.0 = DLL Debug Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug Static|x86.ActiveCfg = DLL Debug Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug Static|x86.Build.0 = DLL Debug Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug|x64.ActiveCfg = DLL Debug Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug|x64.Build.0 = DLL Debug Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug|x86.ActiveCfg = DLL Debug Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Debug|x86.Build.0 = DLL Debug Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release Dynamic|x64.ActiveCfg = DLL Release Dynamic|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release Dynamic|x64.Build.0 = DLL Release Dynamic|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release Dynamic|x86.ActiveCfg = DLL Release Dynamic|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release Dynamic|x86.Build.0 = DLL Release Dynamic|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release Static|x64.ActiveCfg = DLL Release Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release Static|x64.Build.0 = DLL Release Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release Static|x86.ActiveCfg = DLL Release Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release Static|x86.Build.0 = DLL Release Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release|x64.ActiveCfg = DLL Release Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release|x64.Build.0 = DLL Release Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release|x86.ActiveCfg = DLL Release Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.DLL Release|x86.Build.0 = DLL Release Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release Dynamic|x64.ActiveCfg = Release Dynamic|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release Dynamic|x64.Build.0 = Release Dynamic|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release Dynamic|x86.ActiveCfg = Release Dynamic|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release Dynamic|x86.Build.0 = Release Dynamic|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release Static|x64.ActiveCfg = Release Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release Static|x64.Build.0 = Release Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release Static|x86.ActiveCfg = Release Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release Static|x86.Build.0 = Release Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release|x64.ActiveCfg = Release Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release|x64.Build.0 = Release Static|x64
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release|x86.ActiveCfg = Release Static|Win32
{3C914FEE-C6E8-58AA-B046-6E951FCD6BFC}.Release|x86.Build.0 = Release Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug Dynamic|x64.Build.0 = Debug Dynamic|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug Dynamic|x86.ActiveCfg = Debug Dynamic|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug Static|x64.ActiveCfg = Debug Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug Static|x64.Build.0 = Debug Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug Static|x86.ActiveCfg = Debug Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug Static|x86.Build.0 = Debug Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug|x64.ActiveCfg = DLL Debug Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug|x64.Build.0 = DLL Debug Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug|x86.ActiveCfg = DLL Debug Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Debug|x86.Build.0 = DLL Debug Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug Dynamic|x64.ActiveCfg = DLL Debug Dynamic|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug Dynamic|x64.Build.0 = DLL Debug Dynamic|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug Dynamic|x86.ActiveCfg = DLL Debug Dynamic|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug Dynamic|x86.Build.0 = DLL Debug Dynamic|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug Static|x64.ActiveCfg = DLL Debug Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug Static|x64.Build.0 = DLL Debug Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug Static|x86.ActiveCfg = DLL Debug Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug Static|x86.Build.0 = DLL Debug Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug|x64.ActiveCfg = DLL Debug Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug|x64.Build.0 = DLL Debug Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug|x86.ActiveCfg = DLL Debug Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Debug|x86.Build.0 = DLL Debug Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release Dynamic|x64.ActiveCfg = DLL Release Dynamic|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release Dynamic|x64.Build.0 = DLL Release Dynamic|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release Dynamic|x86.ActiveCfg = DLL Release Dynamic|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release Dynamic|x86.Build.0 = DLL Release Dynamic|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release Static|x64.ActiveCfg = DLL Release Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release Static|x64.Build.0 = DLL Release Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release Static|x86.ActiveCfg = DLL Release Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release Static|x86.Build.0 = DLL Release Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release|x64.ActiveCfg = DLL Release Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release|x64.Build.0 = DLL Release Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release|x86.ActiveCfg = DLL Release Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.DLL Release|x86.Build.0 = DLL Release Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release Dynamic|x64.ActiveCfg = Release Dynamic|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release Dynamic|x64.Build.0 = Release Dynamic|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release Dynamic|x86.ActiveCfg = Release Dynamic|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release Dynamic|x86.Build.0 = Release Dynamic|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release Static|x64.ActiveCfg = Release Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release Static|x64.Build.0 = Release Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release Static|x86.ActiveCfg = Release Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release Static|x86.Build.0 = Release Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release|x64.ActiveCfg = Release Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release|x64.Build.0 = Release Static|x64
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release|x86.ActiveCfg = Release Static|Win32
{F98A5270-7698-516C-9430-13EBB667AEA5}.Release|x86.Build.0 = Release Static|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAC61EBF-B39D-4C16-B7A4-25063DB7928D}
EndGlobalSection
EndGlobal