Changeset e59cbb4 for libtrace.vcproj
- Timestamp:
- 02/18/08 11:15:03 (13 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- d186e42
- Parents:
- 2c124cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libtrace.vcproj
r6ed6c4a re59cbb4 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8.00" 5 5 Name="libtrace" 6 6 ProjectGUID="{A6485CD6-9A90-4A57-BDC0-23AF63288486}" 7 RootNamespace="libtrace"> 7 RootNamespace="libtrace" 8 > 8 9 <Platforms> 9 10 <Platform 10 Name="Win32"/> 11 Name="Win32" 12 /> 11 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 12 16 <Configurations> 13 17 <Configuration … … 15 19 OutputDirectory=".\Release" 16 20 IntermediateDirectory=".\Release" 17 ConfigurationType="1" 21 ConfigurationType="2" 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 18 23 UseOfMFC="0" 19 ATLMinimizesCRunTimeLibraryUsage="FALSE" 20 CharacterSet="2"> 24 ATLMinimizesCRunTimeLibraryUsage="false" 25 CharacterSet="2" 26 > 27 <Tool 28 Name="VCPreBuildEventTool" 29 /> 30 <Tool 31 Name="VCCustomBuildTool" 32 /> 33 <Tool 34 Name="VCXMLDataGeneratorTool" 35 /> 36 <Tool 37 Name="VCWebServiceProxyGeneratorTool" 38 /> 39 <Tool 40 Name="VCMIDLTool" 41 TypeLibraryName=".\Release/libtrace.tlb" 42 HeaderFileName="" 43 /> 21 44 <Tool 22 45 Name="VCCLCompilerTool" 23 46 Optimization="2" 24 47 InlineFunctionExpansion="1" 25 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 26 StringPooling="TRUE" 48 AdditionalIncludeDirectories=""C:\Program Files\GnuWin32\include";"C:\Users\root\Documents\Visual Studio 2005\Projects\WpdPack\Include";"C:\Users\root\Documents\Visual Studio 2005\Projects\zlib";"C:\Users\root\Documents\Visual Studio 2005\Projects\libtrace-3.0.3\lib"" 49 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BUILDING_DLL" 50 StringPooling="true" 27 51 RuntimeLibrary="0" 28 EnableFunctionLevelLinking=" TRUE"52 EnableFunctionLevelLinking="true" 29 53 PrecompiledHeaderFile=".\Release/libtrace.pch" 30 54 AssemblerListingLocation=".\Release/" … … 32 56 ProgramDataBaseFileName=".\Release/" 33 57 WarningLevel="3" 34 SuppressStartupBanner="TRUE"/> 35 <Tool 36 Name="VCCustomBuildTool"/> 58 SuppressStartupBanner="true" 59 /> 60 <Tool 61 Name="VCManagedResourceCompilerTool" 62 /> 63 <Tool 64 Name="VCResourceCompilerTool" 65 PreprocessorDefinitions="NDEBUG" 66 Culture="5129" 67 /> 68 <Tool 69 Name="VCPreLinkEventTool" 70 /> 37 71 <Tool 38 72 Name="VCLinkerTool" 39 AdditionalDependencies="odbc32.lib odbccp32.lib "40 OutputFile=" .\Release/libtrace.exe"73 AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib wpcap.lib regex.lib" 74 OutputFile="$(OutDir)\$(ProjectName).dll" 41 75 LinkIncremental="1" 42 SuppressStartupBanner="TRUE" 76 SuppressStartupBanner="true" 77 AdditionalLibraryDirectories=""C:\Program Files\GnuWin32\lib";"C:\Users\root\Documents\Visual Studio 2005\Projects\zlib";"C:\Users\root\Documents\Visual Studio 2005\Projects\WpdPack\Lib"" 43 78 ProgramDatabaseFile=".\Release/libtrace.pdb" 44 79 SubSystem="1" 45 TargetMachine="1"/> 46 <Tool 47 Name="VCMIDLTool" 48 TypeLibraryName=".\Release/libtrace.tlb" 49 HeaderFileName=""/> 50 <Tool 51 Name="VCPostBuildEventTool"/> 52 <Tool 53 Name="VCPreBuildEventTool"/> 54 <Tool 55 Name="VCPreLinkEventTool"/> 56 <Tool 57 Name="VCResourceCompilerTool" 58 PreprocessorDefinitions="NDEBUG" 59 Culture="5129"/> 60 <Tool 61 Name="VCWebServiceProxyGeneratorTool"/> 62 <Tool 63 Name="VCXMLDataGeneratorTool"/> 64 <Tool 65 Name="VCWebDeploymentTool"/> 66 <Tool 67 Name="VCManagedWrapperGeneratorTool"/> 68 <Tool 69 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 80 TargetMachine="1" 81 /> 82 <Tool 83 Name="VCALinkTool" 84 /> 85 <Tool 86 Name="VCManifestTool" 87 /> 88 <Tool 89 Name="VCXDCMakeTool" 90 /> 91 <Tool 92 Name="VCBscMakeTool" 93 /> 94 <Tool 95 Name="VCFxCopTool" 96 /> 97 <Tool 98 Name="VCAppVerifierTool" 99 /> 100 <Tool 101 Name="VCWebDeploymentTool" 102 /> 103 <Tool 104 Name="VCPostBuildEventTool" 105 /> 70 106 </Configuration> 71 107 <Configuration … … 74 110 IntermediateDirectory=".\Debug" 75 111 ConfigurationType="2" 112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 76 113 UseOfMFC="0" 77 ATLMinimizesCRunTimeLibraryUsage="FALSE" 78 CharacterSet="2"> 114 ATLMinimizesCRunTimeLibraryUsage="false" 115 CharacterSet="2" 116 > 117 <Tool 118 Name="VCPreBuildEventTool" 119 /> 120 <Tool 121 Name="VCCustomBuildTool" 122 /> 123 <Tool 124 Name="VCXMLDataGeneratorTool" 125 /> 126 <Tool 127 Name="VCWebServiceProxyGeneratorTool" 128 /> 129 <Tool 130 Name="VCMIDLTool" 131 TypeLibraryName=".\Debug/libtrace.tlb" 132 HeaderFileName="" 133 /> 79 134 <Tool 80 135 Name="VCCLCompilerTool" 81 136 Optimization="0" 82 AdditionalIncludeDirectories=""C:\ Documents and Settings\root\My Documents\Visual Studio Projects\WpdPack\Include";"C:\Documents and Settings\root\My Documents\Visual Studio Projects\libtrace-3.0.0beta7-win\lib""137 AdditionalIncludeDirectories=""C:\Users\root\Documents\Visual Studio 2005\Projects\zlib";"C:\Users\root\Documents\Visual Studio 2005\Projects\WpdPack\Include";"C:\Users\root\Documents\Visual Studio 2005\Projects\libtrace-3.0.3\lib";"C:\Program Files\GnuWin32\include"" 83 138 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BUILDING_DLL" 84 MinimalRebuild=" TRUE"139 MinimalRebuild="true" 85 140 BasicRuntimeChecks="3" 86 141 RuntimeLibrary="1" … … 90 145 ProgramDataBaseFileName=".\Debug/" 91 146 WarningLevel="3" 92 SuppressStartupBanner="TRUE" 93 DebugInformationFormat="4"/> 94 <Tool 95 Name="VCCustomBuildTool"/> 147 SuppressStartupBanner="true" 148 DebugInformationFormat="4" 149 /> 150 <Tool 151 Name="VCManagedResourceCompilerTool" 152 /> 153 <Tool 154 Name="VCResourceCompilerTool" 155 PreprocessorDefinitions="_DEBUG" 156 Culture="5129" 157 /> 158 <Tool 159 Name="VCPreLinkEventTool" 160 /> 96 161 <Tool 97 162 Name="VCLinkerTool" 98 AdditionalDependencies="Ws2_32.lib wpcap.lib "163 AdditionalDependencies="Ws2_32.lib wpcap.lib regex.lib" 99 164 LinkIncremental="2" 100 SuppressStartupBanner=" TRUE"101 AdditionalLibraryDirectories=""C:\ Documents and Settings\root\My Documents\Visual StudioProjects\WpdPack\Lib""102 GenerateDebugInformation=" TRUE"165 SuppressStartupBanner="true" 166 AdditionalLibraryDirectories=""C:\Program Files\GnuWin32\lib";"C:\Users\root\Documents\Visual Studio 2005\Projects\WpdPack\Lib"" 167 GenerateDebugInformation="true" 103 168 ProgramDatabaseFile=".\Debug/libtrace.pdb" 104 169 SubSystem="1" 105 TargetMachine="1"/> 106 <Tool 107 Name="VCMIDLTool" 108 TypeLibraryName=".\Debug/libtrace.tlb" 109 HeaderFileName=""/> 110 <Tool 111 Name="VCPostBuildEventTool"/> 112 <Tool 113 Name="VCPreBuildEventTool"/> 114 <Tool 115 Name="VCPreLinkEventTool"/> 116 <Tool 117 Name="VCResourceCompilerTool" 118 PreprocessorDefinitions="_DEBUG" 119 Culture="5129"/> 120 <Tool 121 Name="VCWebServiceProxyGeneratorTool"/> 122 <Tool 123 Name="VCXMLDataGeneratorTool"/> 124 <Tool 125 Name="VCWebDeploymentTool"/> 126 <Tool 127 Name="VCManagedWrapperGeneratorTool"/> 128 <Tool 129 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 170 TargetMachine="1" 171 /> 172 <Tool 173 Name="VCALinkTool" 174 /> 175 <Tool 176 Name="VCManifestTool" 177 /> 178 <Tool 179 Name="VCXDCMakeTool" 180 /> 181 <Tool 182 Name="VCBscMakeTool" 183 /> 184 <Tool 185 Name="VCFxCopTool" 186 /> 187 <Tool 188 Name="VCAppVerifierTool" 189 /> 190 <Tool 191 Name="VCWebDeploymentTool" 192 /> 193 <Tool 194 Name="VCPostBuildEventTool" 195 /> 130 196 </Configuration> 131 197 </Configurations> … … 135 201 <Filter 136 202 Name="Source Files" 137 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 138 <File 139 RelativePath=".\lib\format_duck.c"> 140 </File> 141 <File 142 RelativePath="lib\format_erf.c"> 143 </File> 144 <File 145 RelativePath="lib\format_helper.c"> 146 </File> 147 <File 148 RelativePath="lib\format_legacy.c"> 149 </File> 150 <File 151 RelativePath="lib\format_pcap.c"> 152 </File> 153 <File 154 RelativePath=".\lib\format_pcapfile.c"> 155 </File> 156 <File 157 RelativePath="lib\format_rt.c"> 158 </File> 159 <File 160 RelativePath=".\lib\format_wag.c"> 161 </File> 162 <File 163 RelativePath=".\lib\libtraceio-stdio.c"> 164 </File> 165 <File 166 RelativePath=".\lib\link_wireless.c"> 167 </File> 168 <File 169 RelativePath="lib\linktypes.c"> 170 </File> 171 <File 172 RelativePath="lib\malloc.c"> 173 </File> 174 <File 175 RelativePath="lib\protocols.c"> 176 </File> 177 <File 178 RelativePath="lib\realloc.c"> 179 </File> 180 <File 181 RelativePath="lib\strndup.c"> 182 </File> 183 <File 184 RelativePath="lib\trace.c"> 203 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 204 > 205 <File 206 RelativePath=".\lib\format_atmhdr.c" 207 > 208 </File> 209 <File 210 RelativePath=".\lib\format_duck.c" 211 > 212 </File> 213 <File 214 RelativePath="lib\format_erf.c" 215 > 216 </File> 217 <File 218 RelativePath="lib\format_helper.c" 219 > 220 </File> 221 <File 222 RelativePath=".\lib\format_legacy.c" 223 > 224 </File> 225 <File 226 RelativePath="lib\format_pcap.c" 227 > 228 </File> 229 <File 230 RelativePath=".\lib\format_pcapfile.c" 231 > 232 </File> 233 <File 234 RelativePath="lib\format_rt.c" 235 > 236 </File> 237 <File 238 RelativePath=".\lib\format_tsh.c" 239 > 240 </File> 241 <File 242 RelativePath=".\lib\libtraceio-stdio.c" 243 > 244 </File> 245 <File 246 RelativePath=".\lib\link_wireless.c" 247 > 248 </File> 249 <File 250 RelativePath="lib\linktypes.c" 251 > 252 </File> 253 <File 254 RelativePath="lib\malloc.c" 255 > 256 </File> 257 <File 258 RelativePath="lib\protocols.c" 259 > 260 </File> 261 <File 262 RelativePath="lib\realloc.c" 263 > 264 </File> 265 <File 266 RelativePath="lib\strndup.c" 267 > 268 </File> 269 <File 270 RelativePath="lib\trace.c" 271 > 185 272 </File> 186 273 </Filter> 187 274 <Filter 188 275 Name="Header Files" 189 Filter="h;hpp;hxx;hm;inl"> 190 <File 191 RelativePath="lib\common.h"> 192 </File> 193 <File 194 RelativePath=".\lib\config.h"> 195 </File> 196 <File 197 RelativePath="lib\dagformat.h"> 198 </File> 199 <File 200 RelativePath="lib\daglegacy.h"> 201 </File> 202 <File 203 RelativePath=".\lib\format_erf.h"> 204 </File> 205 <File 206 RelativePath="lib\format_helper.h"> 207 </File> 208 <File 209 RelativePath="lib\libtrace.h"> 210 </File> 211 <File 212 RelativePath="lib\libtrace_int.h"> 213 </File> 214 <File 215 RelativePath=".\lib\libtraceio.h"> 216 </File> 217 <File 218 RelativePath="lib\lt_inttypes.h"> 219 </File> 220 <File 221 RelativePath="lib\rt_protocol.h"> 222 </File> 223 <File 224 RelativePath="lib\wag.h"> 276 Filter="h;hpp;hxx;hm;inl" 277 > 278 <File 279 RelativePath="lib\common.h" 280 > 281 </File> 282 <File 283 RelativePath=".\lib\config.h" 284 > 285 </File> 286 <File 287 RelativePath="lib\dagformat.h" 288 > 289 </File> 290 <File 291 RelativePath="lib\daglegacy.h" 292 > 293 </File> 294 <File 295 RelativePath=".\lib\format_erf.h" 296 > 297 </File> 298 <File 299 RelativePath="lib\format_helper.h" 300 > 301 </File> 302 <File 303 RelativePath="lib\libtrace.h" 304 > 305 </File> 306 <File 307 RelativePath="lib\libtrace_int.h" 308 > 309 </File> 310 <File 311 RelativePath=".\lib\libtraceio.h" 312 > 313 </File> 314 <File 315 RelativePath="lib\lt_inttypes.h" 316 > 317 </File> 318 <File 319 RelativePath="lib\rt_protocol.h" 320 > 225 321 </File> 226 322 </Filter> 227 323 <Filter 228 324 Name="Resource Files" 229 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 325 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 326 > 230 327 </Filter> 231 328 </Files>
Note: See TracChangeset
for help on using the changeset viewer.