Annotation of parser3/src/lib/punycode/punycode.vcproj, revision 1.1

1.1     ! moko        1: <?xml version="1.0" encoding="windows-1251"?>
        !             2: <VisualStudioProject
        !             3:        ProjectType="Visual C++"
        !             4:        Version="7.10"
        !             5:        Name="punycode"
        !             6:        ProjectGUID="{5F0D9CDB-E876-11E4-A90D-001D7DE6219A}"
        !             7:        SccProjectName="punycode"
        !             8:        SccAuxPath=""
        !             9:        SccLocalPath="."
        !            10:        SccProvider="MSSCCI:Jalindi Igloo">
        !            11:        <Platforms>
        !            12:                <Platform
        !            13:                        Name="Win32"/>
        !            14:        </Platforms>
        !            15:        <Configurations>
        !            16:                <Configuration
        !            17:                        Name="Debug|Win32"
        !            18:                        OutputDirectory=".\Debug"
        !            19:                        IntermediateDirectory=".\Debug"
        !            20:                        ConfigurationType="4"
        !            21:                        UseOfMFC="0"
        !            22:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
        !            23:                        CharacterSet="2">
        !            24:                        <Tool
        !            25:                                Name="VCCLCompilerTool"
        !            26:                                Optimization="0"
        !            27:                                AdditionalIncludeDirectories="..\..\include"
        !            28:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
        !            29:                                BasicRuntimeChecks="3"
        !            30:                                RuntimeLibrary="3"
        !            31:                                UsePrecompiledHeader="2"
        !            32:                                PrecompiledHeaderFile=".\Debug/punycode.pch"
        !            33:                                AssemblerListingLocation=".\Debug/"
        !            34:                                ObjectFile=".\Debug/"
        !            35:                                ProgramDataBaseFileName=".\Debug/"
        !            36:                                BrowseInformation="1"
        !            37:                                WarningLevel="4"
        !            38:                                SuppressStartupBanner="TRUE"
        !            39:                                DebugInformationFormat="3"
        !            40:                                CompileAs="0"/>
        !            41:                        <Tool
        !            42:                                Name="VCCustomBuildTool"/>
        !            43:                        <Tool
        !            44:                                Name="VCLibrarianTool"
        !            45:                                OutputFile=".\Debug\punycode.lib"
        !            46:                                SuppressStartupBanner="TRUE"/>
        !            47:                        <Tool
        !            48:                                Name="VCMIDLTool"/>
        !            49:                        <Tool
        !            50:                                Name="VCPostBuildEventTool"/>
        !            51:                        <Tool
        !            52:                                Name="VCPreBuildEventTool"/>
        !            53:                        <Tool
        !            54:                                Name="VCPreLinkEventTool"/>
        !            55:                        <Tool
        !            56:                                Name="VCResourceCompilerTool"
        !            57:                                PreprocessorDefinitions="_DEBUG"
        !            58:                                Culture="1049"/>
        !            59:                        <Tool
        !            60:                                Name="VCWebServiceProxyGeneratorTool"/>
        !            61:                        <Tool
        !            62:                                Name="VCXMLDataGeneratorTool"/>
        !            63:                        <Tool
        !            64:                                Name="VCManagedWrapperGeneratorTool"/>
        !            65:                        <Tool
        !            66:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !            67:                </Configuration>
        !            68:                <Configuration
        !            69:                        Name="Release|Win32"
        !            70:                        OutputDirectory=".\Release"
        !            71:                        IntermediateDirectory=".\Release"
        !            72:                        ConfigurationType="4"
        !            73:                        UseOfMFC="0"
        !            74:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
        !            75:                        CharacterSet="2">
        !            76:                        <Tool
        !            77:                                Name="VCCLCompilerTool"
        !            78:                                optimization="2"
        !            79:                                GlobalOptimizations="TRUE"
        !            80:                                InlineFunctionExpansion="1"
        !            81:                                AdditionalIncludeDirectories="..\..\include"
        !            82:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
        !            83:                                StringPooling="TRUE"
        !            84:                                RuntimeLibrary="2"
        !            85:                                EnableFunctionLevelLinking="TRUE"
        !            86:                                UsePrecompiledHeader="2"
        !            87:                                PrecompiledHeaderFile=".\Release/punycode.pch"
        !            88:                                AssemblerListingLocation=".\Release/"
        !            89:                                ObjectFile=".\Release/"
        !            90:                                ProgramDataBaseFileName=".\Release/"
        !            91:                                WarningLevel="4"
        !            92:                                SuppressStartupBanner="TRUE"
        !            93:                                CompileAs="0"/>
        !            94:                        <Tool
        !            95:                                Name="VCCustomBuildTool"/>
        !            96:                        <Tool
        !            97:                                Name="VCLibrarianTool"
        !            98:                                OutputFile=".\Release\punycode.lib"
        !            99:                                SuppressStartupBanner="TRUE"/>
        !           100:                        <Tool
        !           101:                                Name="VCMIDLTool"/>
        !           102:                        <Tool
        !           103:                                Name="VCPostBuildEventTool"/>
        !           104:                        <Tool
        !           105:                                Name="VCPreBuildEventTool"/>
        !           106:                        <Tool
        !           107:                                Name="VCPreLinkEventTool"/>
        !           108:                        <Tool
        !           109:                                Name="VCResourceCompilerTool"
        !           110:                                PreprocessorDefinitions="NDEBUG"
        !           111:                                Culture="1049"/>
        !           112:                        <Tool
        !           113:                                Name="VCWebServiceProxyGeneratorTool"/>
        !           114:                        <Tool
        !           115:                                Name="VCXMLDataGeneratorTool"/>
        !           116:                        <Tool
        !           117:                                Name="VCManagedWrapperGeneratorTool"/>
        !           118:                        <Tool
        !           119:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !           120:                </Configuration>
        !           121:        </Configurations>
        !           122:        <References>
        !           123:        </References>
        !           124:        <Files>
        !           125:                <File
        !           126:                        RelativePath="pa_idna.h">
        !           127:                </File>
        !           128:                <File
        !           129:                        RelativePath="pa_punycode.h">
        !           130:                </File>
        !           131:                <File
        !           132:                        RelativePath="pa_convert_utf.h">
        !           133:                </File>
        !           134:                <File
        !           135:                        RelativePath="pa_idna.c">
        !           136:                        <FileConfiguration
        !           137:                                Name="Debug|Win32">
        !           138:                                <Tool
        !           139:                                        Name="VCCLCompilerTool"
        !           140:                                        Optimization="0"
        !           141:                                        AdditionalIncludeDirectories=""
        !           142:                                        PreprocessorDefinitions=""
        !           143:                                        BasicRuntimeChecks="3"
        !           144:                                        BrowseInformation="1"/>
        !           145:                        </FileConfiguration>
        !           146:                        <FileConfiguration
        !           147:                                Name="Release|Win32">
        !           148:                                <Tool
        !           149:                                        Name="VCCLCompilerTool"
        !           150:                                        optimization="2"
        !           151:                                        GlobalOptimizations="TRUE"
        !           152:                                        AdditionalIncludeDirectories=""
        !           153:                                        PreprocessorDefinitions=""/>
        !           154:                        </FileConfiguration>
        !           155:                </File>
        !           156:                <File
        !           157:                        RelativePath="pa_punycode.c">
        !           158:                        <FileConfiguration
        !           159:                                Name="Debug|Win32">
        !           160:                                <Tool
        !           161:                                        Name="VCCLCompilerTool"
        !           162:                                        Optimization="0"
        !           163:                                        AdditionalIncludeDirectories=""
        !           164:                                        PreprocessorDefinitions=""
        !           165:                                        BasicRuntimeChecks="3"
        !           166:                                        BrowseInformation="1"/>
        !           167:                        </FileConfiguration>
        !           168:                        <FileConfiguration
        !           169:                                Name="Release|Win32">
        !           170:                                <Tool
        !           171:                                        Name="VCCLCompilerTool"
        !           172:                                        optimization="2"
        !           173:                                        GlobalOptimizations="TRUE"
        !           174:                                        AdditionalIncludeDirectories=""
        !           175:                                        PreprocessorDefinitions=""/>
        !           176:                        </FileConfiguration>
        !           177:                </File>
        !           178:                <File
        !           179:                        RelativePath="pa_convert_utf.c">
        !           180:                        <FileConfiguration
        !           181:                                Name="Debug|Win32">
        !           182:                                <Tool
        !           183:                                        Name="VCCLCompilerTool"
        !           184:                                        Optimization="0"
        !           185:                                        AdditionalIncludeDirectories=""
        !           186:                                        PreprocessorDefinitions=""
        !           187:                                        BasicRuntimeChecks="3"
        !           188:                                        BrowseInformation="1"/>
        !           189:                        </FileConfiguration>
        !           190:                        <FileConfiguration
        !           191:                                Name="Release|Win32">
        !           192:                                <Tool
        !           193:                                        Name="VCCLCompilerTool"
        !           194:                                        optimization="2"
        !           195:                                        GlobalOptimizations="TRUE"
        !           196:                                        AdditionalIncludeDirectories=""
        !           197:                                        PreprocessorDefinitions=""/>
        !           198:                        </FileConfiguration>
        !           199:                </File>
        !           200:        </Files>
        !           201:        <Globals>
        !           202:        </Globals>
        !           203: </VisualStudioProject>

E-mail: