~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to examples/pmandel_service.vcproj

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

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="pmandel_service"
6
 
        ProjectGUID="{628FA51F-0886-4D7D-BBE4-18FB6516D7D2}"
7
 
        RootNamespace="pmandel_service"
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="Debug"
24
 
                        IntermediateDirectory="Debug"
25
 
                        ConfigurationType="1"
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="..\src\include,..\src\include\win32"
48
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_WINDOWS_H"
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="VCLinkerTool"
68
 
                                AdditionalDependencies="mpid.lib ws2_32.lib"
69
 
                                OutputFile="$(OutDir)/pmandel_service.exe"
70
 
                                LinkIncremental="2"
71
 
                                AdditionalLibraryDirectories="..\lib"
72
 
                                GenerateDebugInformation="true"
73
 
                                ProgramDatabaseFile="$(OutDir)/pmandel_service.pdb"
74
 
                                SubSystem="1"
75
 
                                TargetMachine="1"
76
 
                        />
77
 
                        <Tool
78
 
                                Name="VCALinkTool"
79
 
                        />
80
 
                        <Tool
81
 
                                Name="VCManifestTool"
82
 
                        />
83
 
                        <Tool
84
 
                                Name="VCXDCMakeTool"
85
 
                        />
86
 
                        <Tool
87
 
                                Name="VCBscMakeTool"
88
 
                        />
89
 
                        <Tool
90
 
                                Name="VCFxCopTool"
91
 
                        />
92
 
                        <Tool
93
 
                                Name="VCAppVerifierTool"
94
 
                        />
95
 
                        <Tool
96
 
                                Name="VCWebDeploymentTool"
97
 
                        />
98
 
                        <Tool
99
 
                                Name="VCPostBuildEventTool"
100
 
                        />
101
 
                </Configuration>
102
 
                <Configuration
103
 
                        Name="Release|Win32"
104
 
                        OutputDirectory="Release"
105
 
                        IntermediateDirectory="Release"
106
 
                        ConfigurationType="1"
107
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
108
 
                        CharacterSet="2"
109
 
                        >
110
 
                        <Tool
111
 
                                Name="VCPreBuildEventTool"
112
 
                        />
113
 
                        <Tool
114
 
                                Name="VCCustomBuildTool"
115
 
                        />
116
 
                        <Tool
117
 
                                Name="VCXMLDataGeneratorTool"
118
 
                        />
119
 
                        <Tool
120
 
                                Name="VCWebServiceProxyGeneratorTool"
121
 
                        />
122
 
                        <Tool
123
 
                                Name="VCMIDLTool"
124
 
                        />
125
 
                        <Tool
126
 
                                Name="VCCLCompilerTool"
127
 
                                AdditionalIncludeDirectories="..\src\include,..\src\include\win32"
128
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_WINDOWS_H"
129
 
                                RuntimeLibrary="0"
130
 
                                UsePrecompiledHeader="0"
131
 
                                WarningLevel="3"
132
 
                                Detect64BitPortabilityProblems="true"
133
 
                                DebugInformationFormat="3"
134
 
                        />
135
 
                        <Tool
136
 
                                Name="VCManagedResourceCompilerTool"
137
 
                        />
138
 
                        <Tool
139
 
                                Name="VCResourceCompilerTool"
140
 
                        />
141
 
                        <Tool
142
 
                                Name="VCPreLinkEventTool"
143
 
                        />
144
 
                        <Tool
145
 
                                Name="VCLinkerTool"
146
 
                                AdditionalDependencies="mpi.lib ws2_32.lib"
147
 
                                OutputFile="$(OutDir)/pmandel_service.exe"
148
 
                                LinkIncremental="1"
149
 
                                AdditionalLibraryDirectories="..\lib"
150
 
                                GenerateDebugInformation="true"
151
 
                                SubSystem="1"
152
 
                                OptimizeReferences="2"
153
 
                                EnableCOMDATFolding="2"
154
 
                                TargetMachine="1"
155
 
                        />
156
 
                        <Tool
157
 
                                Name="VCALinkTool"
158
 
                        />
159
 
                        <Tool
160
 
                                Name="VCManifestTool"
161
 
                        />
162
 
                        <Tool
163
 
                                Name="VCXDCMakeTool"
164
 
                        />
165
 
                        <Tool
166
 
                                Name="VCBscMakeTool"
167
 
                        />
168
 
                        <Tool
169
 
                                Name="VCFxCopTool"
170
 
                        />
171
 
                        <Tool
172
 
                                Name="VCAppVerifierTool"
173
 
                        />
174
 
                        <Tool
175
 
                                Name="VCWebDeploymentTool"
176
 
                        />
177
 
                        <Tool
178
 
                                Name="VCPostBuildEventTool"
179
 
                        />
180
 
                </Configuration>
181
 
                <Configuration
182
 
                        Name="Debug|x64"
183
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
184
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
185
 
                        ConfigurationType="1"
186
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
187
 
                        CharacterSet="2"
188
 
                        >
189
 
                        <Tool
190
 
                                Name="VCPreBuildEventTool"
191
 
                        />
192
 
                        <Tool
193
 
                                Name="VCCustomBuildTool"
194
 
                        />
195
 
                        <Tool
196
 
                                Name="VCXMLDataGeneratorTool"
197
 
                        />
198
 
                        <Tool
199
 
                                Name="VCWebServiceProxyGeneratorTool"
200
 
                        />
201
 
                        <Tool
202
 
                                Name="VCMIDLTool"
203
 
                                TargetEnvironment="3"
204
 
                        />
205
 
                        <Tool
206
 
                                Name="VCCLCompilerTool"
207
 
                                Optimization="0"
208
 
                                AdditionalIncludeDirectories="..\src\include,..\src\include\win32"
209
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_WINDOWS_H"
210
 
                                MinimalRebuild="true"
211
 
                                BasicRuntimeChecks="3"
212
 
                                RuntimeLibrary="1"
213
 
                                UsePrecompiledHeader="0"
214
 
                                WarningLevel="3"
215
 
                                Detect64BitPortabilityProblems="true"
216
 
                                DebugInformationFormat="3"
217
 
                        />
218
 
                        <Tool
219
 
                                Name="VCManagedResourceCompilerTool"
220
 
                        />
221
 
                        <Tool
222
 
                                Name="VCResourceCompilerTool"
223
 
                        />
224
 
                        <Tool
225
 
                                Name="VCPreLinkEventTool"
226
 
                        />
227
 
                        <Tool
228
 
                                Name="VCLinkerTool"
229
 
                                AdditionalDependencies="mpid.lib ws2_32.lib"
230
 
                                OutputFile="$(OutDir)/pmandel_service.exe"
231
 
                                LinkIncremental="2"
232
 
                                AdditionalLibraryDirectories="..\lib"
233
 
                                GenerateDebugInformation="true"
234
 
                                ProgramDatabaseFile="$(OutDir)/pmandel_service.pdb"
235
 
                                SubSystem="1"
236
 
                                TargetMachine="17"
237
 
                        />
238
 
                        <Tool
239
 
                                Name="VCALinkTool"
240
 
                        />
241
 
                        <Tool
242
 
                                Name="VCManifestTool"
243
 
                        />
244
 
                        <Tool
245
 
                                Name="VCXDCMakeTool"
246
 
                        />
247
 
                        <Tool
248
 
                                Name="VCBscMakeTool"
249
 
                        />
250
 
                        <Tool
251
 
                                Name="VCFxCopTool"
252
 
                        />
253
 
                        <Tool
254
 
                                Name="VCAppVerifierTool"
255
 
                        />
256
 
                        <Tool
257
 
                                Name="VCWebDeploymentTool"
258
 
                        />
259
 
                        <Tool
260
 
                                Name="VCPostBuildEventTool"
261
 
                        />
262
 
                </Configuration>
263
 
                <Configuration
264
 
                        Name="Release|x64"
265
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
266
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
267
 
                        ConfigurationType="1"
268
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
269
 
                        CharacterSet="2"
270
 
                        >
271
 
                        <Tool
272
 
                                Name="VCPreBuildEventTool"
273
 
                        />
274
 
                        <Tool
275
 
                                Name="VCCustomBuildTool"
276
 
                        />
277
 
                        <Tool
278
 
                                Name="VCXMLDataGeneratorTool"
279
 
                        />
280
 
                        <Tool
281
 
                                Name="VCWebServiceProxyGeneratorTool"
282
 
                        />
283
 
                        <Tool
284
 
                                Name="VCMIDLTool"
285
 
                                TargetEnvironment="3"
286
 
                        />
287
 
                        <Tool
288
 
                                Name="VCCLCompilerTool"
289
 
                                AdditionalIncludeDirectories="..\src\include,..\src\include\win64"
290
 
                                PreprocessorDefinitions="NDEBUG;_CONSOLE;HAVE_WINDOWS_H"
291
 
                                RuntimeLibrary="0"
292
 
                                UsePrecompiledHeader="0"
293
 
                                WarningLevel="3"
294
 
                                Detect64BitPortabilityProblems="true"
295
 
                                DebugInformationFormat="3"
296
 
                        />
297
 
                        <Tool
298
 
                                Name="VCManagedResourceCompilerTool"
299
 
                        />
300
 
                        <Tool
301
 
                                Name="VCResourceCompilerTool"
302
 
                        />
303
 
                        <Tool
304
 
                                Name="VCPreLinkEventTool"
305
 
                        />
306
 
                        <Tool
307
 
                                Name="VCLinkerTool"
308
 
                                AdditionalDependencies="mpi.lib ws2_32.lib"
309
 
                                OutputFile="$(OutDir)/pmandel_service.exe"
310
 
                                LinkIncremental="1"
311
 
                                AdditionalLibraryDirectories="..\winbuild\x64\Release\mpi"
312
 
                                GenerateDebugInformation="false"
313
 
                                SubSystem="1"
314
 
                                OptimizeReferences="2"
315
 
                                EnableCOMDATFolding="2"
316
 
                                TargetMachine="17"
317
 
                        />
318
 
                        <Tool
319
 
                                Name="VCALinkTool"
320
 
                        />
321
 
                        <Tool
322
 
                                Name="VCManifestTool"
323
 
                        />
324
 
                        <Tool
325
 
                                Name="VCXDCMakeTool"
326
 
                        />
327
 
                        <Tool
328
 
                                Name="VCBscMakeTool"
329
 
                        />
330
 
                        <Tool
331
 
                                Name="VCFxCopTool"
332
 
                        />
333
 
                        <Tool
334
 
                                Name="VCAppVerifierTool"
335
 
                        />
336
 
                        <Tool
337
 
                                Name="VCWebDeploymentTool"
338
 
                        />
339
 
                        <Tool
340
 
                                Name="VCPostBuildEventTool"
341
 
                        />
342
 
                </Configuration>
343
 
        </Configurations>
344
 
        <References>
345
 
        </References>
346
 
        <Files>
347
 
                <Filter
348
 
                        Name="Source Files"
349
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
350
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
351
 
                        >
352
 
                        <File
353
 
                                RelativePath=".\pmandel_service.c"
354
 
                                >
355
 
                        </File>
356
 
                </Filter>
357
 
                <Filter
358
 
                        Name="Header Files"
359
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
360
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
361
 
                        >
362
 
                </Filter>
363
 
                <Filter
364
 
                        Name="Resource Files"
365
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
366
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
367
 
                        >
368
 
                </Filter>
369
 
        </Files>
370
 
        <Globals>
371
 
        </Globals>
372
 
</VisualStudioProject>