Annotation of embedaddon/ntp/ports/winnt/vs2005/ntpdate.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="ntpdate"
        !             6:        ProjectGUID="{AF12F490-0BDA-4BC4-8F4B-EDA43B381CB3}"
        !             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=".\ntpdate\Debug"
        !            19:                        IntermediateDirectory=".\ntpdate\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=".\ntpdate\Debug/ntpdate.tlb"
        !            41:                                HeaderFileName=""
        !            42:                        />
        !            43:                        <Tool
        !            44:                                Name="VCCLCompilerTool"
        !            45:                                Optimization="0"
        !            46:                                AdditionalIncludeDirectories=".,..\include,..\..\..\include,..\..\..\lib\isc\win32\include,..\..\..\lib\isc\include,$(OPENSSL_INC)"
        !            47:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;__STDC__;SYS_WINNT;HAVE_CONFIG_H;_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="3"
        !            51:                                PrecompiledHeaderFile=".\ntpdate\Debug/ntpdate.pch"
        !            52:                                AssemblerListingLocation=".\ntpdate\Debug/"
        !            53:                                ObjectFile=".\ntpdate\Debug/"
        !            54:                                ProgramDataBaseFileName=".\ntpdate\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:                                AdditionalDependencies="ws2_32.lib $(OPENSSL_LIB)\libeay32.lib"
        !            74:                                OutputFile="bin/Debug/ntpdate.exe"
        !            75:                                LinkIncremental="2"
        !            76:                                SuppressStartupBanner="true"
        !            77:                                GenerateDebugInformation="true"
        !            78:                                ProgramDatabaseFile="bin/Debug/ntpdate.pdb"
        !            79:                                SubSystem="1"
        !            80:                                TargetMachine="1"
        !            81:                        />
        !            82:                        <Tool
        !            83:                                Name="VCALinkTool"
        !            84:                        />
        !            85:                        <Tool
        !            86:                                Name="VCManifestTool"
        !            87:                        />
        !            88:                        <Tool
        !            89:                                Name="VCXDCMakeTool"
        !            90:                        />
        !            91:                        <Tool
        !            92:                                Name="VCBscMakeTool"
        !            93:                                SuppressStartupBanner="true"
        !            94:                                OutputFile=".\ntpdate\Debug/ntpdate.bsc"
        !            95:                        />
        !            96:                        <Tool
        !            97:                                Name="VCFxCopTool"
        !            98:                        />
        !            99:                        <Tool
        !           100:                                Name="VCAppVerifierTool"
        !           101:                        />
        !           102:                        <Tool
        !           103:                                Name="VCWebDeploymentTool"
        !           104:                        />
        !           105:                        <Tool
        !           106:                                Name="VCPostBuildEventTool"
        !           107:                        />
        !           108:                </Configuration>
        !           109:                <Configuration
        !           110:                        Name="Release|Win32"
        !           111:                        OutputDirectory=".\ntpdate\Release"
        !           112:                        IntermediateDirectory=".\ntpdate\Release"
        !           113:                        ConfigurationType="1"
        !           114:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
        !           115:                        UseOfMFC="0"
        !           116:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           117:                        CharacterSet="2"
        !           118:                        >
        !           119:                        <Tool
        !           120:                                Name="VCPreBuildEventTool"
        !           121:                        />
        !           122:                        <Tool
        !           123:                                Name="VCCustomBuildTool"
        !           124:                        />
        !           125:                        <Tool
        !           126:                                Name="VCXMLDataGeneratorTool"
        !           127:                        />
        !           128:                        <Tool
        !           129:                                Name="VCWebServiceProxyGeneratorTool"
        !           130:                        />
        !           131:                        <Tool
        !           132:                                Name="VCMIDLTool"
        !           133:                                TypeLibraryName=".\ntpdate\Release/ntpdate.tlb"
        !           134:                                HeaderFileName=""
        !           135:                        />
        !           136:                        <Tool
        !           137:                                Name="VCCLCompilerTool"
        !           138:                                Optimization="2"
        !           139:                                InlineFunctionExpansion="1"
        !           140:                                AdditionalIncludeDirectories=".,..\include,..\..\..\include,..\..\..\lib\isc\win32\include,..\..\..\lib\isc\include,$(OPENSSL_INC)"
        !           141:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__STDC__;SYS_WINNT;HAVE_CONFIG_H;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_CRT_SECURE_NO_DEPRECATE"
        !           142:                                StringPooling="true"
        !           143:                                RuntimeLibrary="2"
        !           144:                                EnableFunctionLevelLinking="true"
        !           145:                                PrecompiledHeaderFile=".\ntpdate\Release/ntpdate.pch"
        !           146:                                AssemblerListingLocation=".\ntpdate\Release/"
        !           147:                                ObjectFile=".\ntpdate\Release/"
        !           148:                                ProgramDataBaseFileName=".\ntpdate\Release/"
        !           149:                                WarningLevel="4"
        !           150:                                SuppressStartupBanner="true"
        !           151:                        />
        !           152:                        <Tool
        !           153:                                Name="VCManagedResourceCompilerTool"
        !           154:                        />
        !           155:                        <Tool
        !           156:                                Name="VCResourceCompilerTool"
        !           157:                                PreprocessorDefinitions="NDEBUG"
        !           158:                                Culture="1033"
        !           159:                        />
        !           160:                        <Tool
        !           161:                                Name="VCPreLinkEventTool"
        !           162:                        />
        !           163:                        <Tool
        !           164:                                Name="VCLinkerTool"
        !           165:                                AdditionalDependencies="ws2_32.lib $(OPENSSL_LIB)\libeay32.lib"
        !           166:                                OutputFile="bin/Release/ntpdate.exe"
        !           167:                                LinkIncremental="1"
        !           168:                                SuppressStartupBanner="true"
        !           169:                                ProgramDatabaseFile="bin/Release/ntpdate.pdb"
        !           170:                                SubSystem="1"
        !           171:                                TargetMachine="1"
        !           172:                        />
        !           173:                        <Tool
        !           174:                                Name="VCALinkTool"
        !           175:                        />
        !           176:                        <Tool
        !           177:                                Name="VCManifestTool"
        !           178:                        />
        !           179:                        <Tool
        !           180:                                Name="VCXDCMakeTool"
        !           181:                        />
        !           182:                        <Tool
        !           183:                                Name="VCBscMakeTool"
        !           184:                                SuppressStartupBanner="true"
        !           185:                                OutputFile=".\ntpdate\Release/ntpdate.bsc"
        !           186:                        />
        !           187:                        <Tool
        !           188:                                Name="VCFxCopTool"
        !           189:                        />
        !           190:                        <Tool
        !           191:                                Name="VCAppVerifierTool"
        !           192:                        />
        !           193:                        <Tool
        !           194:                                Name="VCWebDeploymentTool"
        !           195:                        />
        !           196:                        <Tool
        !           197:                                Name="VCPostBuildEventTool"
        !           198:                        />
        !           199:                </Configuration>
        !           200:        </Configurations>
        !           201:        <References>
        !           202:        </References>
        !           203:        <Files>
        !           204:                <Filter
        !           205:                        Name="Source Files"
        !           206:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
        !           207:                        >
        !           208:                        <File
        !           209:                                RelativePath="..\..\..\ntpdate\ntpdate.c"
        !           210:                                >
        !           211:                                <FileConfiguration
        !           212:                                        Name="Debug|Win32"
        !           213:                                        >
        !           214:                                        <Tool
        !           215:                                                Name="VCCLCompilerTool"
        !           216:                                                AdditionalIncludeDirectories=""
        !           217:                                                PreprocessorDefinitions=""
        !           218:                                        />
        !           219:                                </FileConfiguration>
        !           220:                                <FileConfiguration
        !           221:                                        Name="Release|Win32"
        !           222:                                        >
        !           223:                                        <Tool
        !           224:                                                Name="VCCLCompilerTool"
        !           225:                                                AdditionalIncludeDirectories=""
        !           226:                                                PreprocessorDefinitions=""
        !           227:                                        />
        !           228:                                </FileConfiguration>
        !           229:                        </File>
        !           230:                        <File
        !           231:                                RelativePath="version.c"
        !           232:                                >
        !           233:                                <FileConfiguration
        !           234:                                        Name="Debug|Win32"
        !           235:                                        >
        !           236:                                        <Tool
        !           237:                                                Name="VCCLCompilerTool"
        !           238:                                                AdditionalIncludeDirectories=""
        !           239:                                                PreprocessorDefinitions=""
        !           240:                                        />
        !           241:                                </FileConfiguration>
        !           242:                                <FileConfiguration
        !           243:                                        Name="Release|Win32"
        !           244:                                        >
        !           245:                                        <Tool
        !           246:                                                Name="VCCLCompilerTool"
        !           247:                                                AdditionalIncludeDirectories=""
        !           248:                                                PreprocessorDefinitions=""
        !           249:                                        />
        !           250:                                </FileConfiguration>
        !           251:                        </File>
        !           252:                </Filter>
        !           253:                <Filter
        !           254:                        Name="Header Files"
        !           255:                        Filter="h;hpp;hxx;hm;inl"
        !           256:                        >
        !           257:                        <File
        !           258:                                RelativePath="..\..\..\ntpdate\ntpdate.h"
        !           259:                                >
        !           260:                        </File>
        !           261:                </Filter>
        !           262:                <Filter
        !           263:                        Name="Resource Files"
        !           264:                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
        !           265:                        >
        !           266:                </Filter>
        !           267:                <File
        !           268:                        RelativePath="..\..\..\configure"
        !           269:                        >
        !           270:                        <FileConfiguration
        !           271:                                Name="Debug|Win32"
        !           272:                                >
        !           273:                                <Tool
        !           274:                                        Name="VCCustomBuildTool"
        !           275:                                        CommandLine="echo Using NT Shell Script to generate version.c&#x0D;&#x0A;..\scripts\mkver.bat -P ntpdate&#x0D;&#x0A;"
        !           276:                                        Outputs="$(ProjectDir)version.c"
        !           277:                                />
        !           278:                        </FileConfiguration>
        !           279:                        <FileConfiguration
        !           280:                                Name="Release|Win32"
        !           281:                                >
        !           282:                                <Tool
        !           283:                                        Name="VCCustomBuildTool"
        !           284:                                        CommandLine="echo Using NT Shell Script to generate version.c&#x0D;&#x0A;..\scripts\mkver.bat -P ntpdate&#x0D;&#x0A;"
        !           285:                                        Outputs="$(ProjectDir)version.c"
        !           286:                                />
        !           287:                        </FileConfiguration>
        !           288:                </File>
        !           289:        </Files>
        !           290:        <Globals>
        !           291:        </Globals>
        !           292: </VisualStudioProject>

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