Annotation of embedaddon/ntp/ports/winnt/vs2005/Instsrv.vcproj, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="Windows-1252"?>
        !             2: <VisualStudioProject
        !             3:        ProjectType="Visual C++"
        !             4:        Version="8.00"
        !             5:        Name="instsrv"
        !             6:        ProjectGUID="{EAA8D0C8-A8AF-4C40-BF14-4A94570DE033}"
        !             7:        >
        !             8:        <Platforms>
        !             9:                <Platform
        !            10:                        Name="Win32"
        !            11:                />
        !            12:        </Platforms>
        !            13:        <ToolFiles>
        !            14:        </ToolFiles>
        !            15:        <Configurations>
        !            16:                <Configuration
        !            17:                        Name="Debug|Win32"
        !            18:                        OutputDirectory=".\instsrv\Debug"
        !            19:                        IntermediateDirectory=".\instsrv\Debug"
        !            20:                        ConfigurationType="1"
        !            21:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
        !            22:                        UseOfMFC="0"
        !            23:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !            24:                        CharacterSet="2"
        !            25:                        >
        !            26:                        <Tool
        !            27:                                Name="VCPreBuildEventTool"
        !            28:                        />
        !            29:                        <Tool
        !            30:                                Name="VCCustomBuildTool"
        !            31:                        />
        !            32:                        <Tool
        !            33:                                Name="VCXMLDataGeneratorTool"
        !            34:                        />
        !            35:                        <Tool
        !            36:                                Name="VCWebServiceProxyGeneratorTool"
        !            37:                        />
        !            38:                        <Tool
        !            39:                                Name="VCMIDLTool"
        !            40:                                TypeLibraryName=".\instsrv\Debug/Instsrv.tlb"
        !            41:                                HeaderFileName=""
        !            42:                        />
        !            43:                        <Tool
        !            44:                                Name="VCCLCompilerTool"
        !            45:                                Optimization="0"
        !            46:                                AdditionalIncludeDirectories="..\..\..\include,..\include,."
        !            47:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;SYS_WINNT;HAVE_CONFIG_H;_WIN32_WINNT=0x400;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_CRT_SECURE_NO_DEPRECATE"
        !            48:                                MinimalRebuild="true"
        !            49:                                BasicRuntimeChecks="3"
        !            50:                                RuntimeLibrary="1"
        !            51:                                PrecompiledHeaderFile=".\instsrv\Debug/Instsrv.pch"
        !            52:                                AssemblerListingLocation=".\instsrv\Debug/"
        !            53:                                ObjectFile=".\instsrv\Debug/"
        !            54:                                ProgramDataBaseFileName=".\instsrv\Debug/"
        !            55:                                BrowseInformation="1"
        !            56:                                WarningLevel="4"
        !            57:                                SuppressStartupBanner="true"
        !            58:                                DebugInformationFormat="4"
        !            59:                        />
        !            60:                        <Tool
        !            61:                                Name="VCManagedResourceCompilerTool"
        !            62:                        />
        !            63:                        <Tool
        !            64:                                Name="VCResourceCompilerTool"
        !            65:                                PreprocessorDefinitions="_DEBUG"
        !            66:                                Culture="1033"
        !            67:                        />
        !            68:                        <Tool
        !            69:                                Name="VCPreLinkEventTool"
        !            70:                        />
        !            71:                        <Tool
        !            72:                                Name="VCLinkerTool"
        !            73:                                OutputFile="../bin/Debug/Instsrv.exe"
        !            74:                                LinkIncremental="2"
        !            75:                                SuppressStartupBanner="true"
        !            76:                                GenerateDebugInformation="true"
        !            77:                                ProgramDatabaseFile=".\instsrv\Debug/Instsrv.pdb"
        !            78:                                SubSystem="1"
        !            79:                                TargetMachine="1"
        !            80:                        />
        !            81:                        <Tool
        !            82:                                Name="VCALinkTool"
        !            83:                        />
        !            84:                        <Tool
        !            85:                                Name="VCManifestTool"
        !            86:                        />
        !            87:                        <Tool
        !            88:                                Name="VCXDCMakeTool"
        !            89:                        />
        !            90:                        <Tool
        !            91:                                Name="VCBscMakeTool"
        !            92:                                SuppressStartupBanner="true"
        !            93:                                OutputFile=".\instsrv\Debug/Instsrv.bsc"
        !            94:                        />
        !            95:                        <Tool
        !            96:                                Name="VCFxCopTool"
        !            97:                        />
        !            98:                        <Tool
        !            99:                                Name="VCAppVerifierTool"
        !           100:                        />
        !           101:                        <Tool
        !           102:                                Name="VCWebDeploymentTool"
        !           103:                        />
        !           104:                        <Tool
        !           105:                                Name="VCPostBuildEventTool"
        !           106:                        />
        !           107:                </Configuration>
        !           108:                <Configuration
        !           109:                        Name="Release|Win32"
        !           110:                        OutputDirectory=".\instsrv\Release"
        !           111:                        IntermediateDirectory=".\instsrv\Release"
        !           112:                        ConfigurationType="1"
        !           113:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
        !           114:                        UseOfMFC="0"
        !           115:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           116:                        CharacterSet="2"
        !           117:                        >
        !           118:                        <Tool
        !           119:                                Name="VCPreBuildEventTool"
        !           120:                        />
        !           121:                        <Tool
        !           122:                                Name="VCCustomBuildTool"
        !           123:                        />
        !           124:                        <Tool
        !           125:                                Name="VCXMLDataGeneratorTool"
        !           126:                        />
        !           127:                        <Tool
        !           128:                                Name="VCWebServiceProxyGeneratorTool"
        !           129:                        />
        !           130:                        <Tool
        !           131:                                Name="VCMIDLTool"
        !           132:                                TypeLibraryName=".\instsrv\Release/Instsrv.tlb"
        !           133:                                HeaderFileName=""
        !           134:                        />
        !           135:                        <Tool
        !           136:                                Name="VCCLCompilerTool"
        !           137:                                Optimization="2"
        !           138:                                InlineFunctionExpansion="1"
        !           139:                                AdditionalIncludeDirectories="..\..\..\include,..\include,."
        !           140:                                PreprocessorDefinitions="NDEBUG;_WINDOWS;_CONSOLE;WIN32;SYS_WINNT;HAVE_CONFIG_H;_WIN32_WINNT=0x400;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_CRT_SECURE_NO_DEPRECATE"
        !           141:                                StringPooling="true"
        !           142:                                RuntimeLibrary="0"
        !           143:                                EnableFunctionLevelLinking="true"
        !           144:                                PrecompiledHeaderFile=".\instsrv\Release/Instsrv.pch"
        !           145:                                AssemblerListingLocation=".\instsrv\Release/"
        !           146:                                ObjectFile=".\instsrv\Release/"
        !           147:                                ProgramDataBaseFileName=".\instsrv\Release/"
        !           148:                                WarningLevel="4"
        !           149:                                SuppressStartupBanner="true"
        !           150:                        />
        !           151:                        <Tool
        !           152:                                Name="VCManagedResourceCompilerTool"
        !           153:                        />
        !           154:                        <Tool
        !           155:                                Name="VCResourceCompilerTool"
        !           156:                                PreprocessorDefinitions="NDEBUG"
        !           157:                                Culture="1033"
        !           158:                        />
        !           159:                        <Tool
        !           160:                                Name="VCPreLinkEventTool"
        !           161:                        />
        !           162:                        <Tool
        !           163:                                Name="VCLinkerTool"
        !           164:                                OutputFile="../bin/Release/Instsrv.exe"
        !           165:                                LinkIncremental="1"
        !           166:                                SuppressStartupBanner="true"
        !           167:                                ProgramDatabaseFile=".\instsrv\Release/Instsrv.pdb"
        !           168:                                SubSystem="1"
        !           169:                                TargetMachine="1"
        !           170:                        />
        !           171:                        <Tool
        !           172:                                Name="VCALinkTool"
        !           173:                        />
        !           174:                        <Tool
        !           175:                                Name="VCManifestTool"
        !           176:                        />
        !           177:                        <Tool
        !           178:                                Name="VCXDCMakeTool"
        !           179:                        />
        !           180:                        <Tool
        !           181:                                Name="VCBscMakeTool"
        !           182:                                SuppressStartupBanner="true"
        !           183:                                OutputFile=".\instsrv\Release/Instsrv.bsc"
        !           184:                        />
        !           185:                        <Tool
        !           186:                                Name="VCFxCopTool"
        !           187:                        />
        !           188:                        <Tool
        !           189:                                Name="VCAppVerifierTool"
        !           190:                        />
        !           191:                        <Tool
        !           192:                                Name="VCWebDeploymentTool"
        !           193:                        />
        !           194:                        <Tool
        !           195:                                Name="VCPostBuildEventTool"
        !           196:                        />
        !           197:                </Configuration>
        !           198:        </Configurations>
        !           199:        <References>
        !           200:        </References>
        !           201:        <Files>
        !           202:                <Filter
        !           203:                        Name="Source Files"
        !           204:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
        !           205:                        >
        !           206:                        <File
        !           207:                                RelativePath="..\instsrv\instsrv.c"
        !           208:                                >
        !           209:                                <FileConfiguration
        !           210:                                        Name="Debug|Win32"
        !           211:                                        >
        !           212:                                        <Tool
        !           213:                                                Name="VCCLCompilerTool"
        !           214:                                                AdditionalIncludeDirectories=""
        !           215:                                                PreprocessorDefinitions=""
        !           216:                                        />
        !           217:                                </FileConfiguration>
        !           218:                                <FileConfiguration
        !           219:                                        Name="Release|Win32"
        !           220:                                        >
        !           221:                                        <Tool
        !           222:                                                Name="VCCLCompilerTool"
        !           223:                                                AdditionalIncludeDirectories=""
        !           224:                                                PreprocessorDefinitions=""
        !           225:                                        />
        !           226:                                </FileConfiguration>
        !           227:                        </File>
        !           228:                </Filter>
        !           229:                <Filter
        !           230:                        Name="Header Files"
        !           231:                        Filter="h;hpp;hxx;hm;inl"
        !           232:                        >
        !           233:                </Filter>
        !           234:                <Filter
        !           235:                        Name="Resource Files"
        !           236:                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
        !           237:                        >
        !           238:                </Filter>
        !           239:        </Files>
        !           240:        <Globals>
        !           241:        </Globals>
        !           242: </VisualStudioProject>

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