source: nscp/trunk/modules/FileLogger/FileLogger.vcproj @ f705d34

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

+ NRPE Support (very basic, no encryption, and nothing fancy)

  • Socket classes rewritten + Added NSCModuleHelper::getSettingsSection to the API
  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="FileLogger"
6        ProjectGUID="{62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}"
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"
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="FileLogger.def"
35                                GenerateDebugInformation="TRUE"
36                                SubSystem="2"
37                                OptimizeReferences="2"
38                                EnableCOMDATFolding="2"
39                                ImportLibrary="$(OutDir)/FileLogger.lib"
40                                TargetMachine="1"/>
41                        <Tool
42                                Name="VCMIDLTool"/>
43                        <Tool
44                                Name="VCPostBuildEventTool"/>
45                        <Tool
46                                Name="VCPreBuildEventTool"/>
47                        <Tool
48                                Name="VCPreLinkEventTool"/>
49                        <Tool
50                                Name="VCResourceCompilerTool"/>
51                        <Tool
52                                Name="VCWebServiceProxyGeneratorTool"/>
53                        <Tool
54                                Name="VCXMLDataGeneratorTool"/>
55                        <Tool
56                                Name="VCWebDeploymentTool"/>
57                        <Tool
58                                Name="VCManagedWrapperGeneratorTool"/>
59                        <Tool
60                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61                </Configuration>
62                <Configuration
63                        Name="Debug|Win32"
64                        OutputDirectory="$(ConfigurationName)"
65                        IntermediateDirectory="$(ConfigurationName)"
66                        ConfigurationType="2"
67                        CharacterSet="2">
68                        <Tool
69                                Name="VCCLCompilerTool"
70                                Optimization="0"
71                                AdditionalIncludeDirectories="../include;../../include"
72                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
73                                MinimalRebuild="TRUE"
74                                BasicRuntimeChecks="3"
75                                RuntimeLibrary="3"
76                                UsePrecompiledHeader="3"
77                                WarningLevel="3"
78                                Detect64BitPortabilityProblems="TRUE"
79                                DebugInformationFormat="4"/>
80                        <Tool
81                                Name="VCCustomBuildTool"/>
82                        <Tool
83                                Name="VCLinkerTool"
84                                OutputFile="../../Debug/modules/$(ProjectName).dll"
85                                LinkIncremental="2"
86                                ModuleDefinitionFile="FileLogger.def"
87                                GenerateDebugInformation="TRUE"
88                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
89                                SubSystem="2"
90                                ImportLibrary="$(OutDir)/FileLogger.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        </Configurations>
114        <References>
115        </References>
116        <Files>
117                <Filter
118                        Name="Source Files"
119                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
120                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
121                        <File
122                                RelativePath="..\..\include\arrayBuffer.cpp">
123                        </File>
124                        <File
125                                RelativePath=".\FileLogger.cpp">
126                        </File>
127                        <File
128                                RelativePath="..\..\include\NSCHelper.cpp">
129                        </File>
130                        <File
131                                RelativePath=".\stdafx.cpp">
132                                <FileConfiguration
133                                        Name="Release|Win32">
134                                        <Tool
135                                                Name="VCCLCompilerTool"
136                                                UsePrecompiledHeader="1"/>
137                                </FileConfiguration>
138                                <FileConfiguration
139                                        Name="Debug|Win32">
140                                        <Tool
141                                                Name="VCCLCompilerTool"
142                                                UsePrecompiledHeader="1"/>
143                                </FileConfiguration>
144                        </File>
145                </Filter>
146                <Filter
147                        Name="Header Files"
148                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
149                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
150                        <File
151                                RelativePath=".\FileLogger.h">
152                        </File>
153                        <File
154                                RelativePath="..\include\ModuleHelper.h">
155                        </File>
156                        <File
157                                RelativePath="..\..\include\NSCHelper.h">
158                        </File>
159                        <File
160                                RelativePath=".\stdafx.h">
161                        </File>
162                </Filter>
163                <Filter
164                        Name="Resource Files"
165                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
166                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
167                </Filter>
168                <File
169                        RelativePath=".\ReadMe.txt">
170                </File>
171        </Files>
172        <Globals>
173        </Globals>
174</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.