~ubuntu-branches/ubuntu/trusty/log4shib/trusty

« back to all changes in this revision

Viewing changes to msvc9/testNTEventLog/testNTEventLog.vcproj

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-06-05 21:20:25 UTC
  • Revision ID: package-import@ubuntu.com-20120605212025-uyigtav7dqwvnf41
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

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="testNTEventLog"
 
6
        ProjectGUID="{168660E9-5AE5-4AAC-8417-CF32F62D2329}"
 
7
        TargetFrameworkVersion="131072"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
                <Platform
 
14
                        Name="x64"
 
15
                />
 
16
        </Platforms>
 
17
        <ToolFiles>
 
18
        </ToolFiles>
 
19
        <Configurations>
 
20
                <Configuration
 
21
                        Name="Debug|Win32"
 
22
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
23
                        IntermediateDirectory="$(ConfigurationName)"
 
24
                        ConfigurationType="1"
 
25
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
26
                        UseOfMFC="0"
 
27
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
28
                        CharacterSet="2"
 
29
                        >
 
30
                        <Tool
 
31
                                Name="VCPreBuildEventTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCCustomBuildTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCXMLDataGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCWebServiceProxyGeneratorTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCMIDLTool"
 
44
                                TypeLibraryName=".\Debug/testNTEventLog.tlb"
 
45
                                HeaderFileName=""
 
46
                        />
 
47
                        <Tool
 
48
                                Name="VCCLCompilerTool"
 
49
                                Optimization="0"
 
50
                                AdditionalIncludeDirectories="..\..\include"
 
51
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
52
                                MinimalRebuild="true"
 
53
                                BasicRuntimeChecks="3"
 
54
                                RuntimeLibrary="3"
 
55
                                PrecompiledHeaderFile=".\Debug/testNTEventLog.pch"
 
56
                                BrowseInformation="1"
 
57
                                WarningLevel="3"
 
58
                                SuppressStartupBanner="true"
 
59
                                DebugInformationFormat="4"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCManagedResourceCompilerTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCResourceCompilerTool"
 
66
                                PreprocessorDefinitions="_DEBUG"
 
67
                                Culture="1033"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCPreLinkEventTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCLinkerTool"
 
74
                                LinkIncremental="2"
 
75
                                SuppressStartupBanner="true"
 
76
                                GenerateDebugInformation="true"
 
77
                                ProgramDatabaseFile=".\Debug/testNTEventLog.pdb"
 
78
                                SubSystem="1"
 
79
                                RandomizedBaseAddress="1"
 
80
                                DataExecutionPrevention="0"
 
81
                                TargetMachine="1"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCALinkTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCManifestTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCXDCMakeTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCBscMakeTool"
 
94
                                SuppressStartupBanner="true"
 
95
                                OutputFile=".\Debug/testNTEventLog.bsc"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCFxCopTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCAppVerifierTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCPostBuildEventTool"
 
105
                        />
 
106
                </Configuration>
 
107
                <Configuration
 
108
                        Name="Debug|x64"
 
109
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 
110
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
111
                        ConfigurationType="1"
 
112
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
113
                        UseOfMFC="0"
 
114
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
115
                        CharacterSet="2"
 
116
                        >
 
117
                        <Tool
 
118
                                Name="VCPreBuildEventTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCCustomBuildTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCXMLDataGeneratorTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCWebServiceProxyGeneratorTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCMIDLTool"
 
131
                                TargetEnvironment="3"
 
132
                                TypeLibraryName=".\Debug/testNTEventLog.tlb"
 
133
                                HeaderFileName=""
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCCLCompilerTool"
 
137
                                Optimization="0"
 
138
                                AdditionalIncludeDirectories="..\..\include"
 
139
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
140
                                MinimalRebuild="true"
 
141
                                BasicRuntimeChecks="3"
 
142
                                RuntimeLibrary="3"
 
143
                                PrecompiledHeaderFile=".\Debug/testNTEventLog.pch"
 
144
                                BrowseInformation="1"
 
145
                                WarningLevel="3"
 
146
                                SuppressStartupBanner="true"
 
147
                                DebugInformationFormat="3"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCManagedResourceCompilerTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCResourceCompilerTool"
 
154
                                PreprocessorDefinitions="_DEBUG"
 
155
                                Culture="1033"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCPreLinkEventTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCLinkerTool"
 
162
                                LinkIncremental="2"
 
163
                                SuppressStartupBanner="true"
 
164
                                GenerateDebugInformation="true"
 
165
                                ProgramDatabaseFile=".\Debug/testNTEventLog.pdb"
 
166
                                SubSystem="1"
 
167
                                RandomizedBaseAddress="1"
 
168
                                DataExecutionPrevention="0"
 
169
                                TargetMachine="17"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCALinkTool"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCManifestTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCXDCMakeTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCBscMakeTool"
 
182
                                SuppressStartupBanner="true"
 
183
                                OutputFile=".\Debug/testNTEventLog.bsc"
 
184
                        />
 
185
                        <Tool
 
186
                                Name="VCFxCopTool"
 
187
                        />
 
188
                        <Tool
 
189
                                Name="VCAppVerifierTool"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCPostBuildEventTool"
 
193
                        />
 
194
                </Configuration>
 
195
                <Configuration
 
196
                        Name="Release|Win32"
 
197
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
198
                        IntermediateDirectory="$(ConfigurationName)"
 
199
                        ConfigurationType="1"
 
200
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
201
                        UseOfMFC="0"
 
202
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
203
                        CharacterSet="2"
 
204
                        >
 
205
                        <Tool
 
206
                                Name="VCPreBuildEventTool"
 
207
                        />
 
208
                        <Tool
 
209
                                Name="VCCustomBuildTool"
 
210
                        />
 
211
                        <Tool
 
212
                                Name="VCXMLDataGeneratorTool"
 
213
                        />
 
214
                        <Tool
 
215
                                Name="VCWebServiceProxyGeneratorTool"
 
216
                        />
 
217
                        <Tool
 
218
                                Name="VCMIDLTool"
 
219
                                TypeLibraryName=".\Release/testNTEventLog.tlb"
 
220
                                HeaderFileName=""
 
221
                        />
 
222
                        <Tool
 
223
                                Name="VCCLCompilerTool"
 
224
                                Optimization="2"
 
225
                                InlineFunctionExpansion="1"
 
226
                                AdditionalIncludeDirectories="..\..\include"
 
227
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
228
                                StringPooling="true"
 
229
                                RuntimeLibrary="2"
 
230
                                EnableFunctionLevelLinking="true"
 
231
                                PrecompiledHeaderFile=".\Release/testNTEventLog.pch"
 
232
                                WarningLevel="3"
 
233
                                SuppressStartupBanner="true"
 
234
                        />
 
235
                        <Tool
 
236
                                Name="VCManagedResourceCompilerTool"
 
237
                        />
 
238
                        <Tool
 
239
                                Name="VCResourceCompilerTool"
 
240
                                PreprocessorDefinitions="NDEBUG"
 
241
                                Culture="1033"
 
242
                        />
 
243
                        <Tool
 
244
                                Name="VCPreLinkEventTool"
 
245
                        />
 
246
                        <Tool
 
247
                                Name="VCLinkerTool"
 
248
                                LinkIncremental="1"
 
249
                                SuppressStartupBanner="true"
 
250
                                ProgramDatabaseFile=".\Release/testNTEventLog.pdb"
 
251
                                SubSystem="1"
 
252
                                RandomizedBaseAddress="1"
 
253
                                DataExecutionPrevention="0"
 
254
                                TargetMachine="1"
 
255
                        />
 
256
                        <Tool
 
257
                                Name="VCALinkTool"
 
258
                        />
 
259
                        <Tool
 
260
                                Name="VCManifestTool"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCXDCMakeTool"
 
264
                        />
 
265
                        <Tool
 
266
                                Name="VCBscMakeTool"
 
267
                                SuppressStartupBanner="true"
 
268
                                OutputFile=".\Release/testNTEventLog.bsc"
 
269
                        />
 
270
                        <Tool
 
271
                                Name="VCFxCopTool"
 
272
                        />
 
273
                        <Tool
 
274
                                Name="VCAppVerifierTool"
 
275
                        />
 
276
                        <Tool
 
277
                                Name="VCPostBuildEventTool"
 
278
                        />
 
279
                </Configuration>
 
280
                <Configuration
 
281
                        Name="Release|x64"
 
282
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
 
283
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
284
                        ConfigurationType="1"
 
285
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
286
                        UseOfMFC="0"
 
287
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
288
                        CharacterSet="2"
 
289
                        >
 
290
                        <Tool
 
291
                                Name="VCPreBuildEventTool"
 
292
                        />
 
293
                        <Tool
 
294
                                Name="VCCustomBuildTool"
 
295
                        />
 
296
                        <Tool
 
297
                                Name="VCXMLDataGeneratorTool"
 
298
                        />
 
299
                        <Tool
 
300
                                Name="VCWebServiceProxyGeneratorTool"
 
301
                        />
 
302
                        <Tool
 
303
                                Name="VCMIDLTool"
 
304
                                TargetEnvironment="3"
 
305
                                TypeLibraryName=".\Release/testNTEventLog.tlb"
 
306
                                HeaderFileName=""
 
307
                        />
 
308
                        <Tool
 
309
                                Name="VCCLCompilerTool"
 
310
                                Optimization="2"
 
311
                                InlineFunctionExpansion="1"
 
312
                                AdditionalIncludeDirectories="..\..\include"
 
313
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
314
                                StringPooling="true"
 
315
                                RuntimeLibrary="2"
 
316
                                EnableFunctionLevelLinking="true"
 
317
                                PrecompiledHeaderFile=".\Release/testNTEventLog.pch"
 
318
                                WarningLevel="3"
 
319
                                SuppressStartupBanner="true"
 
320
                        />
 
321
                        <Tool
 
322
                                Name="VCManagedResourceCompilerTool"
 
323
                        />
 
324
                        <Tool
 
325
                                Name="VCResourceCompilerTool"
 
326
                                PreprocessorDefinitions="NDEBUG"
 
327
                                Culture="1033"
 
328
                        />
 
329
                        <Tool
 
330
                                Name="VCPreLinkEventTool"
 
331
                        />
 
332
                        <Tool
 
333
                                Name="VCLinkerTool"
 
334
                                LinkIncremental="1"
 
335
                                SuppressStartupBanner="true"
 
336
                                ProgramDatabaseFile=".\Release/testNTEventLog.pdb"
 
337
                                SubSystem="1"
 
338
                                RandomizedBaseAddress="1"
 
339
                                DataExecutionPrevention="0"
 
340
                                TargetMachine="17"
 
341
                        />
 
342
                        <Tool
 
343
                                Name="VCALinkTool"
 
344
                        />
 
345
                        <Tool
 
346
                                Name="VCManifestTool"
 
347
                        />
 
348
                        <Tool
 
349
                                Name="VCXDCMakeTool"
 
350
                        />
 
351
                        <Tool
 
352
                                Name="VCBscMakeTool"
 
353
                                SuppressStartupBanner="true"
 
354
                                OutputFile=".\Release/testNTEventLog.bsc"
 
355
                        />
 
356
                        <Tool
 
357
                                Name="VCFxCopTool"
 
358
                        />
 
359
                        <Tool
 
360
                                Name="VCAppVerifierTool"
 
361
                        />
 
362
                        <Tool
 
363
                                Name="VCPostBuildEventTool"
 
364
                        />
 
365
                </Configuration>
 
366
        </Configurations>
 
367
        <References>
 
368
        </References>
 
369
        <Files>
 
370
                <File
 
371
                        RelativePath="..\..\tests\testNTEventLog.cpp"
 
372
                        >
 
373
                        <FileConfiguration
 
374
                                Name="Debug|Win32"
 
375
                                >
 
376
                                <Tool
 
377
                                        Name="VCCLCompilerTool"
 
378
                                        AdditionalIncludeDirectories=""
 
379
                                        PreprocessorDefinitions=""
 
380
                                />
 
381
                        </FileConfiguration>
 
382
                        <FileConfiguration
 
383
                                Name="Debug|x64"
 
384
                                >
 
385
                                <Tool
 
386
                                        Name="VCCLCompilerTool"
 
387
                                        AdditionalIncludeDirectories=""
 
388
                                        PreprocessorDefinitions=""
 
389
                                />
 
390
                        </FileConfiguration>
 
391
                        <FileConfiguration
 
392
                                Name="Release|Win32"
 
393
                                >
 
394
                                <Tool
 
395
                                        Name="VCCLCompilerTool"
 
396
                                        AdditionalIncludeDirectories=""
 
397
                                        PreprocessorDefinitions=""
 
398
                                />
 
399
                        </FileConfiguration>
 
400
                        <FileConfiguration
 
401
                                Name="Release|x64"
 
402
                                >
 
403
                                <Tool
 
404
                                        Name="VCCLCompilerTool"
 
405
                                        AdditionalIncludeDirectories=""
 
406
                                        PreprocessorDefinitions=""
 
407
                                />
 
408
                        </FileConfiguration>
 
409
                </File>
 
410
        </Files>
 
411
        <Globals>
 
412
        </Globals>
 
413
</VisualStudioProject>