Clone
ixen <ixen@copyhandler.com>
committed
on 11 Mar 07
Improvements in configuration support code (incomplete) - advances [#291].
LoggerImprovements + 5 more
ext/libicpf/libicpf.vc71.vcproj (+8 -0)
15 15                         Name="Debug|Win32"
16 16                         OutputDirectory="$(SolutionDir)bin\debug"
17 17                         IntermediateDirectory="Debug"
18 18                         ConfigurationType="2"
19 19                         CharacterSet="2">
20 20                         <Tool
21 21                                 Name="VCCLCompilerTool"
22 22                                 Optimization="0"
23 23                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBICPF_EXPORTS"
24 24                                 MinimalRebuild="TRUE"
25 25                                 BasicRuntimeChecks="3"
26 26                                 RuntimeLibrary="1"
27 27                                 UsePrecompiledHeader="0"
28 28                                 WarningLevel="4"
29 29                                 Detect64BitPortabilityProblems="TRUE"
30 30                                 DebugInformationFormat="4"/>
31 31                         <Tool
32 32                                 Name="VCCustomBuildTool"/>
33 33                         <Tool
34 34                                 Name="VCLinkerTool"
  35                                 AdditionalDependencies="libexpat.lib"
35 36                                 OutputFile="$(OutDir)/libicpf.dll"
36 37                                 LinkIncremental="2"
37 38                                 GenerateDebugInformation="TRUE"
38 39                                 ProgramDatabaseFile="$(OutDir)/libicpf.pdb"
39 40                                 SubSystem="2"
40 41                                 ImportLibrary="$(OutDir)/libicpf.lib"
41 42                                 TargetMachine="1"/>
42 43                         <Tool
43 44                                 Name="VCMIDLTool"/>
44 45                         <Tool
45 46                                 Name="VCPostBuildEventTool"/>
46 47                         <Tool
47 48                                 Name="VCPreBuildEventTool"/>
48 49                         <Tool
49 50                                 Name="VCPreLinkEventTool"/>
50 51                         <Tool
51 52                                 Name="VCResourceCompilerTool"/>
52 53                         <Tool
53 54                                 Name="VCWebServiceProxyGeneratorTool"/>
54 55                         <Tool
 
61 62                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
62 63                 </Configuration>
63 64                 <Configuration
64 65                         Name="Release|Win32"
65 66                         OutputDirectory="$(SolutionDir)bin\release"
66 67                         IntermediateDirectory="Release"
67 68                         ConfigurationType="2"
68 69                         CharacterSet="2">
69 70                         <Tool
70 71                                 Name="VCCLCompilerTool"
71 72                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBICPF_EXPORTS"
72 73                                 RuntimeLibrary="0"
73 74                                 UsePrecompiledHeader="0"
74 75                                 WarningLevel="3"
75 76                                 Detect64BitPortabilityProblems="TRUE"
76 77                                 DebugInformationFormat="3"/>
77 78                         <Tool
78 79                                 Name="VCCustomBuildTool"/>
79 80                         <Tool
80 81                                 Name="VCLinkerTool"
  82                                 AdditionalDependencies="libexpat.lib"
81 83                                 OutputFile="$(OutDir)/libicpf.dll"
82 84                                 LinkIncremental="1"
83 85                                 GenerateDebugInformation="TRUE"
84 86                                 SubSystem="2"
85 87                                 OptimizeReferences="2"
86 88                                 EnableCOMDATFolding="2"
87 89                                 ImportLibrary="$(OutDir)/libicpf.lib"
88 90                                 TargetMachine="1"/>
89 91                         <Tool
90 92                                 Name="VCMIDLTool"/>
91 93                         <Tool
92 94                                 Name="VCPostBuildEventTool"/>
93 95                         <Tool
94 96                                 Name="VCPreBuildEventTool"/>
95 97                         <Tool
96 98                                 Name="VCPreLinkEventTool"/>
97 99                         <Tool
98 100                                 Name="VCResourceCompilerTool"/>
99 101                         <Tool
100 102                                 Name="VCWebServiceProxyGeneratorTool"/>
 
111 113         <References>
112 114         </References>
113 115         <Files>
114 116                 <Filter
115 117                         Name="Source Files"
116 118                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
117 119                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
118 120                         <File
119 121                                 RelativePath=".\src\callback.cpp">
120 122                         </File>
121 123                         <File
122 124                                 RelativePath=".\src\cfg.cpp">
123 125                         </File>
124 126                         <File
125 127                                 RelativePath=".\src\cfg_xml.cpp">
126 128                         </File>
127 129                         <File
128 130                                 RelativePath=".\src\circ_buffer.cpp">
129 131                         </File>
130 132                         <File
  133                                 RelativePath=".\src\config_property.cpp">
  134                         </File>
  135                         <File
131 136                                 RelativePath=".\src\conv.cpp">
132 137                         </File>
133 138                         <File
134 139                                 RelativePath=".\src\crc32.cpp">
135 140                         </File>
136 141                         <File
137 142                                 RelativePath=".\src\crypt.cpp">
138 143                         </File>
139 144                         <File
140 145                                 RelativePath=".\src\dmutex.cpp">
141 146                         </File>
142 147                         <File
143 148                                 RelativePath=".\src\dumpctx.cpp">
144 149                         </File>
145 150                         <File
146 151                                 RelativePath=".\src\exception.cpp">
147 152                         </File>
148 153                         <File
149 154                                 RelativePath=".\src\file.cpp">
150 155                         </File>
 
179 184                 <Filter
180 185                         Name="Header Files"
181 186                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
182 187                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
183 188                         <File
184 189                                 RelativePath=".\src\callback.h">
185 190                         </File>
186 191                         <File
187 192                                 RelativePath=".\src\cfg.h">
188 193                         </File>
189 194                         <File
190 195                                 RelativePath=".\src\cfg_xml.h">
191 196                         </File>
192 197                         <File
193 198                                 RelativePath=".\src\circ_buffer.h">
194 199                         </File>
195 200                         <File
196 201                                 RelativePath=".\src\config_base.h">
197 202                         </File>
198 203                         <File
  204                                 RelativePath=".\src\config_property.h">
  205                         </File>
  206                         <File
199 207                                 RelativePath=".\src\conv.h">
200 208                         </File>
201 209                         <File
202 210                                 RelativePath=".\src\crc32.h">
203 211                         </File>
204 212                         <File
205 213                                 RelativePath=".\src\crypt.h">
206 214                         </File>
207 215                         <File
208 216                                 RelativePath=".\src\dmutex.h">
209 217                         </File>
210 218                         <File
211 219                                 RelativePath=".\src\dumpctx.h">
212 220                         </File>
213 221                         <File
214 222                                 RelativePath=".\src\err_codes.h">
215 223                         </File>
216 224                         <File
217 225                                 RelativePath=".\src\exception.h">
218 226                         </File>