source: nscp/trunk/modules/NSClientListener/NSClientListener.vcproj @ 4f2e807

Last change on this file since 4f2e807 was 4f2e807, checked in by Michael Medin <michael@…>, 8 years ago
  • Refactored out NSCLient Listener as a separate module
  • Added initial NRPE listener module (not yet implemented only a shell)
  • Changed Module API (Inject function has new syntax)
  • Added some tokenizer function to charEx
  • Added new wrapper function to inject Command
  • Minor changes in relation to refactor work
  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="NSClientListener"
6        ProjectGUID="{08D6246D-1B4A-47A3-965D-296DCC54A4E8}"
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_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="NSClientListener.def"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/NSClientListener.pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/NSClientListener.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;_USRDLL;NSCLIENTLISTENER_EXPORTS"
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="NSClientListener.def"
88                                GenerateDebugInformation="TRUE"
89                                SubSystem="2"
90                                OptimizeReferences="2"
91                                EnableCOMDATFolding="2"
92                                ImportLibrary="$(OutDir)/NSClientListener.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        </Configurations>
116        <References>
117        </References>
118        <Files>
119                <Filter
120                        Name="Source Files"
121                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123                        <File
124                                RelativePath="..\..\include\NSCHelper.cpp">
125                        </File>
126                        <File
127                                RelativePath=".\NSClientListener.cpp">
128                        </File>
129                        <File
130                                RelativePath=".\NSClientSocket.cpp">
131                        </File>
132                        <File
133                                RelativePath=".\stdafx.cpp">
134                                <FileConfiguration
135                                        Name="Debug|Win32">
136                                        <Tool
137                                                Name="VCCLCompilerTool"
138                                                UsePrecompiledHeader="1"/>
139                                </FileConfiguration>
140                                <FileConfiguration
141                                        Name="Release|Win32">
142                                        <Tool
143                                                Name="VCCLCompilerTool"
144                                                UsePrecompiledHeader="1"/>
145                                </FileConfiguration>
146                        </File>
147                </Filter>
148                <Filter
149                        Name="Header Files"
150                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
151                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
152                        <File
153                                RelativePath="..\..\include\charEx.h">
154                        </File>
155                        <File
156                                RelativePath=".\NSClientListener.h">
157                        </File>
158                        <File
159                                RelativePath=".\NSClientSocket.h">
160                        </File>
161                        <File
162                                RelativePath=".\stdafx.h">
163                        </File>
164                </Filter>
165                <Filter
166                        Name="Resource Files"
167                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
168                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
169                </Filter>
170                <File
171                        RelativePath=".\ReadMe.txt">
172                </File>
173        </Files>
174        <Globals>
175        </Globals>
176</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.