source: nscp/modules/CheckHelpers/CheckHelpers.vcproj @ 972b98d

0.4.00.4.10.4.2stable
Last change on this file since 972b98d was 972b98d, checked in by Michael Medin <michael@…>, 6 years ago

0.2.7 build

  • Property mode set to 100644
File size: 9.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="CheckHelpers"
6        ProjectGUID="{8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="Debug"
20                        IntermediateDirectory="Debug"
21                        ConfigurationType="2"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="../include;../../include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                UsePrecompiledHeader="2"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                OutputFile="../../Debug/modules/$(ProjectName).dll"
65                                LinkIncremental="2"
66                                ModuleDefinitionFile="CheckHelpers.def"
67                                GenerateDebugInformation="true"
68                                ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb"
69                                SubSystem="2"
70                                ImportLibrary="$(OutDir)/CheckDisk.lib"
71                                TargetMachine="1"
72                        />
73                        <Tool
74                                Name="VCALinkTool"
75                        />
76                        <Tool
77                                Name="VCManifestTool"
78                        />
79                        <Tool
80                                Name="VCXDCMakeTool"
81                        />
82                        <Tool
83                                Name="VCBscMakeTool"
84                        />
85                        <Tool
86                                Name="VCFxCopTool"
87                        />
88                        <Tool
89                                Name="VCAppVerifierTool"
90                        />
91                        <Tool
92                                Name="VCWebDeploymentTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                        />
97                </Configuration>
98                <Configuration
99                        Name="Release|Win32"
100                        OutputDirectory="Release"
101                        IntermediateDirectory="Release"
102                        ConfigurationType="2"
103                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
104                        CharacterSet="2"
105                        >
106                        <Tool
107                                Name="VCPreBuildEventTool"
108                        />
109                        <Tool
110                                Name="VCCustomBuildTool"
111                        />
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCMIDLTool"
120                        />
121                        <Tool
122                                Name="VCCLCompilerTool"
123                                AdditionalIncludeDirectories="../include;../../include"
124                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
125                                RuntimeLibrary="0"
126                                UsePrecompiledHeader="2"
127                                WarningLevel="3"
128                                Detect64BitPortabilityProblems="true"
129                                DebugInformationFormat="3"
130                        />
131                        <Tool
132                                Name="VCManagedResourceCompilerTool"
133                        />
134                        <Tool
135                                Name="VCResourceCompilerTool"
136                        />
137                        <Tool
138                                Name="VCPreLinkEventTool"
139                        />
140                        <Tool
141                                Name="VCLinkerTool"
142                                OutputFile="../../Release/modules/$(ProjectName).dll"
143                                LinkIncremental="1"
144                                ModuleDefinitionFile="CheckHelpers.def"
145                                GenerateDebugInformation="false"
146                                SubSystem="2"
147                                OptimizeReferences="2"
148                                EnableCOMDATFolding="2"
149                                ImportLibrary="$(OutDir)/CheckDisk.lib"
150                                TargetMachine="1"
151                        />
152                        <Tool
153                                Name="VCALinkTool"
154                        />
155                        <Tool
156                                Name="VCManifestTool"
157                        />
158                        <Tool
159                                Name="VCXDCMakeTool"
160                        />
161                        <Tool
162                                Name="VCBscMakeTool"
163                        />
164                        <Tool
165                                Name="VCFxCopTool"
166                        />
167                        <Tool
168                                Name="VCAppVerifierTool"
169                        />
170                        <Tool
171                                Name="VCWebDeploymentTool"
172                        />
173                        <Tool
174                                Name="VCPostBuildEventTool"
175                        />
176                </Configuration>
177                <Configuration
178                        Name="Distribution|Win32"
179                        OutputDirectory="$(ConfigurationName)"
180                        IntermediateDirectory="$(ConfigurationName)"
181                        ConfigurationType="2"
182                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
183                        CharacterSet="2"
184                        >
185                        <Tool
186                                Name="VCPreBuildEventTool"
187                        />
188                        <Tool
189                                Name="VCCustomBuildTool"
190                        />
191                        <Tool
192                                Name="VCXMLDataGeneratorTool"
193                        />
194                        <Tool
195                                Name="VCWebServiceProxyGeneratorTool"
196                        />
197                        <Tool
198                                Name="VCMIDLTool"
199                        />
200                        <Tool
201                                Name="VCCLCompilerTool"
202                                AdditionalIncludeDirectories="../include;../../include"
203                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
204                                RuntimeLibrary="2"
205                                UsePrecompiledHeader="2"
206                                WarningLevel="3"
207                                Detect64BitPortabilityProblems="true"
208                                DebugInformationFormat="3"
209                        />
210                        <Tool
211                                Name="VCManagedResourceCompilerTool"
212                        />
213                        <Tool
214                                Name="VCResourceCompilerTool"
215                        />
216                        <Tool
217                                Name="VCPreLinkEventTool"
218                        />
219                        <Tool
220                                Name="VCLinkerTool"
221                                OutputFile="../../Dist/modules/$(ProjectName).dll"
222                                LinkIncremental="1"
223                                ModuleDefinitionFile="CheckHelpers.def"
224                                GenerateDebugInformation="true"
225                                SubSystem="2"
226                                OptimizeReferences="2"
227                                EnableCOMDATFolding="2"
228                                ImportLibrary="$(OutDir)/CheckDisk.lib"
229                                TargetMachine="1"
230                        />
231                        <Tool
232                                Name="VCALinkTool"
233                        />
234                        <Tool
235                                Name="VCManifestTool"
236                        />
237                        <Tool
238                                Name="VCXDCMakeTool"
239                        />
240                        <Tool
241                                Name="VCBscMakeTool"
242                        />
243                        <Tool
244                                Name="VCFxCopTool"
245                        />
246                        <Tool
247                                Name="VCAppVerifierTool"
248                        />
249                        <Tool
250                                Name="VCWebDeploymentTool"
251                        />
252                        <Tool
253                                Name="VCPostBuildEventTool"
254                        />
255                </Configuration>
256                <Configuration
257                        Name="Nightly|Win32"
258                        OutputDirectory="$(ConfigurationName)"
259                        IntermediateDirectory="$(ConfigurationName)"
260                        ConfigurationType="2"
261                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
262                        CharacterSet="2"
263                        >
264                        <Tool
265                                Name="VCPreBuildEventTool"
266                        />
267                        <Tool
268                                Name="VCCustomBuildTool"
269                        />
270                        <Tool
271                                Name="VCXMLDataGeneratorTool"
272                        />
273                        <Tool
274                                Name="VCWebServiceProxyGeneratorTool"
275                        />
276                        <Tool
277                                Name="VCMIDLTool"
278                        />
279                        <Tool
280                                Name="VCCLCompilerTool"
281                                AdditionalIncludeDirectories="../include;../../include"
282                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
283                                RuntimeLibrary="0"
284                                UsePrecompiledHeader="2"
285                                WarningLevel="3"
286                                Detect64BitPortabilityProblems="true"
287                                DebugInformationFormat="3"
288                        />
289                        <Tool
290                                Name="VCManagedResourceCompilerTool"
291                        />
292                        <Tool
293                                Name="VCResourceCompilerTool"
294                        />
295                        <Tool
296                                Name="VCPreLinkEventTool"
297                        />
298                        <Tool
299                                Name="VCLinkerTool"
300                                OutputFile="../../Dist/modules/$(ProjectName).dll"
301                                LinkIncremental="1"
302                                ModuleDefinitionFile="CheckHelpers.def"
303                                GenerateDebugInformation="true"
304                                SubSystem="2"
305                                OptimizeReferences="2"
306                                EnableCOMDATFolding="2"
307                                ImportLibrary="$(OutDir)/CheckDisk.lib"
308                                TargetMachine="1"
309                        />
310                        <Tool
311                                Name="VCALinkTool"
312                        />
313                        <Tool
314                                Name="VCManifestTool"
315                        />
316                        <Tool
317                                Name="VCXDCMakeTool"
318                        />
319                        <Tool
320                                Name="VCBscMakeTool"
321                        />
322                        <Tool
323                                Name="VCFxCopTool"
324                        />
325                        <Tool
326                                Name="VCAppVerifierTool"
327                        />
328                        <Tool
329                                Name="VCWebDeploymentTool"
330                        />
331                        <Tool
332                                Name="VCPostBuildEventTool"
333                        />
334                </Configuration>
335        </Configurations>
336        <References>
337        </References>
338        <Files>
339                <Filter
340                        Name="Source Files"
341                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
342                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
343                        >
344                        <File
345                                RelativePath="..\..\include\arrayBuffer.cpp"
346                                >
347                        </File>
348                        <File
349                                RelativePath=".\CheckHelpers.cpp"
350                                >
351                        </File>
352                        <File
353                                RelativePath=".\CheckHelpers.def"
354                                >
355                        </File>
356                        <File
357                                RelativePath="..\..\include\NSCHelper.cpp"
358                                >
359                        </File>
360                        <File
361                                RelativePath=".\stdafx.cpp"
362                                >
363                                <FileConfiguration
364                                        Name="Debug|Win32"
365                                        >
366                                        <Tool
367                                                Name="VCCLCompilerTool"
368                                                UsePrecompiledHeader="1"
369                                        />
370                                </FileConfiguration>
371                                <FileConfiguration
372                                        Name="Release|Win32"
373                                        >
374                                        <Tool
375                                                Name="VCCLCompilerTool"
376                                                UsePrecompiledHeader="1"
377                                        />
378                                </FileConfiguration>
379                                <FileConfiguration
380                                        Name="Distribution|Win32"
381                                        >
382                                        <Tool
383                                                Name="VCCLCompilerTool"
384                                                UsePrecompiledHeader="1"
385                                        />
386                                </FileConfiguration>
387                                <FileConfiguration
388                                        Name="Nightly|Win32"
389                                        >
390                                        <Tool
391                                                Name="VCCLCompilerTool"
392                                                UsePrecompiledHeader="1"
393                                        />
394                                </FileConfiguration>
395                        </File>
396                        <File
397                                RelativePath="..\..\include\utils.cpp"
398                                >
399                                <FileConfiguration
400                                        Name="Debug|Win32"
401                                        >
402                                        <Tool
403                                                Name="VCCLCompilerTool"
404                                                UsePrecompiledHeader="0"
405                                        />
406                                </FileConfiguration>
407                                <FileConfiguration
408                                        Name="Release|Win32"
409                                        >
410                                        <Tool
411                                                Name="VCCLCompilerTool"
412                                                UsePrecompiledHeader="0"
413                                        />
414                                </FileConfiguration>
415                                <FileConfiguration
416                                        Name="Distribution|Win32"
417                                        >
418                                        <Tool
419                                                Name="VCCLCompilerTool"
420                                                UsePrecompiledHeader="0"
421                                        />
422                                </FileConfiguration>
423                                <FileConfiguration
424                                        Name="Nightly|Win32"
425                                        >
426                                        <Tool
427                                                Name="VCCLCompilerTool"
428                                                UsePrecompiledHeader="0"
429                                        />
430                                </FileConfiguration>
431                        </File>
432                </Filter>
433                <Filter
434                        Name="Header Files"
435                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
436                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
437                        >
438                        <File
439                                RelativePath=".\CheckHelpers.h"
440                                >
441                        </File>
442                        <File
443                                RelativePath="..\..\include\NSCHelper.h"
444                                >
445                        </File>
446                        <File
447                                RelativePath=".\stdafx.h"
448                                >
449                        </File>
450                        <File
451                                RelativePath="..\..\include\utils.h"
452                                >
453                        </File>
454                </Filter>
455                <Filter
456                        Name="Resource Files"
457                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
458                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
459                        >
460                </Filter>
461                <File
462                        RelativePath=".\ReadMe.txt"
463                        >
464                </File>
465        </Files>
466        <Globals>
467        </Globals>
468</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.