-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdefault_variants.ini
125 lines (108 loc) · 1.52 KB
/
default_variants.ini
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
[Settings]
NumFields=15
[Field 1]
Type=GroupBox
Left=0
Right=-1
Top=0
Bottom=-5
Text=Select default variants
[Field 2]
Type=GroupBox
Left=5
Right=100
Top=10
Bottom=-10
Text=Compilers
[Field 3]
Type=GroupBox
Left=105
Right=-5
Top=10
Bottom=-10
Text=Variants
[Field 4]
Type=CheckBox
Left=10
Top=22
Right=95
Bottom=42
Text=Visual C++ 7.1 (Visual Studio .NET 2003)
[Field 5]
Type=CheckBox
Left=10
Top=45
Right=95
Bottom=65
Text=Visual C++ 8.0 (Visual Studio 2005)
[Field 6]
Type=CheckBox
Left=10
Top=68
Right=95
Bottom=88
Text=Visual C++ 9.0 (Visual Studio 2008)
[Field 7]
Type=CheckBox
Left=10
Top=91
Right=95
Bottom=111
Text=Visual C++ 10.0 (Visual Studio 2010)
; -- Variants
[Field 8]
Type=CheckBox
Left=110
Top=22
Right=-10
Bottom=32
Text=Multithreaded debug DLL
[Field 9]
Type=CheckBox
Left=110
Right=-15
Top=35
Bottom=45
Text=Multithreaded DLL
[Field 10]
Type=CheckBox
Left=110
Right=-10
Top=48
Bottom=58
Text=Multithreaded
[Field 11]
Type=CheckBox
Left=110
Right=-10
Top=61
Bottom=71
Text=Multithreaded debug
[Field 12]
Type=CheckBox
Left=110
Right=-10
Top=74
Bottom=84
Text=Multithreaded, static runtime
[Field 13]
Type=CheckBox
Left=110
Right=-10
Top=87
Bottom=97
Text=Multithreaded debug, static runtime
[Field 14]
Type=CheckBox
Left=110
Right=-10
Top=100
Bottom=110
Text=Single threaded, static runtime
[Field 15]
Type=CheckBox
Left=110
Right=-10
Top=113
Bottom=123
Text=Single threaded debug, static runtime