- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascript-database.vcxproj
More file actions
Latest commit
288 lines (288 loc) · 13 KB
/
Copy pathjavascript-database.vcxproj
File metadata and controls
288 lines (288 loc) · 13 KB
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<?xml version="1.0" encoding="utf-8"?>
<ProjectDefaultTargets="Build"ToolsVersion="15.0"xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroupLabel="ProjectConfigurations">
<ProjectConfigurationInclude="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfigurationInclude="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfigurationInclude="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfigurationInclude="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroupLabel="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{F0D4248A-67E2-40D1-990E-0BB66AFB4325}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<ImportProject="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Debug|Win32'"Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Release|Win32'"Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Debug|x64'"Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Release|x64'"Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<ImportProject="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroupLabel="ExtensionSettings">
<ImportProject="..\..\winflexbison\custom_build_rules\win_flex_bison\win_flex_bison_custom_build.props" />
</ImportGroup>
<ImportGroupLabel="Shared">
</ImportGroup>
<ImportGroupLabel="PropertySheets"Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ImportProject="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroupLabel="PropertySheets"Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ImportProject="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroupLabel="PropertySheets"Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ImportProject="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroupLabel="PropertySheets"Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ImportProject="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroupLabel="UserMacros" />
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PreBuildEventUseInBuild />
</PropertyGroup>
<ItemDefinitionGroupCondition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;STANDALONE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroupCondition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;STANDALONE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroupCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Link>
<AdditionalDependencies>wsock32.lib;setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<CustomBuildStep>
<Command>
</Command>
</CustomBuildStep>
<CustomBuildStep>
<Inputs>
</Inputs>
</CustomBuildStep>
<CustomBuildStep>
<Message />
</CustomBuildStep>
<PreBuildEvent>
<Command>
</Command>
</PreBuildEvent>
<PreBuildEvent>
<Message>
</Message>
</PreBuildEvent>
<Bison>
<OutputFile>%(Filename).tab.c</OutputFile>
<Debug>false</Debug>
<Verbose>true</Verbose>
<Warnings>all</Warnings>
<Report>
</Report>
<ReportFile>js.output</ReportFile>
</Bison>
<Flex>
<OutputFile>%(Filename).flex.c</OutputFile>
</Flex>
<Flex>
<HeaderFile>%(Filename).flex.h</HeaderFile>
</Flex>
<Flex>
<BisonBridge>true</BisonBridge>
</Flex>
<Flex>
<Reentrant>true</Reentrant>
</Flex>
<Flex>
<Debug>true</Debug>
</Flex>
</ItemDefinitionGroup>
<ItemDefinitionGroupCondition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Link>
<AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Bison>
<OutputFile>%(Filename).tab.c</OutputFile>
</Bison>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompileInclude="database\artree\artree.c" />
<ClCompileInclude="database\artree\artree_cursor.c" />
<ClCompileInclude="database\artree\artree_delete.c" />
<ClCompileInclude="database\artree\artree_find.c" />
<ClCompileInclude="database\artree\artree_insert.c" />
<ClCompileInclude="database\artree\artree_uniq.c" />
<ClCompileInclude="database\btree1\btree1.c" />
<ClCompileInclude="database\btree1\btree1_cursor.c" />
<ClCompileInclude="database\btree1\btree1_delete.c" />
<ClCompileInclude="database\btree1\btree1_find.c" />
<ClCompileInclude="database\btree1\btree1_insert.c" />
<ClCompileInclude="database\btree1\btree1_util.c" />
<ClCompileInclude="database\btree2\btree2.c" />
<ClCompileInclude="database\btree2\btree2_cursor.c" />
<ClCompileInclude="database\btree2\btree2_delete.c" />
<ClCompileInclude="database\btree2\btree2_find.c" />
<ClCompileInclude="database\btree2\btree2_insert.c" />
<ClCompileInclude="database\btree2\btree2_skip.c" />
<ClCompileInclude="database\btree2\btree2_util.c" />
<ClCompileInclude="database\db_api.c" />
<ClCompileInclude="database\db_arena.c" />
<ClCompileInclude="database\db_cputime.c" />
<ClCompileInclude="database\db_cursor.c" />
<ClCompileInclude="database\db_drop.c" />
<ClCompileInclude="database\db_frame.c" />
<ClCompileInclude="database\db_handle.c" />
<ClCompileInclude="database\db_iterator.c" />
<ClCompileInclude="database\db_lock.c" />
<ClCompileInclude="database\db_malloc.c" />
<ClCompileInclude="database\db_map.c" />
<ClCompileInclude="database\db_object.c" />
<ClCompileInclude="database\db_params.c" />
<ClCompileInclude="database\db_redblack.c" />
<ClCompileInclude="database\db_skiplist.c" />
<ClCompileInclude="js.lex.c" />
<ClCompileInclude="js.tab.c" />
<ClCompileInclude="js_bson.c" />
<ClCompileInclude="js_builtins.c" />
<ClCompileInclude="js_date.c" />
<ClCompileInclude="js_db.c" />
<ClCompileInclude="js_dbcursor.c" />
<ClCompileInclude="js_dbdoc.c" />
<ClCompileInclude="js_dbindex.c" />
<ClCompileInclude="js_dbiterator.c" />
<ClCompileInclude="js_dbtxn.c" />
<ClCompileInclude="js_dbver.c" />
<ClCompileInclude="js_error.c" />
<ClCompileInclude="js_eval.c" />
<ClCompileInclude="js_fcns.c" />
<ClCompileInclude="js_file.c" />
<ClCompileInclude="js_jsonparse.c" />
<ClCompileInclude="js_lib.c" />
<ClCompileInclude="js_main.c" />
<ClCompileInclude="js_malloc.c" />
<ClCompileInclude="js_marshal.c" />
<ClCompileInclude="js_math.c" />
<ClCompileInclude="js_object.c" />
<ClCompileInclude="js_parse.c" />
<ClCompileInclude="js_props.c" />
<ClCompileInclude="js_string.c" />
<ClCompileInclude="js_strtod.c" />
<ClCompileInclude="js_symbols.c" />
<ClCompileInclude="js_tcp.c" />
<ClCompileInclude="js_values.c" />
<ClCompileInclude="js_vector.c" />
</ItemGroup>
<ItemGroup>
<ClIncludeInclude="database\artree\artree.h" />
<ClIncludeInclude="database\btree1\btree1.h" />
<ClIncludeInclude="database\btree2\btree2.h" />
<ClIncludeInclude="database\btree2\btree2_slot.h" />
<ClIncludeInclude="database\db.h" />
<ClIncludeInclude="database\db_api.h" />
<ClIncludeInclude="database\db_arena.h" />
<ClIncludeInclude="database\db_cursor.h" />
<ClIncludeInclude="database\db_error.h" />
<ClIncludeInclude="database\db_frame.h" />
<ClIncludeInclude="database\db_handle.h" />
<ClIncludeInclude="database\db_iterator.h" />
<ClIncludeInclude="database\db_lock.h" />
<ClIncludeInclude="database\db_malloc.h" />
<ClIncludeInclude="database\db_map.h" />
<ClIncludeInclude="database\db_object.h" />
<ClIncludeInclude="database\db_redblack.h" />
<ClIncludeInclude="database\db_skiplist.h" />
<ClIncludeInclude="js.h" />
<ClIncludeInclude="js.lex.h" />
<ClIncludeInclude="js.tab.h" />
<ClIncludeInclude="js_db.h" />
<ClIncludeInclude="js_dbindex.h" />
<ClIncludeInclude="js_error.h" />
<ClIncludeInclude="js_eval.h" />
<ClIncludeInclude="js_malloc.h" />
<ClIncludeInclude="js_math.h" />
<ClIncludeInclude="js_parse.h" />
<ClIncludeInclude="js_props.h" />
<ClIncludeInclude="js_string.h" />
<ClIncludeInclude="js_vector.h" />
</ItemGroup>
<ItemGroup>
<FlexInclude="js.l">
<ExcludedFromBuildCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
<DeploymentContentCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<FileType>Document</FileType>
<ExcludedFromBuildCondition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
<OutputFileCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).lex.c</OutputFile>
<BisonBridgeCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BisonBridge>
<ReentrantCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</Reentrant>
<HeaderFileCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).lex.h</HeaderFile>
<DebugCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</Debug>
</Flex>
<BisonInclude="js.y">
<DeploymentContentCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<FileType>Document</FileType>
<ExcludedFromBuildCondition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
<OutputFileCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).tab.c</OutputFile>
<DebugCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</Debug>
<ReportCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">state</Report>
<ReportFileCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).tab.output</ReportFile>
<VerboseCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</Verbose>
<WarningsCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">all</Warnings>
</Bison>
</ItemGroup>
<ImportProject="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroupLabel="ExtensionTargets">
<ImportProject="..\..\winflexbison\custom_build_rules\win_flex_bison\win_flex_bison_custom_build.targets" />
</ImportGroup>
</Project>