1 <?xml version="1.0" encoding = "Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.00" 5 Name="ngrep" 6 ProjectGUID="{CC0C01CE-0AC3-4F93-9DC8-792862344DBA}" 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="1" 18 CharacterSet="2"> 19 <Tool 20 Name="VCCLCompilerTool" 21 Optimization="0" 22 AdditionalIncludeDirectories="support;..\..\WpdPack\include" 23 PreprocessorDefinitions="STDC_HEADERS;WPCAP" 24 MinimalRebuild="TRUE" 25 BasicRuntimeChecks="3" 26 RuntimeLibrary="5" 27 UsePrecompiledHeader="0" 28 WarningLevel="3" 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat="4"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 33 <Tool 34 Name="VCLinkerTool" 35 AdditionalDependencies="wsock32.lib wpcap.lib" 36 OutputFile="$(OutDir)/ngrep.exe" 37 LinkIncremental="2" 38 AdditionalLibraryDirectories="..\..\WpdPack\Lib" 39 GenerateDebugInformation="TRUE" 40 ProgramDatabaseFile="$(OutDir)/ngrep.pdb" 41 SubSystem="1" 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="VCWebDeploymentTool"/> 57 </Configuration> 58 <Configuration 59 Name="Release|Win32" 60 OutputDirectory="Release" 61 IntermediateDirectory="Release" 62 ConfigurationType="1" 63 CharacterSet="2"> 64 <Tool 65 Name="VCCLCompilerTool" 66 Optimization="2" 67 InlineFunctionExpansion="1" 68 OmitFramePointers="TRUE" 69 AdditionalIncludeDirectories="support;..\..\WpdPack\include" 70 PreprocessorDefinitions="STDC_HEADERS;WPCAP" 71 StringPooling="TRUE" 72 RuntimeLibrary="4" 73 EnableFunctionLevelLinking="TRUE" 74 UsePrecompiledHeader="0" 75 WarningLevel="3" 76 Detect64BitPortabilityProblems="TRUE" 77 DebugInformationFormat="3"/> 78 <Tool 79 Name="VCCustomBuildTool"/> 80 <Tool 81 Name="VCLinkerTool" 82 AdditionalDependencies="wsock32.lib wpcap.lib" 83 OutputFile="$(OutDir)/ngrep.exe" 84 LinkIncremental="1" 85 AdditionalLibraryDirectories="..\..\WpdPack\Lib" 86 GenerateDebugInformation="TRUE" 87 SubSystem="1" 88 OptimizeReferences="2" 89 EnableCOMDATFolding="2" 90 TargetMachine="1"/> 91 <Tool 92 Name="VCMIDLTool"/> 93 <Tool 94 Name="VCPostBuildEventTool"/> 95 <Tool 96 Name="VCPreBuildEventTool"/> 97 <Tool 98 Name="VCPreLinkEventTool"/> 99 <Tool 100 Name="VCResourceCompilerTool"/> 101 <Tool 102 Name="VCWebServiceProxyGeneratorTool"/> 103 <Tool 104 Name="VCWebDeploymentTool"/> 105 </Configuration> 106 </Configurations> 107 <Files> 108 <Filter 109 Name="Source Files" 110 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 111 <File 112 RelativePath="support\getopt.c"> 113 </File> 114 <File 115 RelativePath="support\inet_ntop.c"> 116 </File> 117 <File 118 RelativePath="..\ngrep.c"> 119 </File> 120 <File 121 RelativePath="..\regex-0.12\regex.c"> 122 <FileConfiguration 123 Name="Debug|Win32"> 124 <Tool 125 Name="VCCLCompilerTool" 126 PreprocessorDefinitions="REGEX_MALLOC"/> 127 </FileConfiguration> 128 <FileConfiguration 129 Name="Release|Win32"> 130 <Tool 131 Name="VCCLCompilerTool" 132 PreprocessorDefinitions="REGEX_MALLOC"/> 133 </FileConfiguration> 134 </File> 135 </Filter> 136 <Filter 137 Name="Header Files" 138 Filter="h;hpp;hxx;hm;inl;inc"> 139 <File 140 RelativePath="support\config.h"> 141 </File> 142 <File 143 RelativePath="support\getopt.h"> 144 </File> 145 <File 146 RelativePath="support\inet_ntop.h"> 147 </File> 148 <File 149 RelativePath="..\ngrep.h"> 150 </File> 151 <File 152 RelativePath="..\..\WpdPack\Include\pcap.h"> 153 </File> 154 <File 155 RelativePath="..\regex-0.12\regex.h"> 156 </File> 157 <File 158 RelativePath="support\types.h"> 159 </File> 160 </Filter> 161 <Filter 162 Name="Resource Files" 163 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 164 </Filter> 165 </Files> 166 <Globals> 167 </Globals> 168 </VisualStudioProject>