source: nscp/trunk/NSClient++.vcproj @ e0705d4

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

Initial release

  • Property mode set to 100644
File size: 9.5 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="NSClient++"
6        ProjectGUID="{2286162D-7571-4735-BAC8-4A8D33A4F42D}"
7        RootNamespace="IconService"
8        SccProjectName=""
9        SccLocalPath=""
10        Keyword="MFCProj">
11        <Platforms>
12                <Platform
13                        Name="Win32"/>
14        </Platforms>
15        <Configurations>
16                <Configuration
17                        Name="Release|Win32"
18                        OutputDirectory=".\Release"
19                        IntermediateDirectory=".\Release"
20                        ConfigurationType="1"
21                        UseOfMFC="0"
22                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
23                        CharacterSet="2">
24                        <Tool
25                                Name="VCCLCompilerTool"
26                                Optimization="2"
27                                InlineFunctionExpansion="1"
28                                AdditionalIncludeDirectories="include"
29                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
30                                StringPooling="TRUE"
31                                RuntimeLibrary="0"
32                                EnableFunctionLevelLinking="TRUE"
33                                UsePrecompiledHeader="3"
34                                PrecompiledHeaderThrough="stdafx.h"
35                                PrecompiledHeaderFile=".\Release/IconService.pch"
36                                AssemblerListingLocation=".\Release/"
37                                ObjectFile=".\Release/"
38                                ProgramDataBaseFileName=".\Release/"
39                                WarningLevel="3"
40                                SuppressStartupBanner="TRUE"/>
41                        <Tool
42                                Name="VCCustomBuildTool"/>
43                        <Tool
44                                Name="VCLinkerTool"
45                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib"
46                                OutputFile=".\Release/NSClient++.exe"
47                                LinkIncremental="1"
48                                SuppressStartupBanner="TRUE"
49                                IgnoreAllDefaultLibraries="FALSE"
50                                IgnoreDefaultLibraryNames=""
51                                ModuleDefinitionFile=""
52                                ProgramDatabaseFile=".\Release/IconService.pdb"
53                                SubSystem="1"
54                                OptimizeForWindows98="1"
55                                TargetMachine="1"/>
56                        <Tool
57                                Name="VCMIDLTool"
58                                TypeLibraryName=".\Release/IconService.tlb"
59                                HeaderFileName=""/>
60                        <Tool
61                                Name="VCPostBuildEventTool"/>
62                        <Tool
63                                Name="VCPreBuildEventTool"/>
64                        <Tool
65                                Name="VCPreLinkEventTool"/>
66                        <Tool
67                                Name="VCResourceCompilerTool"
68                                PreprocessorDefinitions="NDEBUG"
69                                Culture="1036"
70                                AdditionalIncludeDirectories="./res/"/>
71                        <Tool
72                                Name="VCWebServiceProxyGeneratorTool"/>
73                        <Tool
74                                Name="VCXMLDataGeneratorTool"/>
75                        <Tool
76                                Name="VCWebDeploymentTool"/>
77                        <Tool
78                                Name="VCManagedWrapperGeneratorTool"/>
79                        <Tool
80                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
81                </Configuration>
82                <Configuration
83                        Name="Debug|Win32"
84                        OutputDirectory=".\Debug"
85                        IntermediateDirectory=".\Debug"
86                        ConfigurationType="1"
87                        UseOfMFC="0"
88                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
89                        CharacterSet="2">
90                        <Tool
91                                Name="VCCLCompilerTool"
92                                Optimization="0"
93                                AdditionalIncludeDirectories="include"
94                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_STLP_USE_STATIC_LIB;_STLP_USE_MALLOC"
95                                BasicRuntimeChecks="3"
96                                RuntimeLibrary="1"
97                                UsePrecompiledHeader="3"
98                                PrecompiledHeaderThrough="stdafx.h"
99                                PrecompiledHeaderFile=".\Debug/IconService.pch"
100                                AssemblerListingLocation=".\Debug/"
101                                ObjectFile=".\Debug/"
102                                ProgramDataBaseFileName=".\Debug/"
103                                WarningLevel="3"
104                                SuppressStartupBanner="TRUE"
105                                DebugInformationFormat="4"/>
106                        <Tool
107                                Name="VCCustomBuildTool"/>
108                        <Tool
109                                Name="VCLinkerTool"
110                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib"
111                                OutputFile=".\Debug/NSClient++.exe"
112                                LinkIncremental="1"
113                                SuppressStartupBanner="TRUE"
114                                ModuleDefinitionFile=""
115                                GenerateDebugInformation="TRUE"
116                                ProgramDatabaseFile=".\Debug/IconService.pdb"
117                                SubSystem="1"
118                                TargetMachine="1"/>
119                        <Tool
120                                Name="VCMIDLTool"
121                                TypeLibraryName=".\Debug/IconService.tlb"
122                                HeaderFileName=""/>
123                        <Tool
124                                Name="VCPostBuildEventTool"/>
125                        <Tool
126                                Name="VCPreBuildEventTool"/>
127                        <Tool
128                                Name="VCPreLinkEventTool"/>
129                        <Tool
130                                Name="VCResourceCompilerTool"
131                                PreprocessorDefinitions="_DEBUG"
132                                Culture="1036"
133                                AdditionalIncludeDirectories="./res/"/>
134                        <Tool
135                                Name="VCWebServiceProxyGeneratorTool"/>
136                        <Tool
137                                Name="VCXMLDataGeneratorTool"/>
138                        <Tool
139                                Name="VCWebDeploymentTool"/>
140                        <Tool
141                                Name="VCManagedWrapperGeneratorTool"/>
142                        <Tool
143                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
144                </Configuration>
145                <Configuration
146                        Name="Release M$ STL|Win32"
147                        OutputDirectory="$(ConfigurationName)"
148                        IntermediateDirectory="$(ConfigurationName)"
149                        ConfigurationType="1"
150                        UseOfMFC="0"
151                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
152                        CharacterSet="2">
153                        <Tool
154                                Name="VCCLCompilerTool"
155                                Optimization="2"
156                                InlineFunctionExpansion="1"
157                                AdditionalIncludeDirectories="include"
158                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
159                                StringPooling="TRUE"
160                                RuntimeLibrary="2"
161                                EnableFunctionLevelLinking="TRUE"
162                                UsePrecompiledHeader="3"
163                                PrecompiledHeaderThrough="stdafx.h"
164                                PrecompiledHeaderFile=".\Release/IconService.pch"
165                                AssemblerListingLocation=".\Release/"
166                                ObjectFile=".\Release/"
167                                ProgramDataBaseFileName=".\Release/"
168                                WarningLevel="3"
169                                SuppressStartupBanner="TRUE"/>
170                        <Tool
171                                Name="VCCustomBuildTool"/>
172                        <Tool
173                                Name="VCLinkerTool"
174                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib pdh.lib"
175                                OutputFile=".\Release/NSClient++.exe"
176                                LinkIncremental="1"
177                                SuppressStartupBanner="TRUE"
178                                IgnoreAllDefaultLibraries="FALSE"
179                                IgnoreDefaultLibraryNames=""
180                                ModuleDefinitionFile=""
181                                ProgramDatabaseFile=".\Release/IconService.pdb"
182                                SubSystem="1"
183                                OptimizeForWindows98="1"
184                                TargetMachine="1"/>
185                        <Tool
186                                Name="VCMIDLTool"
187                                TypeLibraryName=".\Release/IconService.tlb"
188                                HeaderFileName=""/>
189                        <Tool
190                                Name="VCPostBuildEventTool"/>
191                        <Tool
192                                Name="VCPreBuildEventTool"/>
193                        <Tool
194                                Name="VCPreLinkEventTool"/>
195                        <Tool
196                                Name="VCResourceCompilerTool"
197                                PreprocessorDefinitions="NDEBUG"
198                                Culture="1036"
199                                AdditionalIncludeDirectories="./res/"/>
200                        <Tool
201                                Name="VCWebServiceProxyGeneratorTool"/>
202                        <Tool
203                                Name="VCXMLDataGeneratorTool"/>
204                        <Tool
205                                Name="VCWebDeploymentTool"/>
206                        <Tool
207                                Name="VCManagedWrapperGeneratorTool"/>
208                        <Tool
209                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
210                </Configuration>
211        </Configurations>
212        <References>
213        </References>
214        <Files>
215                <Filter
216                        Name="Source Files"
217                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
218                        <File
219                                RelativePath=".\include\NSCHelper.cpp">
220                        </File>
221                        <File
222                                RelativePath=".\NSClient++.cpp">
223                        </File>
224                        <File
225                                RelativePath=".\NSClient++.def">
226                        </File>
227                        <File
228                                RelativePath=".\NSCPlugin.cpp">
229                        </File>
230                        <File
231                                RelativePath=".\include\ServiceCmd.cpp">
232                        </File>
233                        <File
234                                RelativePath="StdAfx.cpp">
235                                <FileConfiguration
236                                        Name="Release|Win32">
237                                        <Tool
238                                                Name="VCCLCompilerTool"
239                                                Optimization="2"
240                                                PreprocessorDefinitions=""
241                                                UsePrecompiledHeader="1"/>
242                                </FileConfiguration>
243                                <FileConfiguration
244                                        Name="Debug|Win32">
245                                        <Tool
246                                                Name="VCCLCompilerTool"
247                                                Optimization="0"
248                                                PreprocessorDefinitions=""
249                                                BasicRuntimeChecks="3"
250                                                UsePrecompiledHeader="1"/>
251                                </FileConfiguration>
252                                <FileConfiguration
253                                        Name="Release M$ STL|Win32">
254                                        <Tool
255                                                Name="VCCLCompilerTool"
256                                                Optimization="2"
257                                                PreprocessorDefinitions=""
258                                                UsePrecompiledHeader="1"/>
259                                </FileConfiguration>
260                        </File>
261                        <File
262                                RelativePath=".\TCPSocketResponder.cpp">
263                        </File>
264                </Filter>
265                <Filter
266                        Name="Header Files"
267                        Filter="h;hpp;hxx;hm;inl">
268                        <File
269                                RelativePath=".\include\charEx.h">
270                        </File>
271                        <File
272                                RelativePath=".\config.h">
273                        </File>
274                        <File
275                                RelativePath=".\include\Mutex.h">
276                        </File>
277                        <File
278                                RelativePath=".\include\NSCAPI.h">
279                        </File>
280                        <File
281                                RelativePath=".\include\NSCHelper.h">
282                        </File>
283                        <File
284                                RelativePath=".\NSClient++.h">
285                        </File>
286                        <File
287                                RelativePath=".\NSCPlugin.h">
288                        </File>
289                        <File
290                                RelativePath=".\include\NTService.h">
291                        </File>
292                        <File
293                                RelativePath=".\Settings.h">
294                        </File>
295                        <File
296                                RelativePath="StdAfx.h">
297                        </File>
298                        <File
299                                RelativePath=".\TCPSocketResponder.h">
300                        </File>
301                        <File
302                                RelativePath=".\include\thread.h">
303                        </File>
304                </Filter>
305                <Filter
306                        Name="Resource Files"
307                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
308                </Filter>
309                <Filter
310                        Name="Misc"
311                        Filter="">
312                        <File
313                                RelativePath=".\Doxyfile">
314                                <FileConfiguration
315                                        Name="Release|Win32">
316                                        <Tool
317                                                Name="VCCustomBuildTool"
318                                                CommandLine="doxygen.exe $(InputPath)
319"
320                                                Outputs=".\Doc"/>
321                                </FileConfiguration>
322                                <FileConfiguration
323                                        Name="Debug|Win32"
324                                        ExcludedFromBuild="TRUE">
325                                        <Tool
326                                                Name="VCCustomBuildTool"
327                                                CommandLine="doxygen.exe $(InputPath)
328"/>
329                                </FileConfiguration>
330                        </File>
331                        <File
332                                RelativePath=".\Doc\html\index.html">
333                        </File>
334                        <File
335                                RelativePath=".\NSC.ini">
336                                <FileConfiguration
337                                        Name="Release|Win32">
338                                        <Tool
339                                                Name="VCCustomBuildTool"
340                                                CommandLine="copy $(InputPath) $(OutDir)\$(InputFileName)
341"
342                                                AdditionalDependencies=""
343                                                Outputs="$(OutDir)\$(InputFileName)"/>
344                                </FileConfiguration>
345                                <FileConfiguration
346                                        Name="Debug|Win32">
347                                        <Tool
348                                                Name="VCCustomBuildTool"
349                                                CommandLine="copy $(InputPath) $(OutDir)\$(InputFileName)
350"
351                                                Outputs="$(OutDir)\$(InputFileName)"/>
352                                </FileConfiguration>
353                                <FileConfiguration
354                                        Name="Release M$ STL|Win32">
355                                        <Tool
356                                                Name="VCCustomBuildTool"
357                                                CommandLine="copy $(InputPath) $(OutDir)\$(InputFileName)
358"
359                                                Outputs="$(OutDir)\$(InputFileName)"/>
360                                </FileConfiguration>
361                        </File>
362                </Filter>
363        </Files>
364        <Globals>
365        </Globals>
366</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.