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

« back to all changes in this revision

Viewing changes to client/win_build/VS2008/image_libs.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="9.00"
5
 
        Name="image_libs"
6
 
        ProjectGUID="{D3D21F11-A7E7-4EA2-8518-E24695133BFF}"
7
 
        RootNamespace="image_libs"
8
 
        Keyword="Win32Proj"
9
 
        TargetFrameworkVersion="131072"
10
 
        >
11
 
        <Platforms>
12
 
                <Platform
13
 
                        Name="Win32"
14
 
                />
15
 
                <Platform
16
 
                        Name="x64"
17
 
                />
18
 
        </Platforms>
19
 
        <ToolFiles>
20
 
        </ToolFiles>
21
 
        <Configurations>
22
 
                <Configuration
23
 
                        Name="Debug|Win32"
24
 
                        OutputDirectory="$(SolutionDir)\Debug"
25
 
                        IntermediateDirectory="$(SolutionDir)\Debug"
26
 
                        ConfigurationType="4"
27
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
28
 
                        UseOfATL="0"
29
 
                        CharacterSet="2"
30
 
                        >
31
 
                        <Tool
32
 
                                Name="VCPreBuildEventTool"
33
 
                        />
34
 
                        <Tool
35
 
                                Name="VCCustomBuildTool"
36
 
                        />
37
 
                        <Tool
38
 
                                Name="VCXMLDataGeneratorTool"
39
 
                        />
40
 
                        <Tool
41
 
                                Name="VCWebServiceProxyGeneratorTool"
42
 
                        />
43
 
                        <Tool
44
 
                                Name="VCMIDLTool"
45
 
                        />
46
 
                        <Tool
47
 
                                Name="VCCLCompilerTool"
48
 
                                Optimization="0"
49
 
                                PreprocessorDefinitions="WIN32;_MT;_DEBUG;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;CLIENT;BOINC_APP_GRAPHICS;_LIB"
50
 
                                MinimalRebuild="true"
51
 
                                BasicRuntimeChecks="3"
52
 
                                RuntimeLibrary="1"
53
 
                                UsePrecompiledHeader="0"
54
 
                                WarningLevel="3"
55
 
                                Detect64BitPortabilityProblems="true"
56
 
                                DebugInformationFormat="4"
57
 
                        />
58
 
                        <Tool
59
 
                                Name="VCManagedResourceCompilerTool"
60
 
                        />
61
 
                        <Tool
62
 
                                Name="VCResourceCompilerTool"
63
 
                        />
64
 
                        <Tool
65
 
                                Name="VCPreLinkEventTool"
66
 
                        />
67
 
                        <Tool
68
 
                                Name="VCLibrarianTool"
69
 
                                OutputFile="$(OutDir)/image_libs.lib"
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="Release|Win32"
89
 
                        OutputDirectory="..\Release"
90
 
                        IntermediateDirectory="..\Release"
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
 
                        />
110
 
                        <Tool
111
 
                                Name="VCCLCompilerTool"
112
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_MT;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;CLIENT;BOINC_APP_GRAPHICS"
113
 
                                RuntimeLibrary="0"
114
 
                                UsePrecompiledHeader="0"
115
 
                                WarningLevel="3"
116
 
                                Detect64BitPortabilityProblems="true"
117
 
                                DebugInformationFormat="3"
118
 
                        />
119
 
                        <Tool
120
 
                                Name="VCManagedResourceCompilerTool"
121
 
                        />
122
 
                        <Tool
123
 
                                Name="VCResourceCompilerTool"
124
 
                        />
125
 
                        <Tool
126
 
                                Name="VCPreLinkEventTool"
127
 
                        />
128
 
                        <Tool
129
 
                                Name="VCLibrarianTool"
130
 
                                OutputFile="$(OutDir)/image_libs.lib"
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
 
                        />
147
 
                </Configuration>
148
 
                <Configuration
149
 
                        Name="Debug|x64"
150
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
151
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
152
 
                        ConfigurationType="4"
153
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
154
 
                        UseOfATL="0"
155
 
                        CharacterSet="2"
156
 
                        >
157
 
                        <Tool
158
 
                                Name="VCPreBuildEventTool"
159
 
                        />
160
 
                        <Tool
161
 
                                Name="VCCustomBuildTool"
162
 
                        />
163
 
                        <Tool
164
 
                                Name="VCXMLDataGeneratorTool"
165
 
                        />
166
 
                        <Tool
167
 
                                Name="VCWebServiceProxyGeneratorTool"
168
 
                        />
169
 
                        <Tool
170
 
                                Name="VCMIDLTool"
171
 
                                TargetEnvironment="3"
172
 
                        />
173
 
                        <Tool
174
 
                                Name="VCCLCompilerTool"
175
 
                                Optimization="0"
176
 
                                PreprocessorDefinitions="WIN32;_MT;_DEBUG;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;CLIENT;BOINC_APP_GRAPHICS;_LIB"
177
 
                                MinimalRebuild="true"
178
 
                                BasicRuntimeChecks="3"
179
 
                                RuntimeLibrary="1"
180
 
                                UsePrecompiledHeader="0"
181
 
                                WarningLevel="3"
182
 
                                Detect64BitPortabilityProblems="true"
183
 
                                DebugInformationFormat="3"
184
 
                        />
185
 
                        <Tool
186
 
                                Name="VCManagedResourceCompilerTool"
187
 
                        />
188
 
                        <Tool
189
 
                                Name="VCResourceCompilerTool"
190
 
                        />
191
 
                        <Tool
192
 
                                Name="VCPreLinkEventTool"
193
 
                        />
194
 
                        <Tool
195
 
                                Name="VCLibrarianTool"
196
 
                                OutputFile="$(OutDir)/image_libs.lib"
197
 
                        />
198
 
                        <Tool
199
 
                                Name="VCALinkTool"
200
 
                        />
201
 
                        <Tool
202
 
                                Name="VCXDCMakeTool"
203
 
                        />
204
 
                        <Tool
205
 
                                Name="VCBscMakeTool"
206
 
                        />
207
 
                        <Tool
208
 
                                Name="VCFxCopTool"
209
 
                        />
210
 
                        <Tool
211
 
                                Name="VCPostBuildEventTool"
212
 
                        />
213
 
                </Configuration>
214
 
                <Configuration
215
 
                        Name="Release|x64"
216
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
217
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
218
 
                        ConfigurationType="4"
219
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
220
 
                        CharacterSet="2"
221
 
                        >
222
 
                        <Tool
223
 
                                Name="VCPreBuildEventTool"
224
 
                        />
225
 
                        <Tool
226
 
                                Name="VCCustomBuildTool"
227
 
                        />
228
 
                        <Tool
229
 
                                Name="VCXMLDataGeneratorTool"
230
 
                        />
231
 
                        <Tool
232
 
                                Name="VCWebServiceProxyGeneratorTool"
233
 
                        />
234
 
                        <Tool
235
 
                                Name="VCMIDLTool"
236
 
                                TargetEnvironment="3"
237
 
                        />
238
 
                        <Tool
239
 
                                Name="VCCLCompilerTool"
240
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_MT;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;CLIENT;BOINC_APP_GRAPHICS"
241
 
                                RuntimeLibrary="0"
242
 
                                UsePrecompiledHeader="0"
243
 
                                WarningLevel="3"
244
 
                                Detect64BitPortabilityProblems="true"
245
 
                                DebugInformationFormat="3"
246
 
                        />
247
 
                        <Tool
248
 
                                Name="VCManagedResourceCompilerTool"
249
 
                        />
250
 
                        <Tool
251
 
                                Name="VCResourceCompilerTool"
252
 
                        />
253
 
                        <Tool
254
 
                                Name="VCPreLinkEventTool"
255
 
                        />
256
 
                        <Tool
257
 
                                Name="VCLibrarianTool"
258
 
                                OutputFile="$(OutDir)/image_libs.lib"
259
 
                        />
260
 
                        <Tool
261
 
                                Name="VCALinkTool"
262
 
                        />
263
 
                        <Tool
264
 
                                Name="VCXDCMakeTool"
265
 
                        />
266
 
                        <Tool
267
 
                                Name="VCBscMakeTool"
268
 
                        />
269
 
                        <Tool
270
 
                                Name="VCFxCopTool"
271
 
                        />
272
 
                        <Tool
273
 
                                Name="VCPostBuildEventTool"
274
 
                        />
275
 
                </Configuration>
276
 
        </Configurations>
277
 
        <References>
278
 
        </References>
279
 
        <Files>
280
 
                <Filter
281
 
                        Name="Source Files"
282
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
283
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
284
 
                        >
285
 
                        <File
286
 
                                RelativePath="..\..\..\image_libs\bmplib.cpp"
287
 
                                >
288
 
                        </File>
289
 
                        <File
290
 
                                RelativePath="..\..\..\image_libs\tgalib.cpp"
291
 
                                >
292
 
                        </File>
293
 
                </Filter>
294
 
                <Filter
295
 
                        Name="Header Files"
296
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
297
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
298
 
                        >
299
 
                        <File
300
 
                                RelativePath="..\..\..\image_libs\bmplib.h"
301
 
                                >
302
 
                        </File>
303
 
                        <File
304
 
                                RelativePath="..\..\..\image_libs\tgalib.h"
305
 
                                >
306
 
                        </File>
307
 
                </Filter>
308
 
                <Filter
309
 
                        Name="Resource Files"
310
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
311
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
312
 
                        >
313
 
                </Filter>
314
 
        </Files>
315
 
        <Globals>
316
 
        </Globals>
317
 
</VisualStudioProject>