source: nscp/modules/CheckDisk/CheckDisk.vcproj @ 452fd41

0.4.00.4.10.4.2stable
Last change on this file since 452fd41 was 452fd41, checked in by Michael Medin <michael@…>, 8 years ago
  • Changed the Thread class a bit (mutex -> signal, and CreatThread? does not return the instance)
  • Moved settings "keys" fro NRPE to config.h
  • Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
  • Minor tweaks to error/debug logging and small fixes "here and there"
  • Property mode set to 100644
File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="CheckDisk"
6        ProjectGUID="{E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="Debug"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="../include;../../include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;_STLP_USE_NEWALLOC"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="1"
27                                UsePrecompiledHeader="3"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                OutputFile="../../Debug/modules/$(ProjectName).dll"
36                                LinkIncremental="2"
37                                ModuleDefinitionFile="CheckDisk.def"
38                                GenerateDebugInformation="TRUE"
39                                ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb"
40                                SubSystem="2"
41                                ImportLibrary="$(OutDir)/CheckDisk.lib"
42                                TargetMachine="1"/>
43                        <Tool
44                                Name="VCMIDLTool"/>
45                        <Tool
46                                Name="VCPostBuildEventTool"/>
47                        <Tool
48                                Name="VCPreBuildEventTool"/>
49                        <Tool
50                                Name="VCPreLinkEventTool"/>
51                        <Tool
52                                Name="VCResourceCompilerTool"/>
53                        <Tool
54                                Name="VCWebServiceProxyGeneratorTool"/>
55                        <Tool
56                                Name="VCXMLDataGeneratorTool"/>
57                        <Tool
58                                Name="VCWebDeploymentTool"/>
59                        <Tool
60                                Name="VCManagedWrapperGeneratorTool"/>
61                        <Tool
62                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                </Configuration>
64                <Configuration
65                        Name="Release|Win32"
66                        OutputDirectory="Release"
67                        IntermediateDirectory="Release"
68                        ConfigurationType="2"
69                        CharacterSet="2">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                AdditionalIncludeDirectories="../include;../../include"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;SYSTRAY_EXPORTS"
74                                RuntimeLibrary="0"
75                                UsePrecompiledHeader="3"
76                                WarningLevel="3"
77                                Detect64BitPortabilityProblems="TRUE"
78                                DebugInformationFormat="3"/>
79                        <Tool
80                                Name="VCCustomBuildTool"/>
81                        <Tool
82                                Name="VCLinkerTool"
83                                OutputFile="../../Release/modules/$(ProjectName).dll"
84                                LinkIncremental="1"
85                                ModuleDefinitionFile="CheckDisk.def"
86                                GenerateDebugInformation="TRUE"
87                                SubSystem="2"
88                                OptimizeReferences="2"
89                                EnableCOMDATFolding="2"
90                                ImportLibrary="$(OutDir)/CheckDisk.lib"
91                                TargetMachine="1"/>
92                        <Tool
93                                Name="VCMIDLTool"/>
94                        <Tool
95                                Name="VCPostBuildEventTool"/>
96                        <Tool
97                                Name="VCPreBuildEventTool"/>
98                        <Tool
99                                Name="VCPreLinkEventTool"/>
100                        <Tool
101                                Name="VCResourceCompilerTool"/>
102                        <Tool
103                                Name="VCWebServiceProxyGeneratorTool"/>
104                        <Tool
105                                Name="VCXMLDataGeneratorTool"/>
106                        <Tool
107                                Name="VCWebDeploymentTool"/>
108                        <Tool
109                                Name="VCManagedWrapperGeneratorTool"/>
110                        <Tool
111                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112                </Configuration>
113                <Configuration
114                        Name="Dynamic Linkage|Win32"
115                        OutputDirectory="$(ConfigurationName)"
116                        IntermediateDirectory="$(ConfigurationName)"
117                        ConfigurationType="2"
118                        CharacterSet="2">
119                        <Tool
120                                Name="VCCLCompilerTool"
121                                AdditionalIncludeDirectories="../include;../../include"
122                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
123                                RuntimeLibrary="2"
124                                UsePrecompiledHeader="3"
125                                WarningLevel="3"
126                                Detect64BitPortabilityProblems="TRUE"
127                                DebugInformationFormat="3"/>
128                        <Tool
129                                Name="VCCustomBuildTool"/>
130                        <Tool
131                                Name="VCLinkerTool"
132                                OutputFile="../../Release/modules/$(ProjectName).dll"
133                                LinkIncremental="1"
134                                ModuleDefinitionFile="CheckDisk.def"
135                                GenerateDebugInformation="TRUE"
136                                SubSystem="2"
137                                OptimizeReferences="2"
138                                EnableCOMDATFolding="2"
139                                ImportLibrary="$(OutDir)/CheckDisk.lib"
140                                TargetMachine="1"/>
141                        <Tool
142                                Name="VCMIDLTool"/>
143                        <Tool
144                                Name="VCPostBuildEventTool"/>
145                        <Tool
146                                Name="VCPreBuildEventTool"/>
147                        <Tool
148                                Name="VCPreLinkEventTool"/>
149                        <Tool
150                                Name="VCResourceCompilerTool"/>
151                        <Tool
152                                Name="VCWebServiceProxyGeneratorTool"/>
153                        <Tool
154                                Name="VCXMLDataGeneratorTool"/>
155                        <Tool
156                                Name="VCWebDeploymentTool"/>
157                        <Tool
158                                Name="VCManagedWrapperGeneratorTool"/>
159                        <Tool
160                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
161                </Configuration>
162                <Configuration
163                        Name="Debug Dynamic Linkage|Win32"
164                        OutputDirectory="$(ConfigurationName)"
165                        IntermediateDirectory="$(ConfigurationName)"
166                        ConfigurationType="2"
167                        CharacterSet="2">
168                        <Tool
169                                Name="VCCLCompilerTool"
170                                Optimization="0"
171                                AdditionalIncludeDirectories="../include;../../include"
172                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
173                                MinimalRebuild="TRUE"
174                                BasicRuntimeChecks="3"
175                                RuntimeLibrary="3"
176                                UsePrecompiledHeader="3"
177                                WarningLevel="3"
178                                Detect64BitPortabilityProblems="TRUE"
179                                DebugInformationFormat="4"/>
180                        <Tool
181                                Name="VCCustomBuildTool"/>
182                        <Tool
183                                Name="VCLinkerTool"
184                                OutputFile="../../Debug/modules/$(ProjectName).dll"
185                                LinkIncremental="2"
186                                ModuleDefinitionFile="CheckDisk.def"
187                                GenerateDebugInformation="TRUE"
188                                ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb"
189                                SubSystem="2"
190                                ImportLibrary="$(OutDir)/CheckDisk.lib"
191                                TargetMachine="1"/>
192                        <Tool
193                                Name="VCMIDLTool"/>
194                        <Tool
195                                Name="VCPostBuildEventTool"/>
196                        <Tool
197                                Name="VCPreBuildEventTool"/>
198                        <Tool
199                                Name="VCPreLinkEventTool"/>
200                        <Tool
201                                Name="VCResourceCompilerTool"/>
202                        <Tool
203                                Name="VCWebServiceProxyGeneratorTool"/>
204                        <Tool
205                                Name="VCXMLDataGeneratorTool"/>
206                        <Tool
207                                Name="VCWebDeploymentTool"/>
208                        <Tool
209                                Name="VCManagedWrapperGeneratorTool"/>
210                        <Tool
211                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
212                </Configuration>
213                <Configuration
214                        Name="Distribution|Win32"
215                        OutputDirectory="$(ConfigurationName)"
216                        IntermediateDirectory="$(ConfigurationName)"
217                        ConfigurationType="2"
218                        CharacterSet="2">
219                        <Tool
220                                Name="VCCLCompilerTool"
221                                AdditionalIncludeDirectories="../include;../../include"
222                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
223                                RuntimeLibrary="2"
224                                UsePrecompiledHeader="3"
225                                WarningLevel="3"
226                                Detect64BitPortabilityProblems="TRUE"
227                                DebugInformationFormat="3"/>
228                        <Tool
229                                Name="VCCustomBuildTool"/>
230                        <Tool
231                                Name="VCLinkerTool"
232                                OutputFile="../../Dist/modules/$(ProjectName).dll"
233                                LinkIncremental="1"
234                                ModuleDefinitionFile="CheckDisk.def"
235                                GenerateDebugInformation="TRUE"
236                                SubSystem="2"
237                                OptimizeReferences="2"
238                                EnableCOMDATFolding="2"
239                                ImportLibrary="$(OutDir)/CheckDisk.lib"
240                                TargetMachine="1"/>
241                        <Tool
242                                Name="VCMIDLTool"/>
243                        <Tool
244                                Name="VCPostBuildEventTool"/>
245                        <Tool
246                                Name="VCPreBuildEventTool"/>
247                        <Tool
248                                Name="VCPreLinkEventTool"/>
249                        <Tool
250                                Name="VCResourceCompilerTool"/>
251                        <Tool
252                                Name="VCWebServiceProxyGeneratorTool"/>
253                        <Tool
254                                Name="VCXMLDataGeneratorTool"/>
255                        <Tool
256                                Name="VCWebDeploymentTool"/>
257                        <Tool
258                                Name="VCManagedWrapperGeneratorTool"/>
259                        <Tool
260                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
261                </Configuration>
262        </Configurations>
263        <References>
264        </References>
265        <Files>
266                <Filter
267                        Name="Source Files"
268                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
269                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
270                        <File
271                                RelativePath="..\..\include\arrayBuffer.cpp">
272                        </File>
273                        <File
274                                RelativePath=".\CheckDisk.cpp">
275                        </File>
276                        <File
277                                RelativePath="..\..\include\NSCHelper.cpp">
278                        </File>
279                        <File
280                                RelativePath=".\stdafx.cpp">
281                                <FileConfiguration
282                                        Name="Debug|Win32">
283                                        <Tool
284                                                Name="VCCLCompilerTool"
285                                                UsePrecompiledHeader="1"/>
286                                </FileConfiguration>
287                                <FileConfiguration
288                                        Name="Release|Win32">
289                                        <Tool
290                                                Name="VCCLCompilerTool"
291                                                UsePrecompiledHeader="1"/>
292                                </FileConfiguration>
293                                <FileConfiguration
294                                        Name="Dynamic Linkage|Win32">
295                                        <Tool
296                                                Name="VCCLCompilerTool"
297                                                UsePrecompiledHeader="1"/>
298                                </FileConfiguration>
299                                <FileConfiguration
300                                        Name="Debug Dynamic Linkage|Win32">
301                                        <Tool
302                                                Name="VCCLCompilerTool"
303                                                UsePrecompiledHeader="1"/>
304                                </FileConfiguration>
305                                <FileConfiguration
306                                        Name="Distribution|Win32">
307                                        <Tool
308                                                Name="VCCLCompilerTool"
309                                                UsePrecompiledHeader="1"/>
310                                </FileConfiguration>
311                        </File>
312                </Filter>
313                <Filter
314                        Name="Header Files"
315                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
316                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
317                        <File
318                                RelativePath=".\CheckDisk.h">
319                        </File>
320                        <File
321                                RelativePath="..\..\include\NSCHelper.h">
322                        </File>
323                        <File
324                                RelativePath=".\stdafx.h">
325                        </File>
326                </Filter>
327                <Filter
328                        Name="Resource Files"
329                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
330                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
331                </Filter>
332                <File
333                        RelativePath=".\ReadMe.txt">
334                </File>
335        </Files>
336        <Globals>
337        </Globals>
338</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.