source: nscp/modules/CheckEventLog/CheckEventLog.vcproj @ 1b7ae3d

0.4.00.4.10.4.2stable
Last change on this file since 1b7ae3d 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: 6.0 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="Release|Win32"
15                        OutputDirectory="$(ConfigurationName)"
16                        IntermediateDirectory="$(ConfigurationName)"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                AdditionalIncludeDirectories="../include;../../include"
22                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK"
23                                RuntimeLibrary="2"
24                                UsePrecompiledHeader="3"
25                                WarningLevel="3"
26                                Detect64BitPortabilityProblems="TRUE"
27                                DebugInformationFormat="3"/>
28                        <Tool
29                                Name="VCCustomBuildTool"/>
30                        <Tool
31                                Name="VCLinkerTool"
32                                OutputFile="../../Release/modules/$(ProjectName).dll"
33                                LinkIncremental="1"
34                                ModuleDefinitionFile="CheckEventLog.def"
35                                GenerateDebugInformation="TRUE"
36                                SubSystem="2"
37                                OptimizeReferences="2"
38                                EnableCOMDATFolding="2"
39                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
40                                TargetMachine="1"/>
41                        <Tool
42                                Name="VCMIDLTool"/>
43                        <Tool
44                                Name="VCPostBuildEventTool"/>
45                        <Tool
46                                Name="VCPreBuildEventTool"
47                                ExcludedFromBuild="TRUE"/>
48                        <Tool
49                                Name="VCPreLinkEventTool"/>
50                        <Tool
51                                Name="VCResourceCompilerTool"/>
52                        <Tool
53                                Name="VCWebServiceProxyGeneratorTool"/>
54                        <Tool
55                                Name="VCXMLDataGeneratorTool"/>
56                        <Tool
57                                Name="VCWebDeploymentTool"/>
58                        <Tool
59                                Name="VCManagedWrapperGeneratorTool"/>
60                        <Tool
61                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
62                </Configuration>
63                <Configuration
64                        Name="Debug|Win32"
65                        OutputDirectory="$(ConfigurationName)"
66                        IntermediateDirectory="$(ConfigurationName)"
67                        ConfigurationType="2"
68                        CharacterSet="2">
69                        <Tool
70                                Name="VCCLCompilerTool"
71                                Optimization="0"
72                                AdditionalIncludeDirectories="../include;../../include"
73                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;BOOST_REGEX_DYN_LINK"
74                                MinimalRebuild="TRUE"
75                                BasicRuntimeChecks="3"
76                                RuntimeLibrary="3"
77                                UsePrecompiledHeader="3"
78                                WarningLevel="3"
79                                Detect64BitPortabilityProblems="TRUE"
80                                DebugInformationFormat="4"/>
81                        <Tool
82                                Name="VCCustomBuildTool"/>
83                        <Tool
84                                Name="VCLinkerTool"
85                                OutputFile="../../Debug/modules/$(ProjectName).dll"
86                                LinkIncremental="2"
87                                ModuleDefinitionFile="CheckEventLog.def"
88                                GenerateDebugInformation="TRUE"
89                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
90                                SubSystem="2"
91                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
92                                TargetMachine="1"/>
93                        <Tool
94                                Name="VCMIDLTool"/>
95                        <Tool
96                                Name="VCPostBuildEventTool"/>
97                        <Tool
98                                Name="VCPreBuildEventTool"
99                                ExcludedFromBuild="TRUE"/>
100                        <Tool
101                                Name="VCPreLinkEventTool"/>
102                        <Tool
103                                Name="VCResourceCompilerTool"/>
104                        <Tool
105                                Name="VCWebServiceProxyGeneratorTool"/>
106                        <Tool
107                                Name="VCXMLDataGeneratorTool"/>
108                        <Tool
109                                Name="VCWebDeploymentTool"/>
110                        <Tool
111                                Name="VCManagedWrapperGeneratorTool"/>
112                        <Tool
113                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
114                </Configuration>
115                <Configuration
116                        Name="Distribution|Win32"
117                        OutputDirectory="$(ConfigurationName)"
118                        IntermediateDirectory="$(ConfigurationName)"
119                        ConfigurationType="2"
120                        CharacterSet="2">
121                        <Tool
122                                Name="VCCLCompilerTool"
123                                AdditionalIncludeDirectories="../include;../../include"
124                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK"
125                                RuntimeLibrary="2"
126                                UsePrecompiledHeader="3"
127                                WarningLevel="3"
128                                Detect64BitPortabilityProblems="TRUE"
129                                DebugInformationFormat="3"/>
130                        <Tool
131                                Name="VCCustomBuildTool"/>
132                        <Tool
133                                Name="VCLinkerTool"
134                                OutputFile="../../Dist/modules/$(ProjectName).dll"
135                                LinkIncremental="1"
136                                ModuleDefinitionFile="CheckEventLog.def"
137                                GenerateDebugInformation="TRUE"
138                                SubSystem="2"
139                                OptimizeReferences="2"
140                                EnableCOMDATFolding="2"
141                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
142                                TargetMachine="1"/>
143                        <Tool
144                                Name="VCMIDLTool"/>
145                        <Tool
146                                Name="VCPostBuildEventTool"/>
147                        <Tool
148                                Name="VCPreBuildEventTool"
149                                ExcludedFromBuild="TRUE"/>
150                        <Tool
151                                Name="VCPreLinkEventTool"/>
152                        <Tool
153                                Name="VCResourceCompilerTool"/>
154                        <Tool
155                                Name="VCWebServiceProxyGeneratorTool"/>
156                        <Tool
157                                Name="VCXMLDataGeneratorTool"/>
158                        <Tool
159                                Name="VCWebDeploymentTool"/>
160                        <Tool
161                                Name="VCManagedWrapperGeneratorTool"/>
162                        <Tool
163                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
164                </Configuration>
165        </Configurations>
166        <References>
167        </References>
168        <Files>
169                <Filter
170                        Name="Source Files"
171                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
172                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
173                        <File
174                                RelativePath="..\..\include\arrayBuffer.cpp">
175                        </File>
176                        <File
177                                RelativePath=".\CheckEventLog.cpp">
178                        </File>
179                        <File
180                                RelativePath="..\..\include\NSCHelper.cpp">
181                        </File>
182                        <File
183                                RelativePath=".\stdafx.cpp">
184                                <FileConfiguration
185                                        Name="Release|Win32">
186                                        <Tool
187                                                Name="VCCLCompilerTool"
188                                                UsePrecompiledHeader="1"/>
189                                </FileConfiguration>
190                                <FileConfiguration
191                                        Name="Debug|Win32">
192                                        <Tool
193                                                Name="VCCLCompilerTool"
194                                                UsePrecompiledHeader="1"/>
195                                </FileConfiguration>
196                                <FileConfiguration
197                                        Name="Distribution|Win32">
198                                        <Tool
199                                                Name="VCCLCompilerTool"
200                                                UsePrecompiledHeader="1"/>
201                                </FileConfiguration>
202                        </File>
203                </Filter>
204                <Filter
205                        Name="Header Files"
206                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
207                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
208                        <File
209                                RelativePath=".\CheckEventLog.h">
210                        </File>
211                        <File
212                                RelativePath="..\include\ModuleHelper.h">
213                        </File>
214                        <File
215                                RelativePath="..\..\include\NSCHelper.h">
216                        </File>
217                        <File
218                                RelativePath=".\stdafx.h">
219                        </File>
220                </Filter>
221                <Filter
222                        Name="Resource Files"
223                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
224                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
225                </Filter>
226                <File
227                        RelativePath=".\ReadMe.txt">
228                </File>
229        </Files>
230        <Globals>
231        </Globals>
232</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.