1<?xml version="1.0" encoding="UTF-8"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="vs" 6 ProjectGUID="{4A6BF1B1-C645-4BAD-A9B7-7B6E3DB67B2C}" 7 RootNamespace="vs2008" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 17 <Configurations> 18 <Configuration 19 Name="Debug|Win32" 20 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 21 IntermediateDirectory="$(ConfigurationName)" 22 ConfigurationType="1" 23 CharacterSet="0" 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 Optimization="0" 43 AdditionalIncludeDirectories=".\;..\..\include;..\..\bsp\vs2008;..\..\components\finsh;..\..\components\dfs\include;..\..\components\dfs\filesystems\uffs\src\inc\;..\..\components\dfs\filesystems\uffs;..\..\components\drivers\include;..\..\components\dfs\filesystems\jffs2\src;..\..\components\dfs\filesystems\jffs2\kernel;..\..\components\dfs\filesystems\jffs2\include;..\..\components\dfs\filesystems\jffs2\;..\..\components\dfs\filesystems\jffs2\cyg\compress;..\..\components\init;.\drivers;..\..\components\net\lwip\src\include\;..\..\components\net\lwip\src;..\..\components\net\lwip\src\arch\include;..\..\components\net\lwip\src\include\ipv4;.\pcap\Include" 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MSVC;_TIME_T_DEFINED" 45 MinimalRebuild="true" 46 BasicRuntimeChecks="3" 47 RuntimeLibrary="3" 48 UsePrecompiledHeader="0" 49 WarningLevel="3" 50 Detect64BitPortabilityProblems="true" 51 DebugInformationFormat="4" 52 /> 53 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 62 <Tool 63 Name="VCLinkerTool" 64 AdditionalDependencies="winmm.lib Packet.lib wpcap.lib" 65 LinkIncremental="2" 66 AdditionalLibraryDirectories=".\pcap\Lib" 67 GenerateDebugInformation="true" 68 SubSystem="1" 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="Release|Win32" 98 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 99 IntermediateDirectory="$(ConfigurationName)" 100 ConfigurationType="1" 101 CharacterSet="1" 102 WholeProgramOptimization="1" 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 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 122 RuntimeLibrary="2" 123 UsePrecompiledHeader="0" 124 WarningLevel="3" 125 Detect64BitPortabilityProblems="true" 126 DebugInformationFormat="3" 127 /> 128 <Tool 129 Name="VCManagedResourceCompilerTool" 130 /> 131 <Tool 132 Name="VCResourceCompilerTool" 133 /> 134 <Tool 135 Name="VCPreLinkEventTool" 136 /> 137 <Tool 138 Name="VCLinkerTool" 139 LinkIncremental="1" 140 GenerateDebugInformation="true" 141 SubSystem="1" 142 OptimizeReferences="2" 143 EnableCOMDATFolding="2" 144 TargetMachine="1" 145 /> 146 <Tool 147 Name="VCALinkTool" 148 /> 149 <Tool 150 Name="VCManifestTool" 151 /> 152 <Tool 153 Name="VCXDCMakeTool" 154 /> 155 <Tool 156 Name="VCBscMakeTool" 157 /> 158 <Tool 159 Name="VCFxCopTool" 160 /> 161 <Tool 162 Name="VCAppVerifierTool" 163 /> 164 <Tool 165 Name="VCWebDeploymentTool" 166 /> 167 <Tool 168 Name="VCPostBuildEventTool" 169 /> 170 </Configuration> 171 </Configurations> 172 <References> 173 </References> 174 <Files> 175 <Filter 176 Name="Source Files" 177 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 178 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 179 > 180 </Filter> 181 <Filter 182 Name="Header Files" 183 Filter="h;hpp;hxx;hm;inl;inc;xsd" 184 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 185 > 186 </Filter> 187 <Filter 188 Name="Resource Files" 189 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 190 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 191 > 192 </Filter> 193 </Files> 194 <Globals> 195 </Globals> 196</VisualStudioProject> 197