source: nscp/modules/FileLogger/FileLogger.vcproj @ 9ce8b01

0.4.00.4.10.4.2stable
Last change on this file since 9ce8b01 was 9ce8b01, checked in by Michael Medin <michael@…>, 7 years ago

VC 8.0 compatiblity

  • Property mode set to 100644
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="FileLogger"
6        ProjectGUID="{62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Release|Win32"
19                        OutputDirectory="$(ConfigurationName)"
20                        IntermediateDirectory="$(ConfigurationName)"
21                        ConfigurationType="2"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                AdditionalIncludeDirectories="../include;../../include"
43                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
44                                RuntimeLibrary="2"
45                                UsePrecompiledHeader="2"
46                                WarningLevel="3"
47                                Detect64BitPortabilityProblems="true"
48                                DebugInformationFormat="3"
49                        />
50                        <Tool
51                                Name="VCManagedResourceCompilerTool"
52                        />
53                        <Tool
54                                Name="VCResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCPreLinkEventTool"
58                        />
59                        <Tool
60                                Name="VCLinkerTool"
61                                OutputFile="../../Release/modules/$(ProjectName).dll"
62                                LinkIncremental="1"
63                                ModuleDefinitionFile="FileLogger.def"
64                                GenerateDebugInformation="true"
65                                SubSystem="2"
66                                OptimizeReferences="2"
67                                EnableCOMDATFolding="2"
68                                ImportLibrary="$(OutDir)/FileLogger.lib"
69                                TargetMachine="1"
70                        />
71                        <Tool
72                                Name="VCALinkTool"
73                        />
74                        <Tool
75                                Name="VCManifestTool"
76                        />
77                        <Tool
78                                Name="VCXDCMakeTool"
79                        />
80                        <Tool
81                                Name="VCBscMakeTool"
82                        />
83                        <Tool
84                                Name="VCFxCopTool"
85                        />
86                        <Tool
87                                Name="VCAppVerifierTool"
88                        />
89                        <Tool
90                                Name="VCWebDeploymentTool"
91                        />
92                        <Tool
93                                Name="VCPostBuildEventTool"
94                        />
95                </Configuration>
96                <Configuration
97                        Name="Debug|Win32"
98                        OutputDirectory="$(ConfigurationName)"
99                        IntermediateDirectory="$(ConfigurationName)"
100                        ConfigurationType="2"
101                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
102                        CharacterSet="2"
103                        >
104                        <Tool
105                                Name="VCPreBuildEventTool"
106                        />
107                        <Tool
108                                Name="VCCustomBuildTool"
109                        />
110                        <Tool
111                                Name="VCXMLDataGeneratorTool"
112                        />
113                        <Tool
114                                Name="VCWebServiceProxyGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCMIDLTool"
118                        />
119                        <Tool
120                                Name="VCCLCompilerTool"
121                                Optimization="0"
122                                AdditionalIncludeDirectories="../include;../../include"
123                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
124                                MinimalRebuild="true"
125                                BasicRuntimeChecks="3"
126                                RuntimeLibrary="3"
127                                UsePrecompiledHeader="2"
128                                WarningLevel="3"
129                                Detect64BitPortabilityProblems="true"
130                                DebugInformationFormat="4"
131                        />
132                        <Tool
133                                Name="VCManagedResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCPreLinkEventTool"
140                        />
141                        <Tool
142                                Name="VCLinkerTool"
143                                OutputFile="../../Debug/modules/$(ProjectName).dll"
144                                LinkIncremental="2"
145                                ModuleDefinitionFile="FileLogger.def"
146                                GenerateDebugInformation="true"
147                                ProgramDatabaseFile="$(OutDir)/FileLogger.pdb"
148                                SubSystem="2"
149                                ImportLibrary="$(OutDir)/FileLogger.lib"
150                                TargetMachine="1"
151                        />
152                        <Tool
153                                Name="VCALinkTool"
154                        />
155                        <Tool
156                                Name="VCManifestTool"
157                        />
158                        <Tool
159                                Name="VCXDCMakeTool"
160                        />
161                        <Tool
162                                Name="VCBscMakeTool"
163                        />
164                        <Tool
165                                Name="VCFxCopTool"
166                        />
167                        <Tool
168                                Name="VCAppVerifierTool"
169                        />
170                        <Tool
171                                Name="VCWebDeploymentTool"
172                        />
173                        <Tool
174                                Name="VCPostBuildEventTool"
175                        />
176                </Configuration>
177                <Configuration
178                        Name="Distribution|Win32"
179                        OutputDirectory="$(ConfigurationName)"
180                        IntermediateDirectory="$(ConfigurationName)"
181                        ConfigurationType="2"
182                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
183                        CharacterSet="2"
184                        >
185                        <Tool
186                                Name="VCPreBuildEventTool"
187                        />
188                        <Tool
189                                Name="VCCustomBuildTool"
190                        />
191                        <Tool
192                                Name="VCXMLDataGeneratorTool"
193                        />
194                        <Tool
195                                Name="VCWebServiceProxyGeneratorTool"
196                        />
197                        <Tool
198                                Name="VCMIDLTool"
199                        />
200                        <Tool
201                                Name="VCCLCompilerTool"
202                                AdditionalIncludeDirectories="../include;../../include"
203                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
204                                RuntimeLibrary="2"
205                                UsePrecompiledHeader="2"
206                                WarningLevel="3"
207                                Detect64BitPortabilityProblems="true"
208                                DebugInformationFormat="3"
209                        />
210                        <Tool
211                                Name="VCManagedResourceCompilerTool"
212                        />
213                        <Tool
214                                Name="VCResourceCompilerTool"
215                        />
216                        <Tool
217                                Name="VCPreLinkEventTool"
218                        />
219                        <Tool
220                                Name="VCLinkerTool"
221                                OutputFile="../../Dist/modules/$(ProjectName).dll"
222                                LinkIncremental="1"
223                                ModuleDefinitionFile="FileLogger.def"
224                                GenerateDebugInformation="true"
225                                SubSystem="2"
226                                OptimizeReferences="2"
227                                EnableCOMDATFolding="2"
228                                ImportLibrary="$(OutDir)/FileLogger.lib"
229                                TargetMachine="1"
230                        />
231                        <Tool
232                                Name="VCALinkTool"
233                        />
234                        <Tool
235                                Name="VCManifestTool"
236                        />
237                        <Tool
238                                Name="VCXDCMakeTool"
239                        />
240                        <Tool
241                                Name="VCBscMakeTool"
242                        />
243                        <Tool
244                                Name="VCFxCopTool"
245                        />
246                        <Tool
247                                Name="VCAppVerifierTool"
248                        />
249                        <Tool
250                                Name="VCWebDeploymentTool"
251                        />
252                        <Tool
253                                Name="VCPostBuildEventTool"
254                        />
255                </Configuration>
256        </Configurations>
257        <References>
258        </References>
259        <Files>
260                <Filter
261                        Name="Source Files"
262                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
263                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
264                        >
265                        <File
266                                RelativePath="..\..\include\arrayBuffer.cpp"
267                                >
268                        </File>
269                        <File
270                                RelativePath=".\FileLogger.cpp"
271                                >
272                        </File>
273                        <File
274                                RelativePath="..\..\include\NSCHelper.cpp"
275                                >
276                        </File>
277                        <File
278                                RelativePath=".\stdafx.cpp"
279                                >
280                                <FileConfiguration
281                                        Name="Release|Win32"
282                                        >
283                                        <Tool
284                                                Name="VCCLCompilerTool"
285                                                UsePrecompiledHeader="1"
286                                        />
287                                </FileConfiguration>
288                                <FileConfiguration
289                                        Name="Debug|Win32"
290                                        >
291                                        <Tool
292                                                Name="VCCLCompilerTool"
293                                                UsePrecompiledHeader="1"
294                                        />
295                                </FileConfiguration>
296                                <FileConfiguration
297                                        Name="Distribution|Win32"
298                                        >
299                                        <Tool
300                                                Name="VCCLCompilerTool"
301                                                UsePrecompiledHeader="1"
302                                        />
303                                </FileConfiguration>
304                        </File>
305                </Filter>
306                <Filter
307                        Name="Header Files"
308                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
309                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
310                        >
311                        <File
312                                RelativePath="..\..\include\config.h"
313                                >
314                        </File>
315                        <File
316                                RelativePath=".\FileLogger.h"
317                                >
318                        </File>
319                        <File
320                                RelativePath="..\include\ModuleHelper.h"
321                                >
322                        </File>
323                        <File
324                                RelativePath="..\..\include\NSCHelper.h"
325                                >
326                        </File>
327                        <File
328                                RelativePath=".\stdafx.h"
329                                >
330                        </File>
331                </Filter>
332                <Filter
333                        Name="Resource Files"
334                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
335                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
336                        >
337                </Filter>
338                <File
339                        RelativePath=".\ReadMe.txt"
340                        >
341                </File>
342        </Files>
343        <Globals>
344        </Globals>
345</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.