source: nscp/trunk/modules/CheckEventLog/CheckEventLog.vcproj @ f7f536b

Last change on this file since f7f536b was f7f536b, checked in by Michael Medin <michael@…>, 8 years ago

Multiple fixes in various places.

  • Added threadding blocks "core"
  • Added new Module (CheckDisk)
  • Added new option [log] / debug=1 to enable debug logs.
  • Added more error messages
  • other minor tweaks and fixes
  • Property mode set to 100644
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="CheckEventLog"
6        ProjectGUID="{BA246C01-063A-4548-8957-32D5CC76171B}"
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,_STLP_DEBUG"
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="CheckEventLog.def"
38                                GenerateDebugInformation="TRUE"
39                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
40                                SubSystem="2"
41                                ImportLibrary="$(OutDir)/CheckEventLog.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="CheckEventLog.def"
86                                GenerateDebugInformation="TRUE"
87                                SubSystem="2"
88                                OptimizeReferences="2"
89                                EnableCOMDATFolding="2"
90                                ImportLibrary="$(OutDir)/CheckEventLog.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;_STLP_USE_STATIC_LIB;SYSTRAY_EXPORTS"
123                                RuntimeLibrary="0"
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="CheckEventLog.def"
135                                GenerateDebugInformation="TRUE"
136                                SubSystem="2"
137                                OptimizeReferences="2"
138                                EnableCOMDATFolding="2"
139                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
140                                TargetMachine="1"/>
141                        <Tool
142                                Name="VCMIDLTool"/>
143                        <Tool
144                                Name="VCPostBuildEventTool"/>
145                        <Tool
146                                Name="VCPreBuildEventTool"
147                                ExcludedFromBuild="TRUE"/>
148                        <Tool
149                                Name="VCPreLinkEventTool"/>
150                        <Tool
151                                Name="VCResourceCompilerTool"/>
152                        <Tool
153                                Name="VCWebServiceProxyGeneratorTool"/>
154                        <Tool
155                                Name="VCXMLDataGeneratorTool"/>
156                        <Tool
157                                Name="VCWebDeploymentTool"/>
158                        <Tool
159                                Name="VCManagedWrapperGeneratorTool"/>
160                        <Tool
161                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
162                </Configuration>
163                <Configuration
164                        Name="Debug Dynamic Linkage|Win32"
165                        OutputDirectory="$(ConfigurationName)"
166                        IntermediateDirectory="$(ConfigurationName)"
167                        ConfigurationType="2"
168                        CharacterSet="2">
169                        <Tool
170                                Name="VCCLCompilerTool"
171                                Optimization="0"
172                                AdditionalIncludeDirectories="../include;../../include"
173                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
174                                MinimalRebuild="TRUE"
175                                BasicRuntimeChecks="3"
176                                RuntimeLibrary="3"
177                                UsePrecompiledHeader="3"
178                                WarningLevel="3"
179                                Detect64BitPortabilityProblems="TRUE"
180                                DebugInformationFormat="4"/>
181                        <Tool
182                                Name="VCCustomBuildTool"/>
183                        <Tool
184                                Name="VCLinkerTool"
185                                OutputFile="../../Debug/modules/$(ProjectName).dll"
186                                LinkIncremental="2"
187                                ModuleDefinitionFile="CheckEventLog.def"
188                                GenerateDebugInformation="TRUE"
189                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
190                                SubSystem="2"
191                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
192                                TargetMachine="1"/>
193                        <Tool
194                                Name="VCMIDLTool"/>
195                        <Tool
196                                Name="VCPostBuildEventTool"/>
197                        <Tool
198                                Name="VCPreBuildEventTool"
199                                ExcludedFromBuild="TRUE"/>
200                        <Tool
201                                Name="VCPreLinkEventTool"/>
202                        <Tool
203                                Name="VCResourceCompilerTool"/>
204                        <Tool
205                                Name="VCWebServiceProxyGeneratorTool"/>
206                        <Tool
207                                Name="VCXMLDataGeneratorTool"/>
208                        <Tool
209                                Name="VCWebDeploymentTool"/>
210                        <Tool
211                                Name="VCManagedWrapperGeneratorTool"/>
212                        <Tool
213                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
214                </Configuration>
215        </Configurations>
216        <References>
217        </References>
218        <Files>
219                <Filter
220                        Name="Source Files"
221                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
222                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
223                        <File
224                                RelativePath=".\CheckEventLog.cpp">
225                        </File>
226                        <File
227                                RelativePath="..\..\include\NSCHelper.cpp">
228                        </File>
229                        <File
230                                RelativePath=".\stdafx.cpp">
231                                <FileConfiguration
232                                        Name="Debug|Win32">
233                                        <Tool
234                                                Name="VCCLCompilerTool"
235                                                UsePrecompiledHeader="1"/>
236                                </FileConfiguration>
237                                <FileConfiguration
238                                        Name="Release|Win32">
239                                        <Tool
240                                                Name="VCCLCompilerTool"
241                                                UsePrecompiledHeader="1"/>
242                                </FileConfiguration>
243                                <FileConfiguration
244                                        Name="Dynamic Linkage|Win32">
245                                        <Tool
246                                                Name="VCCLCompilerTool"
247                                                UsePrecompiledHeader="1"/>
248                                </FileConfiguration>
249                                <FileConfiguration
250                                        Name="Debug Dynamic Linkage|Win32">
251                                        <Tool
252                                                Name="VCCLCompilerTool"
253                                                UsePrecompiledHeader="1"/>
254                                </FileConfiguration>
255                        </File>
256                </Filter>
257                <Filter
258                        Name="Header Files"
259                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
260                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
261                        <File
262                                RelativePath=".\CheckEventLog.h">
263                        </File>
264                        <File
265                                RelativePath="..\include\ModuleHelper.h">
266                        </File>
267                        <File
268                                RelativePath="..\..\include\NSCHelper.h">
269                        </File>
270                        <File
271                                RelativePath=".\stdafx.h">
272                        </File>
273                </Filter>
274                <Filter
275                        Name="Resource Files"
276                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
277                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
278                </Filter>
279                <File
280                        RelativePath=".\ReadMe.txt">
281                </File>
282        </Files>
283        <Globals>
284        </Globals>
285</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.