Annotation of embedaddon/libnet/sample/win32/arp/arp.vcproj, revision 1.1
1.1 ! misho 1: <?xml version="1.0" encoding="Windows-1252"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="7.10"
! 5: Name="arp"
! 6: ProjectGUID="{8DB5763E-7AA2-43BE-9D7A-1F4138DEA904}"
! 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="..\..\..\include; ..\..\..\..\winpcap\wpcap\libpcap\Win32\Include"
! 23: PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
! 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: OutputFile="$(OutDir)/arp.exe"
! 36: LinkIncremental="2"
! 37: GenerateDebugInformation="TRUE"
! 38: ProgramDatabaseFile="$(OutDir)/arp.pdb"
! 39: SubSystem="1"
! 40: TargetMachine="1"/>
! 41: <Tool
! 42: Name="VCMIDLTool"/>
! 43: <Tool
! 44: Name="VCPostBuildEventTool"/>
! 45: <Tool
! 46: Name="VCPreBuildEventTool"/>
! 47: <Tool
! 48: Name="VCPreLinkEventTool"/>
! 49: <Tool
! 50: Name="VCResourceCompilerTool"/>
! 51: <Tool
! 52: Name="VCWebServiceProxyGeneratorTool"/>
! 53: <Tool
! 54: Name="VCXMLDataGeneratorTool"/>
! 55: <Tool
! 56: Name="VCWebDeploymentTool"/>
! 57: <Tool
! 58: Name="VCManagedWrapperGeneratorTool"/>
! 59: <Tool
! 60: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 61: </Configuration>
! 62: <Configuration
! 63: Name="Release|Win32"
! 64: OutputDirectory="Release"
! 65: IntermediateDirectory="Release"
! 66: ConfigurationType="1"
! 67: CharacterSet="2">
! 68: <Tool
! 69: Name="VCCLCompilerTool"
! 70: Optimization="2"
! 71: InlineFunctionExpansion="1"
! 72: OmitFramePointers="TRUE"
! 73: AdditionalIncludeDirectories="..\..\..\include; ..\..\..\..\winpcap\wpcap\libpcap\Win32\Include"
! 74: PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WPCAP"
! 75: StringPooling="TRUE"
! 76: RuntimeLibrary="4"
! 77: EnableFunctionLevelLinking="TRUE"
! 78: UsePrecompiledHeader="0"
! 79: WarningLevel="3"
! 80: Detect64BitPortabilityProblems="TRUE"
! 81: DebugInformationFormat="3"/>
! 82: <Tool
! 83: Name="VCCustomBuildTool"/>
! 84: <Tool
! 85: Name="VCLinkerTool"
! 86: OutputFile="$(OutDir)/arp.exe"
! 87: LinkIncremental="1"
! 88: GenerateDebugInformation="TRUE"
! 89: SubSystem="1"
! 90: OptimizeReferences="2"
! 91: EnableCOMDATFolding="2"
! 92: TargetMachine="1"/>
! 93: <Tool
! 94: Name="VCMIDLTool"/>
! 95: <Tool
! 96: Name="VCPostBuildEventTool"/>
! 97: <Tool
! 98: Name="VCPreBuildEventTool"/>
! 99: <Tool
! 100: Name="VCPreLinkEventTool"/>
! 101: <Tool
! 102: Name="VCResourceCompilerTool"/>
! 103: <Tool
! 104: Name="VCWebServiceProxyGeneratorTool"/>
! 105: <Tool
! 106: Name="VCXMLDataGeneratorTool"/>
! 107: <Tool
! 108: Name="VCWebDeploymentTool"/>
! 109: <Tool
! 110: Name="VCManagedWrapperGeneratorTool"/>
! 111: <Tool
! 112: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 113: </Configuration>
! 114: </Configurations>
! 115: <References>
! 116: </References>
! 117: <Files>
! 118: <Filter
! 119: Name="Source Files"
! 120: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
! 121: <File
! 122: RelativePath="..\..\arp.c">
! 123: </File>
! 124: </Filter>
! 125: <Filter
! 126: Name="Header Files"
! 127: Filter="h;hpp;hxx;hm;inl;inc">
! 128: </Filter>
! 129: <Filter
! 130: Name="Resource Files"
! 131: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
! 132: </Filter>
! 133: </Files>
! 134: <Globals>
! 135: </Globals>
! 136: </VisualStudioProject>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>