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

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

Multiple fixes in various places.

  • Added threadding blocks "core"
  • Added new Module (CheckDisk)
  • Added new option [log] / debug=1 to enable debug logs.
  • Added more error messages
  • other minor tweaks and fixes
  • Property mode set to 100644
File size: 7.2 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="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_STATIC_LIB;_STLP_USE_MALLOC"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="1"
27                                UsePrecompiledHeader="3"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                OutputFile="../../Debug/modules/$(ProjectName).dll"
36                                LinkIncremental="2"
37                                ModuleDefinitionFile="FileLogger.def"
38                                GenerateDebugInformation="TRUE"
39                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
40                                SubSystem="2"
41                                ImportLibrary="$(OutDir)/FileLogger.lib"
42                                TargetMachine="1"/>
43                        <Tool
44                                Name="VCMIDLTool"/>
45                        <Tool
46                                Name="VCPostBuildEventTool"/>
47                        <Tool
48                                Name="VCPreBuildEventTool"/>
49                        <Tool
50                                Name="VCPreLinkEventTool"/>
51                        <Tool
52                                Name="VCResourceCompilerTool"/>
53                        <Tool
54                                Name="VCWebServiceProxyGeneratorTool"/>
55                        <Tool
56                                Name="VCXMLDataGeneratorTool"/>
57                        <Tool
58                                Name="VCWebDeploymentTool"/>
59                        <Tool
60                                Name="VCManagedWrapperGeneratorTool"/>
61                        <Tool
62                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                </Configuration>
64                <Configuration
65                        Name="Release|Win32"
66                        OutputDirectory="Release"
67                        IntermediateDirectory="Release"
68                        ConfigurationType="2"
69                        CharacterSet="2">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                AdditionalIncludeDirectories="../include;../../include"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;SYSTRAY_EXPORTS"
74                                RuntimeLibrary="0"
75                                UsePrecompiledHeader="3"
76                                WarningLevel="3"
77                                Detect64BitPortabilityProblems="TRUE"
78                                DebugInformationFormat="3"/>
79                        <Tool
80                                Name="VCCustomBuildTool"/>
81                        <Tool
82                                Name="VCLinkerTool"
83                                OutputFile="../../Release/modules/$(ProjectName).dll"
84                                LinkIncremental="1"
85                                ModuleDefinitionFile="FileLogger.def"
86                                GenerateDebugInformation="TRUE"
87                                SubSystem="2"
88                                OptimizeReferences="2"
89                                EnableCOMDATFolding="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="Dynamic Linkage|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="../../Release/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                <Configuration
163                        Name="Debug Dynamic Linkage|Win32"
164                        OutputDirectory="$(ConfigurationName)"
165                        IntermediateDirectory="$(ConfigurationName)"
166                        ConfigurationType="2"
167                        CharacterSet="2">
168                        <Tool
169                                Name="VCCLCompilerTool"
170                                Optimization="0"
171                                AdditionalIncludeDirectories="../include;../../include"
172                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
173                                MinimalRebuild="TRUE"
174                                BasicRuntimeChecks="3"
175                                RuntimeLibrary="3"
176                                UsePrecompiledHeader="3"
177                                WarningLevel="3"
178                                Detect64BitPortabilityProblems="TRUE"
179                                DebugInformationFormat="4"/>
180                        <Tool
181                                Name="VCCustomBuildTool"/>
182                        <Tool
183                                Name="VCLinkerTool"
184                                OutputFile="../../Debug/modules/$(ProjectName).dll"
185                                LinkIncremental="2"
186                                ModuleDefinitionFile="FileLogger.def"
187                                GenerateDebugInformation="TRUE"
188                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
189                                SubSystem="2"
190                                ImportLibrary="$(OutDir)/FileLogger.lib"
191                                TargetMachine="1"/>
192                        <Tool
193                                Name="VCMIDLTool"/>
194                        <Tool
195                                Name="VCPostBuildEventTool"/>
196                        <Tool
197                                Name="VCPreBuildEventTool"/>
198                        <Tool
199                                Name="VCPreLinkEventTool"/>
200                        <Tool
201                                Name="VCResourceCompilerTool"/>
202                        <Tool
203                                Name="VCWebServiceProxyGeneratorTool"/>
204                        <Tool
205                                Name="VCXMLDataGeneratorTool"/>
206                        <Tool
207                                Name="VCWebDeploymentTool"/>
208                        <Tool
209                                Name="VCManagedWrapperGeneratorTool"/>
210                        <Tool
211                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
212                </Configuration>
213        </Configurations>
214        <References>
215        </References>
216        <Files>
217                <Filter
218                        Name="Source Files"
219                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
220                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
221                        <File
222                                RelativePath=".\FileLogger.cpp">
223                        </File>
224                        <File
225                                RelativePath="..\..\include\NSCHelper.cpp">
226                        </File>
227                        <File
228                                RelativePath=".\stdafx.cpp">
229                                <FileConfiguration
230                                        Name="Debug|Win32">
231                                        <Tool
232                                                Name="VCCLCompilerTool"
233                                                UsePrecompiledHeader="1"/>
234                                </FileConfiguration>
235                                <FileConfiguration
236                                        Name="Release|Win32">
237                                        <Tool
238                                                Name="VCCLCompilerTool"
239                                                UsePrecompiledHeader="1"/>
240                                </FileConfiguration>
241                                <FileConfiguration
242                                        Name="Dynamic Linkage|Win32">
243                                        <Tool
244                                                Name="VCCLCompilerTool"
245                                                UsePrecompiledHeader="1"/>
246                                </FileConfiguration>
247                                <FileConfiguration
248                                        Name="Debug Dynamic Linkage|Win32">
249                                        <Tool
250                                                Name="VCCLCompilerTool"
251                                                UsePrecompiledHeader="1"/>
252                                </FileConfiguration>
253                        </File>
254                </Filter>
255                <Filter
256                        Name="Header Files"
257                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
258                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
259                        <File
260                                RelativePath=".\FileLogger.h">
261                        </File>
262                        <File
263                                RelativePath="..\include\ModuleHelper.h">
264                        </File>
265                        <File
266                                RelativePath=".\stdafx.h">
267                        </File>
268                </Filter>
269                <Filter
270                        Name="Resource Files"
271                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
272                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
273                </Filter>
274                <File
275                        RelativePath=".\ReadMe.txt">
276                </File>
277        </Files>
278        <Globals>
279        </Globals>
280</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.