Annotation of embedaddon/libnet/sample/win32/udp1/udp1.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="udp1"
        !             6:        ProjectGUID="{482A29C5-AAD2-478A-AE7B-089BE39F25B4}"
        !             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)/udp1.exe"
        !            36:                                LinkIncremental="2"
        !            37:                                GenerateDebugInformation="TRUE"
        !            38:                                ProgramDatabaseFile="$(OutDir)/upd1.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"
        !            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)/udp1.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="..\getopt.c">
        !           123:                        </File>
        !           124:                        <File
        !           125:                                RelativePath="..\..\udp1.c">
        !           126:                        </File>
        !           127:                </Filter>
        !           128:                <Filter
        !           129:                        Name="Header Files"
        !           130:                        Filter="h;hpp;hxx;hm;inl;inc">
        !           131:                </Filter>
        !           132:                <Filter
        !           133:                        Name="Resource Files"
        !           134:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
        !           135:                </Filter>
        !           136:        </Files>
        !           137:        <Globals>
        !           138:        </Globals>
        !           139: </VisualStudioProject>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>