~ubuntu-branches/ubuntu/trusty/mongodb/trusty-proposed

« back to all changes in this revision

Viewing changes to msvc/mongo/mongo.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Antonin Kral
  • Date: 2010-01-29 19:48:45 UTC
  • Revision ID: james.westby@ubuntu.com-20100129194845-8wbmkf626fwcavc9
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9.00"
 
5
        Name="mongo"
 
6
        ProjectGUID="{34348125-2F31-459F-AA95-A1525903AE2B}"
 
7
        RootNamespace="mongo"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="196613"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="Debug|Win32"
 
21
                        OutputDirectory="$(ConfigurationName)"
 
22
                        IntermediateDirectory="$(ConfigurationName)"
 
23
                        ConfigurationType="1"
 
24
                        InheritedPropertySheets="..\mongo_app.vsprops"
 
25
                        CharacterSet="1"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCXMLDataGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCWebServiceProxyGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCCLCompilerTool"
 
44
                                Optimization="0"
 
45
                                AdditionalIncludeDirectories=""
 
46
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
47
                                MinimalRebuild="true"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="3"
 
50
                                UsePrecompiledHeader="2"
 
51
                                WarningLevel="3"
 
52
                                DebugInformationFormat="4"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCManagedResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCLinkerTool"
 
65
                                AdditionalDependencies="mongo_common.lib ws2_32.lib js.lib"
 
66
                                LinkIncremental="2"
 
67
                                AdditionalLibraryDirectories=""
 
68
                                GenerateDebugInformation="true"
 
69
                                SubSystem="1"
 
70
                                TargetMachine="1"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCALinkTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCManifestTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCXDCMakeTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCBscMakeTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCFxCopTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCAppVerifierTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCPostBuildEventTool"
 
92
                                CommandLine="copy &quot;$(OutDir)\$(ProjectName).exe&quot; &quot;..\bin\$(ConfigurationName)\.&quot;"
 
93
                        />
 
94
                </Configuration>
 
95
                <Configuration
 
96
                        Name="Release|Win32"
 
97
                        OutputDirectory="$(ConfigurationName)"
 
98
                        IntermediateDirectory="$(ConfigurationName)"
 
99
                        ConfigurationType="1"
 
100
                        InheritedPropertySheets="..\mongo_app.vsprops"
 
101
                        CharacterSet="1"
 
102
                        WholeProgramOptimization="1"
 
103
                        >
 
104
                        <Tool
 
105
                                Name="VCPreBuildEventTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCCustomBuildTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCXMLDataGeneratorTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCWebServiceProxyGeneratorTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCMIDLTool"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCCLCompilerTool"
 
121
                                Optimization="2"
 
122
                                EnableIntrinsicFunctions="true"
 
123
                                WholeProgramOptimization="false"
 
124
                                AdditionalIncludeDirectories=""
 
125
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
126
                                RuntimeLibrary="2"
 
127
                                EnableFunctionLevelLinking="true"
 
128
                                UsePrecompiledHeader="2"
 
129
                                WarningLevel="3"
 
130
                                DebugInformationFormat="3"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCManagedResourceCompilerTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCResourceCompilerTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCPreLinkEventTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCLinkerTool"
 
143
                                AdditionalDependencies="mongo_common.lib ws2_32.lib js.lib"
 
144
                                LinkIncremental="1"
 
145
                                AdditionalLibraryDirectories=""
 
146
                                GenerateDebugInformation="true"
 
147
                                SubSystem="1"
 
148
                                OptimizeReferences="2"
 
149
                                EnableCOMDATFolding="2"
 
150
                                TargetMachine="1"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCALinkTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCManifestTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCXDCMakeTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCBscMakeTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCFxCopTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCAppVerifierTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCPostBuildEventTool"
 
172
                                CommandLine="copy &quot;$(OutDir)\$(ProjectName).exe&quot; &quot;..\bin\$(ConfigurationName)\.&quot;"
 
173
                        />
 
174
                </Configuration>
 
175
        </Configurations>
 
176
        <References>
 
177
        </References>
 
178
        <Files>
 
179
                <Filter
 
180
                        Name="Header Files"
 
181
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
182
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
183
                        >
 
184
                        <File
 
185
                                RelativePath="..\..\stdafx.h"
 
186
                                >
 
187
                        </File>
 
188
                        <File
 
189
                                RelativePath="..\..\targetver.h"
 
190
                                >
 
191
                        </File>
 
192
                </Filter>
 
193
                <Filter
 
194
                        Name="client"
 
195
                        >
 
196
                        <File
 
197
                                RelativePath="..\..\client\clientOnly.cpp"
 
198
                                >
 
199
                                <FileConfiguration
 
200
                                        Name="Debug|Win32"
 
201
                                        >
 
202
                                        <Tool
 
203
                                                Name="VCCLCompilerTool"
 
204
                                                UsePrecompiledHeader="0"
 
205
                                        />
 
206
                                </FileConfiguration>
 
207
                                <FileConfiguration
 
208
                                        Name="Release|Win32"
 
209
                                        >
 
210
                                        <Tool
 
211
                                                Name="VCCLCompilerTool"
 
212
                                                UsePrecompiledHeader="0"
 
213
                                        />
 
214
                                </FileConfiguration>
 
215
                        </File>
 
216
                        <File
 
217
                                RelativePath="..\..\client\gridfs.cpp"
 
218
                                >
 
219
                                <FileConfiguration
 
220
                                        Name="Debug|Win32"
 
221
                                        >
 
222
                                        <Tool
 
223
                                                Name="VCCLCompilerTool"
 
224
                                                UsePrecompiledHeader="0"
 
225
                                        />
 
226
                                </FileConfiguration>
 
227
                                <FileConfiguration
 
228
                                        Name="Release|Win32"
 
229
                                        >
 
230
                                        <Tool
 
231
                                                Name="VCCLCompilerTool"
 
232
                                                UsePrecompiledHeader="0"
 
233
                                        />
 
234
                                </FileConfiguration>
 
235
                        </File>
 
236
                        <File
 
237
                                RelativePath="..\..\client\gridfs.h"
 
238
                                >
 
239
                        </File>
 
240
                </Filter>
 
241
                <Filter
 
242
                        Name="shell"
 
243
                        >
 
244
                        <File
 
245
                                RelativePath="..\..\shell\dbshell.cpp"
 
246
                                >
 
247
                                <FileConfiguration
 
248
                                        Name="Debug|Win32"
 
249
                                        >
 
250
                                        <Tool
 
251
                                                Name="VCCLCompilerTool"
 
252
                                                UsePrecompiledHeader="0"
 
253
                                        />
 
254
                                </FileConfiguration>
 
255
                                <FileConfiguration
 
256
                                        Name="Release|Win32"
 
257
                                        >
 
258
                                        <Tool
 
259
                                                Name="VCCLCompilerTool"
 
260
                                                UsePrecompiledHeader="0"
 
261
                                        />
 
262
                                </FileConfiguration>
 
263
                        </File>
 
264
                        <File
 
265
                                RelativePath="..\..\shell\utils.cpp"
 
266
                                >
 
267
                                <FileConfiguration
 
268
                                        Name="Debug|Win32"
 
269
                                        >
 
270
                                        <Tool
 
271
                                                Name="VCCLCompilerTool"
 
272
                                                UsePrecompiledHeader="0"
 
273
                                        />
 
274
                                </FileConfiguration>
 
275
                                <FileConfiguration
 
276
                                        Name="Release|Win32"
 
277
                                        >
 
278
                                        <Tool
 
279
                                                Name="VCCLCompilerTool"
 
280
                                                UsePrecompiledHeader="0"
 
281
                                        />
 
282
                                </FileConfiguration>
 
283
                        </File>
 
284
                </Filter>
 
285
                <Filter
 
286
                        Name="Source Files"
 
287
                        >
 
288
                        <File
 
289
                                RelativePath="..\..\stdafx.cpp"
 
290
                                >
 
291
                                <FileConfiguration
 
292
                                        Name="Debug|Win32"
 
293
                                        >
 
294
                                        <Tool
 
295
                                                Name="VCCLCompilerTool"
 
296
                                                UsePrecompiledHeader="1"
 
297
                                        />
 
298
                                </FileConfiguration>
 
299
                                <FileConfiguration
 
300
                                        Name="Release|Win32"
 
301
                                        >
 
302
                                        <Tool
 
303
                                                Name="VCCLCompilerTool"
 
304
                                                UsePrecompiledHeader="1"
 
305
                                        />
 
306
                                </FileConfiguration>
 
307
                        </File>
 
308
                </Filter>
 
309
        </Files>
 
310
        <Globals>
 
311
        </Globals>
 
312
</VisualStudioProject>