~ubuntu-branches/ubuntu/raring/clucene-core/raring-proposed

« back to all changes in this revision

Viewing changes to win32/test.vcproj

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2012-08-11 09:33:38 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120811093338-fgrx41ftqew3qt6a
Tags: 2.3.3.4-1
* New upstream release (Closes: #661703).
* Convert package to multiarch.
* Drop obsolete patches:
  - 01_add_missing_include_bug505667.diff
  - 02_posixness_fix_bug530308.diff
* Add patches:
  - Fixing_ZLIB_configuration_in_shared_CMakeLists.patch
  - Fix-pkgconfig-file-by-adding-clucene-shared-library.patch
  - Install-contribs-lib.patch
  - multiarch.patch
* Update debian/compat: bump to 8.
* Update debian/control:
  - update build dependencies (add cmake, libboost-dev and libz-dev).
  - bump Standards-Version to 3.9.3.
  - rename packages due to ABI bump: libclucene0ldbl -> libclucene-core1.
  - add libclucene-contribs1 package.
* Update debian/rules:
  - rewrite to use CMake.
  - add multiarch support.

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="7.10"
5
 
        Name="test"
6
 
        ProjectGUID="{59FA5B1C-9CF6-4EED-AEF4-E8B45C7FD4EA}"
7
 
        SccProjectName=""
8
 
        SccLocalPath=""
9
 
        >
10
 
        <Platforms>
11
 
                <Platform
12
 
                        Name="Win32"
13
 
                />
14
 
        </Platforms>
15
 
        <ToolFiles>
16
 
        </ToolFiles>
17
 
        <Configurations>
18
 
                <Configuration
19
 
                        Name="Release|Win32"
20
 
                        OutputDirectory="../build"
21
 
                        IntermediateDirectory="../build/tmp/msvc7/$(ProjectName)/release"
22
 
                        ConfigurationType="1"
23
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24
 
                        UseOfMFC="0"
25
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
26
 
                        CharacterSet="1"
27
 
                        >
28
 
                        <Tool
29
 
                                Name="VCCLCompilerTool"
30
 
                                Optimization="2"
31
 
                                InlineFunctionExpansion="1"
32
 
                                AdditionalIncludeDirectories="../src;../test"
33
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
34
 
                                StringPooling="true"
35
 
                                RuntimeLibrary="0"
36
 
                                EnableFunctionLevelLinking="true"
37
 
                                UsePrecompiledHeader="0"
38
 
                                PrecompiledHeaderThrough="test.h"
39
 
                                PrecompiledHeaderFile="$(IntDir)/cl_test.pch"
40
 
                                AssemblerListingLocation="$(IntDir)/"
41
 
                                ObjectFile="$(IntDir)/"
42
 
                                ProgramDataBaseFileName="$(IntDir)/"
43
 
                                WarningLevel="3"
44
 
                                SuppressStartupBanner="true"
45
 
                                CompileAs="0"
46
 
                        />
47
 
                        <Tool
48
 
                                Name="VCCustomBuildTool"/>
49
 
                        <Tool
50
 
                                Name="VCLinkerTool"
51
 
                                AdditionalDependencies="clucene-coreUMT.lib"
52
 
                                OutputFile="$(OutDir)/cl_test.exe"
53
 
                                LinkIncremental="1"
54
 
                                SuppressStartupBanner="true"
55
 
                                AdditionalLibraryDirectories="$(OutDir)/lib"
56
 
                                ProgramDatabaseFile="$(OutDir)/cl_test.pdb"
57
 
                                SubSystem="1"
58
 
                                TargetMachine="1"
59
 
                        />
60
 
                        <Tool
61
 
                                Name="VCMIDLTool"
62
 
                                TypeLibraryName="$(OutDir)/cl_test.tlb"
63
 
                                HeaderFileName=""/>
64
 
                        <Tool
65
 
                                Name="VCPostBuildEventTool"/>
66
 
                        <Tool
67
 
                                Name="VCPreBuildEventTool"/>
68
 
                        <Tool
69
 
                                Name="VCPreLinkEventTool"/>
70
 
                        <Tool
71
 
                                Name="VCResourceCompilerTool"
72
 
                                PreprocessorDefinitions="NDEBUG"
73
 
                                Culture="3081"/>
74
 
                        <Tool
75
 
                                Name="VCWebServiceProxyGeneratorTool"/>
76
 
                        <Tool
77
 
                                Name="VCXMLDataGeneratorTool"/>
78
 
                        <Tool
79
 
                                Name="VCWebDeploymentTool"/>
80
 
                        <Tool
81
 
                                Name="VCManagedWrapperGeneratorTool"/>
82
 
                        <Tool
83
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
84
 
                </Configuration>
85
 
                <Configuration
86
 
                        Name="Debug|Win32"
87
 
                        OutputDirectory="../build"
88
 
                        IntermediateDirectory="../build/tmp/msvc7/$(ProjectName)/debug"
89
 
                        ConfigurationType="1"
90
 
                        UseOfMFC="0"
91
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
92
 
                        CharacterSet="1"
93
 
                        >
94
 
                        <Tool
95
 
                                Name="VCCLCompilerTool"
96
 
                                Optimization="0"
97
 
                                AdditionalIncludeDirectories="../src;../test"
98
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
99
 
                                BasicRuntimeChecks="3"
100
 
                                RuntimeLibrary="1"
101
 
                                UsePrecompiledHeader="0"
102
 
                                PrecompiledHeaderThrough="test.h"
103
 
                                PrecompiledHeaderFile="$(IntDir)/cl_test.pch"
104
 
                                AssemblerListingLocation="$(IntDir)/"
105
 
                                ObjectFile="$(IntDir)/"
106
 
                                ProgramDataBaseFileName="$(IntDir)/"
107
 
                                WarningLevel="3"
108
 
                                SuppressStartupBanner="true"
109
 
                                DebugInformationFormat="4"
110
 
                                CompileAs="0"
111
 
                        />
112
 
                        <Tool
113
 
                                Name="VCCustomBuildTool"/>
114
 
                        <Tool
115
 
                                Name="VCLinkerTool"
116
 
                                AdditionalDependencies="clucene-coreUDMT.lib"
117
 
                                OutputFile="$(OutDir)/cl_test.exe"
118
 
                                SuppressStartupBanner="true"
119
 
                                AdditionalLibraryDirectories="$(OutDir)/lib"
120
 
                                GenerateDebugInformation="true"
121
 
                                ProgramDatabaseFile="$(OutDir)/cl_test.pdb"
122
 
                                SubSystem="1"
123
 
                                TargetMachine="1"
124
 
                        />
125
 
                        <Tool
126
 
                                Name="VCMIDLTool"
127
 
                                TypeLibraryName="$(OutDir)/cl_test.tlb"
128
 
                                HeaderFileName=""/>
129
 
                        <Tool
130
 
                                Name="VCPostBuildEventTool"/>
131
 
                        <Tool
132
 
                                Name="VCPreBuildEventTool"/>
133
 
                        <Tool
134
 
                                Name="VCPreLinkEventTool"/>
135
 
                        <Tool
136
 
                                Name="VCResourceCompilerTool"
137
 
                                PreprocessorDefinitions="_DEBUG"
138
 
                                Culture="3081"/>
139
 
                        <Tool
140
 
                                Name="VCWebServiceProxyGeneratorTool"/>
141
 
                        <Tool
142
 
                                Name="VCXMLDataGeneratorTool"/>
143
 
                        <Tool
144
 
                                Name="VCWebDeploymentTool"/>
145
 
                        <Tool
146
 
                                Name="VCManagedWrapperGeneratorTool"/>
147
 
                        <Tool
148
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
149
 
                </Configuration>
150
 
        </Configurations>
151
 
        <References>
152
 
        </References>
153
 
        <Files>
154
 
                <Filter
155
 
                        Name="unit_testing"
156
 
                        >
157
 
                        <File
158
 
                                RelativePath="..\test\CuTest.cpp"
159
 
                                >
160
 
                        </File>
161
 
                        <File
162
 
                                RelativePath="..\test\CuTest.h"
163
 
                                >
164
 
                        </File>
165
 
                        <File
166
 
                                RelativePath="..\test\test.h"
167
 
                                >
168
 
                        </File>
169
 
                        <File
170
 
                                RelativePath="..\test\testall.cpp"
171
 
                                >
172
 
                        </File>
173
 
                        <File
174
 
                                RelativePath="..\test\tests.cpp"
175
 
                                >
176
 
                        </File>
177
 
                </Filter>
178
 
                <Filter
179
 
                        Name="analysis"
180
 
                        >
181
 
                        <File
182
 
                                RelativePath="..\test\analysis\TestAnalysis.cpp"
183
 
                                >
184
 
                        </File>
185
 
                        <File
186
 
                                RelativePath="..\test\analysis\TestAnalyzers.cpp"
187
 
                                >
188
 
                        </File>
189
 
                </Filter>
190
 
                <Filter
191
 
                        Name="search"
192
 
                        >
193
 
                        <File
194
 
                                RelativePath="..\test\search\TestDateFilter.cpp"
195
 
                                >
196
 
                        </File>
197
 
                        <File
198
 
                                RelativePath="..\test\search\TestForDuplicates.cpp"
199
 
                                >
200
 
                        </File>
201
 
                        <File
202
 
                                RelativePath="..\test\search\TestSearch.cpp"
203
 
                                >
204
 
                        </File>
205
 
                        <File
206
 
                                RelativePath="..\test\search\TestSort.cpp"
207
 
                                >
208
 
                        </File>
209
 
                        <File
210
 
                                RelativePath="..\test\search\TestTermVector.cpp"
211
 
                                >
212
 
                        </File>
213
 
                        <File
214
 
                                RelativePath="..\test\search\TestWildcard.cpp"
215
 
                                >
216
 
                        </File>
217
 
                </Filter>
218
 
                <Filter
219
 
                        Name="util"
220
 
                        >
221
 
                        <File
222
 
                                RelativePath="..\test\util\English.cpp"
223
 
                                >
224
 
                        </File>
225
 
                        <File
226
 
                                RelativePath="..\test\util\English.h"
227
 
                                >
228
 
                        </File>
229
 
                        <File
230
 
                                RelativePath="..\test\util\TestPriorityQueue.cpp"
231
 
                                >
232
 
                        </File>
233
 
                </Filter>
234
 
                <Filter
235
 
                        Name="store"
236
 
                        >
237
 
                        <File
238
 
                                RelativePath="..\test\store\TestStore.cpp"
239
 
                                >
240
 
                        </File>
241
 
                </Filter>
242
 
                <Filter
243
 
                        Name="queryParser"
244
 
                        >
245
 
                        <File
246
 
                                RelativePath="..\test\queryParser\TestQueryParser.cpp"
247
 
                                >
248
 
                        </File>
249
 
                </Filter>
250
 
                <Filter
251
 
                        Name="debug"
252
 
                        >
253
 
                        <File
254
 
                                RelativePath="..\test\debug\TestError.cpp"
255
 
                                >
256
 
                        </File>
257
 
                </Filter>
258
 
                <Filter
259
 
                        Name="document"
260
 
                        >
261
 
                        <File
262
 
                                RelativePath="..\test\document\TestDocument.cpp"
263
 
                                >
264
 
                        </File>
265
 
                </Filter>
266
 
                <Filter
267
 
                        Name="index"
268
 
                        >
269
 
                        <File
270
 
                                RelativePath="..\test\index\TestHighFreqTerms.cpp"
271
 
                                >
272
 
                        </File>
273
 
                        <File
274
 
                                RelativePath="..\test\index\TestIndexWriter.cpp"
275
 
                                >
276
 
                        </File>
277
 
                        <File
278
 
                                RelativePath="..\test\index\TestReuters.cpp"
279
 
                                >
280
 
                        </File>
281
 
                        <File
282
 
                                RelativePath="..\test\index\TestUtf8.cpp"
283
 
                                >
284
 
                        </File>
285
 
                </Filter>
286
 
        </Files>
287
 
        <Globals>
288
 
        </Globals>
289
 
</VisualStudioProject>