source: nscp/modules/CheckDisk/CheckDisk.vcproj @ d48c31a

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

New build enviornment (static) to work with NT4 and w2k3 and hopefully everything else.
Also fixed the "broken password" issue..

  • Property mode set to 100644
File size: 9.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="CheckDisk"
6        ProjectGUID="{E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}"
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"
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="CheckDisk.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="CheckDisk.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="CheckDisk.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                                UsePrecompiledHeader="2"
284                                WarningLevel="3"
285                                Detect64BitPortabilityProblems="true"
286                                DebugInformationFormat="3"
287                        />
288                        <Tool
289                                Name="VCManagedResourceCompilerTool"
290                        />
291                        <Tool
292                                Name="VCResourceCompilerTool"
293                        />
294                        <Tool
295                                Name="VCPreLinkEventTool"
296                        />
297                        <Tool
298                                Name="VCLinkerTool"
299                                OutputFile="../../Dist/modules/$(ProjectName).dll"
300                                LinkIncremental="1"
301                                ModuleDefinitionFile="CheckDisk.def"
302                                GenerateDebugInformation="true"
303                                SubSystem="2"
304                                OptimizeReferences="2"
305                                EnableCOMDATFolding="2"
306                                ImportLibrary="$(OutDir)/CheckDisk.lib"
307                                TargetMachine="1"
308                        />
309                        <Tool
310                                Name="VCALinkTool"
311                        />
312                        <Tool
313                                Name="VCManifestTool"
314                        />
315                        <Tool
316                                Name="VCXDCMakeTool"
317                        />
318                        <Tool
319                                Name="VCBscMakeTool"
320                        />
321                        <Tool
322                                Name="VCFxCopTool"
323                        />
324                        <Tool
325                                Name="VCAppVerifierTool"
326                        />
327                        <Tool
328                                Name="VCWebDeploymentTool"
329                        />
330                        <Tool
331                                Name="VCPostBuildEventTool"
332                        />
333                </Configuration>
334        </Configurations>
335        <References>
336        </References>
337        <Files>
338                <Filter
339                        Name="Source Files"
340                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
341                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
342                        >
343                        <File
344                                RelativePath="..\..\include\arrayBuffer.cpp"
345                                >
346                        </File>
347                        <File
348                                RelativePath=".\CheckDisk.cpp"
349                                >
350                        </File>
351                        <File
352                                RelativePath="..\..\include\NSCHelper.cpp"
353                                >
354                        </File>
355                        <File
356                                RelativePath=".\stdafx.cpp"
357                                >
358                                <FileConfiguration
359                                        Name="Debug|Win32"
360                                        >
361                                        <Tool
362                                                Name="VCCLCompilerTool"
363                                                UsePrecompiledHeader="1"
364                                        />
365                                </FileConfiguration>
366                                <FileConfiguration
367                                        Name="Release|Win32"
368                                        >
369                                        <Tool
370                                                Name="VCCLCompilerTool"
371                                                UsePrecompiledHeader="1"
372                                        />
373                                </FileConfiguration>
374                                <FileConfiguration
375                                        Name="Distribution|Win32"
376                                        >
377                                        <Tool
378                                                Name="VCCLCompilerTool"
379                                                UsePrecompiledHeader="1"
380                                        />
381                                </FileConfiguration>
382                                <FileConfiguration
383                                        Name="Nightly|Win32"
384                                        >
385                                        <Tool
386                                                Name="VCCLCompilerTool"
387                                                UsePrecompiledHeader="1"
388                                        />
389                                </FileConfiguration>
390                        </File>
391                        <File
392                                RelativePath="..\..\include\utils.cpp"
393                                >
394                                <FileConfiguration
395                                        Name="Debug|Win32"
396                                        >
397                                        <Tool
398                                                Name="VCCLCompilerTool"
399                                                UsePrecompiledHeader="0"
400                                        />
401                                </FileConfiguration>
402                                <FileConfiguration
403                                        Name="Release|Win32"
404                                        >
405                                        <Tool
406                                                Name="VCCLCompilerTool"
407                                                UsePrecompiledHeader="0"
408                                        />
409                                </FileConfiguration>
410                                <FileConfiguration
411                                        Name="Distribution|Win32"
412                                        >
413                                        <Tool
414                                                Name="VCCLCompilerTool"
415                                                UsePrecompiledHeader="0"
416                                        />
417                                </FileConfiguration>
418                                <FileConfiguration
419                                        Name="Nightly|Win32"
420                                        >
421                                        <Tool
422                                                Name="VCCLCompilerTool"
423                                                UsePrecompiledHeader="0"
424                                        />
425                                </FileConfiguration>
426                        </File>
427                </Filter>
428                <Filter
429                        Name="Header Files"
430                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
431                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
432                        >
433                        <File
434                                RelativePath=".\CheckDisk.h"
435                                >
436                        </File>
437                        <File
438                                RelativePath="..\..\include\checkHelpers.hpp"
439                                >
440                        </File>
441                        <File
442                                RelativePath="..\..\include\NSCHelper.h"
443                                >
444                        </File>
445                        <File
446                                RelativePath=".\stdafx.h"
447                                >
448                        </File>
449                        <File
450                                RelativePath="..\..\include\utils.h"
451                                >
452                        </File>
453                </Filter>
454                <Filter
455                        Name="Resource Files"
456                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
457                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
458                        >
459                </Filter>
460                <File
461                        RelativePath=".\ReadMe.txt"
462                        >
463                </File>
464        </Files>
465        <Globals>
466        </Globals>
467</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.