~ubuntu-branches/ubuntu/saucy/boinc-app-seti/saucy

« back to all changes in this revision

Viewing changes to client/win_build/setiboincdb.vcproj

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2013-07-25 09:38:04 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130725093804-ll1egntx7saiqyh8
Tags: 7.00~svn1933-1
* New upstream release.
* Removed win_build, mac_build, vector_lib, jpeglib
  not used in building and not completely listed in copyright file.
* debian/copyright and README.sources have been updated.
* dropping 101_freebsd_build.patch and separate_build_dir.patch,
  accepted upstream.
* Removed debian/watch, unused.
* Little changes in debian/README.source files.

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="8.00"
5
 
        Name="setiboincdb"
6
 
        ProjectGUID="{7E3EB322-3341-4821-90C3-EBD6E0D46D57}"
7
 
        RootNamespace="setiboincdb"
8
 
        Keyword="Win32Proj"
9
 
        >
10
 
        <Platforms>
11
 
                <Platform
12
 
                        Name="Win32"
13
 
                />
14
 
                <Platform
15
 
                        Name="x64"
16
 
                />
17
 
        </Platforms>
18
 
        <ToolFiles>
19
 
        </ToolFiles>
20
 
        <Configurations>
21
 
                <Configuration
22
 
                        Name="Debug|Win32"
23
 
                        OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)"
24
 
                        IntermediateDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\Intermediate\$(ProjectName)"
25
 
                        ConfigurationType="4"
26
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
27
 
                        CharacterSet="2"
28
 
                        >
29
 
                        <Tool
30
 
                                Name="VCPreBuildEventTool"
31
 
                        />
32
 
                        <Tool
33
 
                                Name="VCCustomBuildTool"
34
 
                        />
35
 
                        <Tool
36
 
                                Name="VCXMLDataGeneratorTool"
37
 
                        />
38
 
                        <Tool
39
 
                                Name="VCWebServiceProxyGeneratorTool"
40
 
                        />
41
 
                        <Tool
42
 
                                Name="VCMIDLTool"
43
 
                        />
44
 
                        <Tool
45
 
                                Name="VCCLCompilerTool"
46
 
                                Optimization="0"
47
 
                                AdditionalIncludeDirectories="../../../boinc/win_build;..;..\..;..\..\..\boinc\lib"
48
 
                                PreprocessorDefinitions="WIN32;_MT;_DEBUG;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS;_LIB"
49
 
                                MinimalRebuild="true"
50
 
                                BasicRuntimeChecks="3"
51
 
                                RuntimeLibrary="1"
52
 
                                UsePrecompiledHeader="0"
53
 
                                WarningLevel="3"
54
 
                                Detect64BitPortabilityProblems="true"
55
 
                                DebugInformationFormat="4"
56
 
                        />
57
 
                        <Tool
58
 
                                Name="VCManagedResourceCompilerTool"
59
 
                        />
60
 
                        <Tool
61
 
                                Name="VCResourceCompilerTool"
62
 
                        />
63
 
                        <Tool
64
 
                                Name="VCPreLinkEventTool"
65
 
                        />
66
 
                        <Tool
67
 
                                Name="VCLibrarianTool"
68
 
                                OutputFile="$(OutDir)/setiboincdb.lib"
69
 
                                IgnoreAllDefaultLibraries="false"
70
 
                        />
71
 
                        <Tool
72
 
                                Name="VCALinkTool"
73
 
                        />
74
 
                        <Tool
75
 
                                Name="VCXDCMakeTool"
76
 
                        />
77
 
                        <Tool
78
 
                                Name="VCBscMakeTool"
79
 
                        />
80
 
                        <Tool
81
 
                                Name="VCFxCopTool"
82
 
                        />
83
 
                        <Tool
84
 
                                Name="VCPostBuildEventTool"
85
 
                        />
86
 
                </Configuration>
87
 
                <Configuration
88
 
                        Name="Debug|x64"
89
 
                        OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)"
90
 
                        IntermediateDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\Intermediate\$(ProjectName)"
91
 
                        ConfigurationType="4"
92
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
93
 
                        CharacterSet="2"
94
 
                        >
95
 
                        <Tool
96
 
                                Name="VCPreBuildEventTool"
97
 
                        />
98
 
                        <Tool
99
 
                                Name="VCCustomBuildTool"
100
 
                        />
101
 
                        <Tool
102
 
                                Name="VCXMLDataGeneratorTool"
103
 
                        />
104
 
                        <Tool
105
 
                                Name="VCWebServiceProxyGeneratorTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCMIDLTool"
109
 
                                TargetEnvironment="3"
110
 
                        />
111
 
                        <Tool
112
 
                                Name="VCCLCompilerTool"
113
 
                                Optimization="0"
114
 
                                AdditionalIncludeDirectories="../../../boinc/win_build;..;..\..;..\..\..\boinc\lib"
115
 
                                PreprocessorDefinitions="WIN32;_MT;_DEBUG;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS;_LIB"
116
 
                                MinimalRebuild="true"
117
 
                                BasicRuntimeChecks="3"
118
 
                                RuntimeLibrary="1"
119
 
                                UsePrecompiledHeader="0"
120
 
                                WarningLevel="3"
121
 
                                Detect64BitPortabilityProblems="true"
122
 
                                DebugInformationFormat="3"
123
 
                        />
124
 
                        <Tool
125
 
                                Name="VCManagedResourceCompilerTool"
126
 
                        />
127
 
                        <Tool
128
 
                                Name="VCResourceCompilerTool"
129
 
                        />
130
 
                        <Tool
131
 
                                Name="VCPreLinkEventTool"
132
 
                        />
133
 
                        <Tool
134
 
                                Name="VCLibrarianTool"
135
 
                                OutputFile="$(OutDir)/setiboincdb.lib"
136
 
                                IgnoreAllDefaultLibraries="false"
137
 
                        />
138
 
                        <Tool
139
 
                                Name="VCALinkTool"
140
 
                        />
141
 
                        <Tool
142
 
                                Name="VCXDCMakeTool"
143
 
                        />
144
 
                        <Tool
145
 
                                Name="VCBscMakeTool"
146
 
                        />
147
 
                        <Tool
148
 
                                Name="VCFxCopTool"
149
 
                        />
150
 
                        <Tool
151
 
                                Name="VCPostBuildEventTool"
152
 
                        />
153
 
                </Configuration>
154
 
                <Configuration
155
 
                        Name="Release|Win32"
156
 
                        OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)"
157
 
                        IntermediateDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\Intermediate\$(ProjectName)"
158
 
                        ConfigurationType="4"
159
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
160
 
                        CharacterSet="2"
161
 
                        WholeProgramOptimization="1"
162
 
                        >
163
 
                        <Tool
164
 
                                Name="VCPreBuildEventTool"
165
 
                        />
166
 
                        <Tool
167
 
                                Name="VCCustomBuildTool"
168
 
                        />
169
 
                        <Tool
170
 
                                Name="VCXMLDataGeneratorTool"
171
 
                        />
172
 
                        <Tool
173
 
                                Name="VCWebServiceProxyGeneratorTool"
174
 
                        />
175
 
                        <Tool
176
 
                                Name="VCMIDLTool"
177
 
                        />
178
 
                        <Tool
179
 
                                Name="VCCLCompilerTool"
180
 
                                AdditionalIncludeDirectories="../../../boinc/win_build;..;..\..;..\..\..\boinc\lib"
181
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_MT;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
182
 
                                MinimalRebuild="true"
183
 
                                RuntimeLibrary="0"
184
 
                                BufferSecurityCheck="false"
185
 
                                FloatingPointModel="2"
186
 
                                UsePrecompiledHeader="0"
187
 
                                WarningLevel="3"
188
 
                                Detect64BitPortabilityProblems="true"
189
 
                                DebugInformationFormat="0"
190
 
                        />
191
 
                        <Tool
192
 
                                Name="VCManagedResourceCompilerTool"
193
 
                        />
194
 
                        <Tool
195
 
                                Name="VCResourceCompilerTool"
196
 
                        />
197
 
                        <Tool
198
 
                                Name="VCPreLinkEventTool"
199
 
                        />
200
 
                        <Tool
201
 
                                Name="VCLibrarianTool"
202
 
                                OutputFile="$(OutDir)/setiboincdb.lib"
203
 
                        />
204
 
                        <Tool
205
 
                                Name="VCALinkTool"
206
 
                        />
207
 
                        <Tool
208
 
                                Name="VCXDCMakeTool"
209
 
                        />
210
 
                        <Tool
211
 
                                Name="VCBscMakeTool"
212
 
                        />
213
 
                        <Tool
214
 
                                Name="VCFxCopTool"
215
 
                        />
216
 
                        <Tool
217
 
                                Name="VCPostBuildEventTool"
218
 
                        />
219
 
                </Configuration>
220
 
                <Configuration
221
 
                        Name="Release|x64"
222
 
                        OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)"
223
 
                        IntermediateDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\Intermediate\$(ProjectName)"
224
 
                        ConfigurationType="4"
225
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
226
 
                        CharacterSet="2"
227
 
                        >
228
 
                        <Tool
229
 
                                Name="VCPreBuildEventTool"
230
 
                        />
231
 
                        <Tool
232
 
                                Name="VCCustomBuildTool"
233
 
                        />
234
 
                        <Tool
235
 
                                Name="VCXMLDataGeneratorTool"
236
 
                        />
237
 
                        <Tool
238
 
                                Name="VCWebServiceProxyGeneratorTool"
239
 
                        />
240
 
                        <Tool
241
 
                                Name="VCMIDLTool"
242
 
                                TargetEnvironment="3"
243
 
                        />
244
 
                        <Tool
245
 
                                Name="VCCLCompilerTool"
246
 
                                AdditionalIncludeDirectories="../../../boinc/win_build;..;..\..;..\..\..\boinc\lib"
247
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_MT;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
248
 
                                RuntimeLibrary="0"
249
 
                                BufferSecurityCheck="false"
250
 
                                FloatingPointModel="2"
251
 
                                UsePrecompiledHeader="0"
252
 
                                WarningLevel="3"
253
 
                                Detect64BitPortabilityProblems="true"
254
 
                                DebugInformationFormat="0"
255
 
                        />
256
 
                        <Tool
257
 
                                Name="VCManagedResourceCompilerTool"
258
 
                        />
259
 
                        <Tool
260
 
                                Name="VCResourceCompilerTool"
261
 
                        />
262
 
                        <Tool
263
 
                                Name="VCPreLinkEventTool"
264
 
                        />
265
 
                        <Tool
266
 
                                Name="VCLibrarianTool"
267
 
                                OutputFile="$(OutDir)/setiboincdb.lib"
268
 
                        />
269
 
                        <Tool
270
 
                                Name="VCALinkTool"
271
 
                        />
272
 
                        <Tool
273
 
                                Name="VCXDCMakeTool"
274
 
                        />
275
 
                        <Tool
276
 
                                Name="VCBscMakeTool"
277
 
                        />
278
 
                        <Tool
279
 
                                Name="VCFxCopTool"
280
 
                        />
281
 
                        <Tool
282
 
                                Name="VCPostBuildEventTool"
283
 
                        />
284
 
                </Configuration>
285
 
        </Configurations>
286
 
        <References>
287
 
        </References>
288
 
        <Files>
289
 
                <Filter
290
 
                        Name="Source Files"
291
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
292
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
293
 
                        >
294
 
                        <File
295
 
                                RelativePath="..\..\db\sqlblob.cpp"
296
 
                                >
297
 
                        </File>
298
 
                        <File
299
 
                                RelativePath="..\..\db\sqlint8.cpp"
300
 
                                >
301
 
                        </File>
302
 
                        <File
303
 
                                RelativePath="..\..\db\sqlrow.cpp"
304
 
                                >
305
 
                        </File>
306
 
                        <File
307
 
                                RelativePath="..\..\db\xml_util.cpp"
308
 
                                >
309
 
                        </File>
310
 
                </Filter>
311
 
                <Filter
312
 
                        Name="Header Files"
313
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
314
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
315
 
                        >
316
 
                        <File
317
 
                                RelativePath="..\..\db\db_table.h"
318
 
                                >
319
 
                        </File>
320
 
                        <File
321
 
                                RelativePath="..\..\db\sqlapi.h"
322
 
                                >
323
 
                        </File>
324
 
                        <File
325
 
                                RelativePath="..\..\db\sqlblob.h"
326
 
                                >
327
 
                        </File>
328
 
                        <File
329
 
                                RelativePath="..\..\db\sqldefs.h"
330
 
                                >
331
 
                        </File>
332
 
                        <File
333
 
                                RelativePath="..\..\db\sqlint8.h"
334
 
                                >
335
 
                        </File>
336
 
                        <File
337
 
                                RelativePath="..\..\db\sqlrow.h"
338
 
                                >
339
 
                        </File>
340
 
                        <File
341
 
                                RelativePath="..\..\db\xml_util.h"
342
 
                                >
343
 
                        </File>
344
 
                </Filter>
345
 
                <Filter
346
 
                        Name="Resource Files"
347
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
348
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
349
 
                        >
350
 
                </Filter>
351
 
        </Files>
352
 
        <Globals>
353
 
        </Globals>
354
 
</VisualStudioProject>