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

« back to all changes in this revision

Viewing changes to msvc/core_server/core_server.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="core_server"
 
6
        ProjectGUID="{8DA99072-BDC8-4204-8DE2-67B5A5466D40}"
 
7
        RootNamespace="core_server"
 
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="4"
 
24
                        InheritedPropertySheets="..\mongo_lib.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;_LIB"
 
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="VCLibrarianTool"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCALinkTool"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCXDCMakeTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCBscMakeTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCFxCopTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCPostBuildEventTool"
 
80
                                CommandLine="copy &quot;$(OutDir)\$(ProjectName).lib&quot; &quot;..\lib\$(ConfigurationName)\.&quot;"
 
81
                        />
 
82
                </Configuration>
 
83
                <Configuration
 
84
                        Name="Release|Win32"
 
85
                        OutputDirectory="$(ConfigurationName)"
 
86
                        IntermediateDirectory="$(ConfigurationName)"
 
87
                        ConfigurationType="4"
 
88
                        InheritedPropertySheets="..\mongo_lib.vsprops"
 
89
                        CharacterSet="1"
 
90
                        WholeProgramOptimization="1"
 
91
                        >
 
92
                        <Tool
 
93
                                Name="VCPreBuildEventTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCCustomBuildTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCXMLDataGeneratorTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCWebServiceProxyGeneratorTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCMIDLTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCCLCompilerTool"
 
109
                                Optimization="2"
 
110
                                EnableIntrinsicFunctions="true"
 
111
                                WholeProgramOptimization="false"
 
112
                                AdditionalIncludeDirectories="&quot;c:\Program Files\boost\boost_1_35_0&quot;;&quot;..\..\pcre-7.4&quot;;..\..\.;..\..\..\js\src"
 
113
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
 
114
                                RuntimeLibrary="2"
 
115
                                EnableFunctionLevelLinking="true"
 
116
                                UsePrecompiledHeader="2"
 
117
                                WarningLevel="3"
 
118
                                DebugInformationFormat="3"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCManagedResourceCompilerTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCResourceCompilerTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCPreLinkEventTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCLibrarianTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCALinkTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCXDCMakeTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCBscMakeTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCFxCopTool"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCPostBuildEventTool"
 
146
                                CommandLine="copy &quot;$(OutDir)\$(ProjectName).lib&quot; &quot;..\lib\$(ConfigurationName)\.&quot;"
 
147
                        />
 
148
                </Configuration>
 
149
        </Configurations>
 
150
        <References>
 
151
        </References>
 
152
        <Files>
 
153
                <Filter
 
154
                        Name="util"
 
155
                        >
 
156
                        <File
 
157
                                RelativePath="..\..\util\message_server.h"
 
158
                                >
 
159
                        </File>
 
160
                        <File
 
161
                                RelativePath="..\..\util\message_server_asio.cpp"
 
162
                                >
 
163
                                <FileConfiguration
 
164
                                        Name="Debug|Win32"
 
165
                                        >
 
166
                                        <Tool
 
167
                                                Name="VCCLCompilerTool"
 
168
                                                UsePrecompiledHeader="0"
 
169
                                        />
 
170
                                </FileConfiguration>
 
171
                                <FileConfiguration
 
172
                                        Name="Release|Win32"
 
173
                                        >
 
174
                                        <Tool
 
175
                                                Name="VCCLCompilerTool"
 
176
                                                UsePrecompiledHeader="0"
 
177
                                        />
 
178
                                </FileConfiguration>
 
179
                        </File>
 
180
                        <File
 
181
                                RelativePath="..\..\util\message_server_port.cpp"
 
182
                                >
 
183
                                <FileConfiguration
 
184
                                        Name="Debug|Win32"
 
185
                                        >
 
186
                                        <Tool
 
187
                                                Name="VCCLCompilerTool"
 
188
                                                UsePrecompiledHeader="0"
 
189
                                        />
 
190
                                </FileConfiguration>
 
191
                                <FileConfiguration
 
192
                                        Name="Release|Win32"
 
193
                                        >
 
194
                                        <Tool
 
195
                                                Name="VCCLCompilerTool"
 
196
                                                UsePrecompiledHeader="0"
 
197
                                        />
 
198
                                </FileConfiguration>
 
199
                        </File>
 
200
                </Filter>
 
201
                <Filter
 
202
                        Name="Header Files"
 
203
                        >
 
204
                        <File
 
205
                                RelativePath="..\..\stdafx.h"
 
206
                                >
 
207
                        </File>
 
208
                        <File
 
209
                                RelativePath="..\..\targetver.h"
 
210
                                >
 
211
                        </File>
 
212
                </Filter>
 
213
                <Filter
 
214
                        Name="Source Files"
 
215
                        >
 
216
                        <File
 
217
                                RelativePath="..\..\stdafx.cpp"
 
218
                                >
 
219
                                <FileConfiguration
 
220
                                        Name="Debug|Win32"
 
221
                                        >
 
222
                                        <Tool
 
223
                                                Name="VCCLCompilerTool"
 
224
                                                UsePrecompiledHeader="1"
 
225
                                        />
 
226
                                </FileConfiguration>
 
227
                                <FileConfiguration
 
228
                                        Name="Release|Win32"
 
229
                                        >
 
230
                                        <Tool
 
231
                                                Name="VCCLCompilerTool"
 
232
                                                UsePrecompiledHeader="1"
 
233
                                        />
 
234
                                </FileConfiguration>
 
235
                        </File>
 
236
                </Filter>
 
237
        </Files>
 
238
        <Globals>
 
239
        </Globals>
 
240
</VisualStudioProject>