source: nscp/modules/FileLogger/FileLogger.vcproj @ aaa9a22

0.4.00.4.10.4.2stable
Last change on this file since aaa9a22 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: 5.8 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                <Configuration
114                        Name="Distribution|Win32"
115                        OutputDirectory="$(ConfigurationName)"
116                        IntermediateDirectory="$(ConfigurationName)"
117                        ConfigurationType="2"
118                        CharacterSet="2">
119                        <Tool
120                                Name="VCCLCompilerTool"
121                                AdditionalIncludeDirectories="../include;../../include"
122                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
123                                RuntimeLibrary="2"
124                                UsePrecompiledHeader="3"
125                                WarningLevel="3"
126                                Detect64BitPortabilityProblems="TRUE"
127                                DebugInformationFormat="3"/>
128                        <Tool
129                                Name="VCCustomBuildTool"/>
130                        <Tool
131                                Name="VCLinkerTool"
132                                OutputFile="../../Dist/modules/$(ProjectName).dll"
133                                LinkIncremental="1"
134                                ModuleDefinitionFile="FileLogger.def"
135                                GenerateDebugInformation="TRUE"
136                                SubSystem="2"
137                                OptimizeReferences="2"
138                                EnableCOMDATFolding="2"
139                                ImportLibrary="$(OutDir)/FileLogger.lib"
140                                TargetMachine="1"/>
141                        <Tool
142                                Name="VCMIDLTool"/>
143                        <Tool
144                                Name="VCPostBuildEventTool"/>
145                        <Tool
146                                Name="VCPreBuildEventTool"/>
147                        <Tool
148                                Name="VCPreLinkEventTool"/>
149                        <Tool
150                                Name="VCResourceCompilerTool"/>
151                        <Tool
152                                Name="VCWebServiceProxyGeneratorTool"/>
153                        <Tool
154                                Name="VCXMLDataGeneratorTool"/>
155                        <Tool
156                                Name="VCWebDeploymentTool"/>
157                        <Tool
158                                Name="VCManagedWrapperGeneratorTool"/>
159                        <Tool
160                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
161                </Configuration>
162        </Configurations>
163        <References>
164        </References>
165        <Files>
166                <Filter
167                        Name="Source Files"
168                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
169                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
170                        <File
171                                RelativePath="..\..\include\arrayBuffer.cpp">
172                        </File>
173                        <File
174                                RelativePath=".\FileLogger.cpp">
175                        </File>
176                        <File
177                                RelativePath="..\..\include\NSCHelper.cpp">
178                        </File>
179                        <File
180                                RelativePath=".\stdafx.cpp">
181                                <FileConfiguration
182                                        Name="Release|Win32">
183                                        <Tool
184                                                Name="VCCLCompilerTool"
185                                                UsePrecompiledHeader="1"/>
186                                </FileConfiguration>
187                                <FileConfiguration
188                                        Name="Debug|Win32">
189                                        <Tool
190                                                Name="VCCLCompilerTool"
191                                                UsePrecompiledHeader="1"/>
192                                </FileConfiguration>
193                                <FileConfiguration
194                                        Name="Distribution|Win32">
195                                        <Tool
196                                                Name="VCCLCompilerTool"
197                                                UsePrecompiledHeader="1"/>
198                                </FileConfiguration>
199                        </File>
200                </Filter>
201                <Filter
202                        Name="Header Files"
203                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
204                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
205                        <File
206                                RelativePath=".\FileLogger.h">
207                        </File>
208                        <File
209                                RelativePath="..\include\ModuleHelper.h">
210                        </File>
211                        <File
212                                RelativePath="..\..\include\NSCHelper.h">
213                        </File>
214                        <File
215                                RelativePath=".\stdafx.h">
216                        </File>
217                </Filter>
218                <Filter
219                        Name="Resource Files"
220                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
221                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
222                </Filter>
223                <File
224                        RelativePath=".\ReadMe.txt">
225                </File>
226        </Files>
227        <Globals>
228        </Globals>
229</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.