source: nscp/modules/NRPEListener/NRPEListener.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: 6.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="NRPEListener"
6        ProjectGUID="{2FF60AF6-09AA-49AB-B414-2E8FD01655C6}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="$(ConfigurationName)"
16                        IntermediateDirectory="$(ConfigurationName)"
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_NEWALLOC;_STLP_DEBUG=1"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                UsePrecompiledHeader="3"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="ws2_32.lib"
36                                OutputFile="../../Debug/modules/$(ProjectName).dll"
37                                LinkIncremental="2"
38                                ModuleDefinitionFile="NRPEListener.def"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/NRPEListener.pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/NRPEListener.lib"
43                                TargetMachine="1"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"/>
48                        <Tool
49                                Name="VCPreBuildEventTool"/>
50                        <Tool
51                                Name="VCPreLinkEventTool"/>
52                        <Tool
53                                Name="VCResourceCompilerTool"/>
54                        <Tool
55                                Name="VCWebServiceProxyGeneratorTool"/>
56                        <Tool
57                                Name="VCXMLDataGeneratorTool"/>
58                        <Tool
59                                Name="VCWebDeploymentTool"/>
60                        <Tool
61                                Name="VCManagedWrapperGeneratorTool"/>
62                        <Tool
63                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64                </Configuration>
65                <Configuration
66                        Name="Release|Win32"
67                        OutputDirectory="Release"
68                        IntermediateDirectory="Release"
69                        ConfigurationType="2"
70                        CharacterSet="2">
71                        <Tool
72                                Name="VCCLCompilerTool"
73                                AdditionalIncludeDirectories="../include;../../include"
74                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
75                                RuntimeLibrary="2"
76                                UsePrecompiledHeader="3"
77                                WarningLevel="3"
78                                Detect64BitPortabilityProblems="TRUE"
79                                DebugInformationFormat="3"/>
80                        <Tool
81                                Name="VCCustomBuildTool"/>
82                        <Tool
83                                Name="VCLinkerTool"
84                                AdditionalDependencies="ws2_32.lib"
85                                OutputFile="../../Release/modules/$(ProjectName).dll"
86                                LinkIncremental="1"
87                                ModuleDefinitionFile="NRPEListener.def"
88                                GenerateDebugInformation="TRUE"
89                                SubSystem="2"
90                                OptimizeReferences="2"
91                                EnableCOMDATFolding="2"
92                                ImportLibrary="$(OutDir)/NRPEListener.lib"
93                                TargetMachine="1"/>
94                        <Tool
95                                Name="VCMIDLTool"/>
96                        <Tool
97                                Name="VCPostBuildEventTool"/>
98                        <Tool
99                                Name="VCPreBuildEventTool"/>
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"
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                                AdditionalDependencies="ws2_32.lib"
135                                OutputFile="../../Dist/modules/$(ProjectName).dll"
136                                LinkIncremental="1"
137                                ModuleDefinitionFile="NRPEListener.def"
138                                GenerateDebugInformation="TRUE"
139                                SubSystem="2"
140                                OptimizeReferences="2"
141                                EnableCOMDATFolding="2"
142                                ImportLibrary="$(OutDir)/NRPEListener.lib"
143                                TargetMachine="1"/>
144                        <Tool
145                                Name="VCMIDLTool"/>
146                        <Tool
147                                Name="VCPostBuildEventTool"/>
148                        <Tool
149                                Name="VCPreBuildEventTool"/>
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=".\NRPEListener.cpp">
178                        </File>
179                        <File
180                                RelativePath=".\NRPEListener.def">
181                        </File>
182                        <File
183                                RelativePath=".\NRPESocket.cpp">
184                        </File>
185                        <File
186                                RelativePath="..\..\include\NSCHelper.cpp">
187                        </File>
188                        <File
189                                RelativePath="..\..\include\Socket.cpp">
190                        </File>
191                        <File
192                                RelativePath=".\stdafx.cpp">
193                                <FileConfiguration
194                                        Name="Debug|Win32">
195                                        <Tool
196                                                Name="VCCLCompilerTool"
197                                                UsePrecompiledHeader="1"/>
198                                </FileConfiguration>
199                                <FileConfiguration
200                                        Name="Release|Win32">
201                                        <Tool
202                                                Name="VCCLCompilerTool"
203                                                UsePrecompiledHeader="1"/>
204                                </FileConfiguration>
205                                <FileConfiguration
206                                        Name="Distribution|Win32">
207                                        <Tool
208                                                Name="VCCLCompilerTool"
209                                                UsePrecompiledHeader="1"/>
210                                </FileConfiguration>
211                        </File>
212                </Filter>
213                <Filter
214                        Name="Header Files"
215                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
216                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
217                        <File
218                                RelativePath="..\..\include\charEx.h">
219                        </File>
220                        <File
221                                RelativePath=".\NRPEListener.h">
222                        </File>
223                        <File
224                                RelativePath=".\NRPESocket.h">
225                        </File>
226                        <File
227                                RelativePath="..\..\include\NSCHelper.h">
228                        </File>
229                        <File
230                                RelativePath="..\..\include\Socket.h">
231                        </File>
232                        <File
233                                RelativePath=".\stdafx.h">
234                        </File>
235                        <File
236                                RelativePath="..\..\include\thread.h">
237                        </File>
238                </Filter>
239                <Filter
240                        Name="Resource Files"
241                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
242                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
243                </Filter>
244                <File
245                        RelativePath=".\ReadMe.txt">
246                </File>
247        </Files>
248        <Globals>
249        </Globals>
250</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.