Annotation of embedaddon/ntp/ports/winnt/vs2003/ntpdate.vcproj, revision 1.1.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="ntpdate"
                      6:        SccProjectName="&quot;$/ntp/dev/ports/winnt/ntpdate&quot;, OWBAAAAA"
                      7:        SccLocalPath=".">
                      8:        <Platforms>
                      9:                <Platform
                     10:                        Name="Win32"/>
                     11:        </Platforms>
                     12:        <Configurations>
                     13:                <Configuration
                     14:                        Name="Debug|Win32"
                     15:                        OutputDirectory=".\ntpdate\Debug"
                     16:                        IntermediateDirectory=".\ntpdate\Debug"
                     17:                        ConfigurationType="1"
                     18:                        UseOfMFC="0"
                     19:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     20:                        CharacterSet="2">
                     21:                        <Tool
                     22:                                Name="VCCLCompilerTool"
                     23:                                Optimization="0"
                     24:                                AdditionalIncludeDirectories=".,..\include,..\..\..\include,..\..\..\lib\isc\win32\include,..\..\..\lib\isc\include,$(OPENSSL_INC)"
                     25:                                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"
                     26:                                BasicRuntimeChecks="3"
                     27:                                RuntimeLibrary="3"
                     28:                                UsePrecompiledHeader="2"
                     29:                                PrecompiledHeaderFile=".\ntpdate\Debug/ntpdate.pch"
                     30:                                AssemblerListingLocation=".\ntpdate\Debug/"
                     31:                                ObjectFile=".\ntpdate\Debug/"
                     32:                                ProgramDataBaseFileName=".\ntpdate\Debug/"
                     33:                                BrowseInformation="1"
                     34:                                WarningLevel="4"
                     35:                                SuppressStartupBanner="TRUE"
                     36:                                DebugInformationFormat="4"
                     37:                                CompileAs="0"/>
                     38:                        <Tool
                     39:                                Name="VCCustomBuildTool"/>
                     40:                        <Tool
                     41:                                Name="VCLinkerTool"
                     42:                                AdditionalDependencies="ws2_32.lib $(OPENSSL_LIB)\libeay32.lib"
                     43:                                OutputFile="bin/Debug/ntpdate.exe"
                     44:                                LinkIncremental="1"
                     45:                                SuppressStartupBanner="TRUE"
                     46:                                GenerateDebugInformation="TRUE"
                     47:                                ProgramDatabaseFile="bin/Debug/ntpdate.pdb"
                     48:                                SubSystem="1"
                     49:                                TargetMachine="1"/>
                     50:                        <Tool
                     51:                                Name="VCMIDLTool"
                     52:                                TypeLibraryName=".\ntpdate\Debug/ntpdate.tlb"
                     53:                                HeaderFileName=""/>
                     54:                        <Tool
                     55:                                Name="VCPostBuildEventTool"/>
                     56:                        <Tool
                     57:                                Name="VCPreBuildEventTool"/>
                     58:                        <Tool
                     59:                                Name="VCPreLinkEventTool"/>
                     60:                        <Tool
                     61:                                Name="VCResourceCompilerTool"
                     62:                                PreprocessorDefinitions="_DEBUG"
                     63:                                Culture="1033"/>
                     64:                        <Tool
                     65:                                Name="VCWebServiceProxyGeneratorTool"/>
                     66:                        <Tool
                     67:                                Name="VCXMLDataGeneratorTool"/>
                     68:                        <Tool
                     69:                                Name="VCWebDeploymentTool"/>
                     70:                        <Tool
                     71:                                Name="VCManagedWrapperGeneratorTool"/>
                     72:                        <Tool
                     73:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     74:                </Configuration>
                     75:                <Configuration
                     76:                        Name="Release|Win32"
                     77:                        OutputDirectory=".\ntpdate\Release"
                     78:                        IntermediateDirectory=".\ntpdate\Release"
                     79:                        ConfigurationType="1"
                     80:                        UseOfMFC="0"
                     81:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     82:                        CharacterSet="2">
                     83:                        <Tool
                     84:                                Name="VCCLCompilerTool"
                     85:                                Optimization="2"
                     86:                                InlineFunctionExpansion="1"
                     87:                                AdditionalIncludeDirectories=".,..\include,..\..\..\include,..\..\..\lib\isc\win32\include,..\..\..\lib\isc\include,$(OPENSSL_INC)"
                     88:                                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"
                     89:                                StringPooling="TRUE"
                     90:                                RuntimeLibrary="2"
                     91:                                EnableFunctionLevelLinking="TRUE"
                     92:                                UsePrecompiledHeader="2"
                     93:                                PrecompiledHeaderFile=".\ntpdate\Release/ntpdate.pch"
                     94:                                AssemblerListingLocation=".\ntpdate\Release/"
                     95:                                ObjectFile=".\ntpdate\Release/"
                     96:                                ProgramDataBaseFileName=".\ntpdate\Release/"
                     97:                                WarningLevel="4"
                     98:                                SuppressStartupBanner="TRUE"
                     99:                                CompileAs="0"/>
                    100:                        <Tool
                    101:                                Name="VCCustomBuildTool"/>
                    102:                        <Tool
                    103:                                Name="VCLinkerTool"
                    104:                                AdditionalDependencies="ws2_32.lib $(OPENSSL_LIB)\libeay32.lib"
                    105:                                OutputFile="bin/Release/ntpdate.exe"
                    106:                                LinkIncremental="1"
                    107:                                SuppressStartupBanner="TRUE"
                    108:                                ProgramDatabaseFile="bin/Release/ntpdate.pdb"
                    109:                                SubSystem="1"
                    110:                                TargetMachine="1"/>
                    111:                        <Tool
                    112:                                Name="VCMIDLTool"
                    113:                                TypeLibraryName=".\ntpdate\Release/ntpdate.tlb"
                    114:                                HeaderFileName=""/>
                    115:                        <Tool
                    116:                                Name="VCPostBuildEventTool"/>
                    117:                        <Tool
                    118:                                Name="VCPreBuildEventTool"/>
                    119:                        <Tool
                    120:                                Name="VCPreLinkEventTool"/>
                    121:                        <Tool
                    122:                                Name="VCResourceCompilerTool"
                    123:                                PreprocessorDefinitions="NDEBUG"
                    124:                                Culture="1033"/>
                    125:                        <Tool
                    126:                                Name="VCWebServiceProxyGeneratorTool"/>
                    127:                        <Tool
                    128:                                Name="VCXMLDataGeneratorTool"/>
                    129:                        <Tool
                    130:                                Name="VCWebDeploymentTool"/>
                    131:                        <Tool
                    132:                                Name="VCManagedWrapperGeneratorTool"/>
                    133:                        <Tool
                    134:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    135:                </Configuration>
                    136:        </Configurations>
                    137:        <References>
                    138:        </References>
                    139:        <Files>
                    140:                <Filter
                    141:                        Name="Source Files"
                    142:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
                    143:                        <File
                    144:                                RelativePath="..\..\..\ntpdate\ntpdate.c">
                    145:                                <FileConfiguration
                    146:                                        Name="Debug|Win32">
                    147:                                        <Tool
                    148:                                                Name="VCCLCompilerTool"
                    149:                                                Optimization="0"
                    150:                                                AdditionalIncludeDirectories=""
                    151:                                                PreprocessorDefinitions=""
                    152:                                                BasicRuntimeChecks="3"
                    153:                                                BrowseInformation="1"/>
                    154:                                </FileConfiguration>
                    155:                                <FileConfiguration
                    156:                                        Name="Release|Win32">
                    157:                                        <Tool
                    158:                                                Name="VCCLCompilerTool"
                    159:                                                Optimization="2"
                    160:                                                AdditionalIncludeDirectories=""
                    161:                                                PreprocessorDefinitions=""/>
                    162:                                </FileConfiguration>
                    163:                        </File>
                    164:                        <File
                    165:                                RelativePath="version.c">
                    166:                                <FileConfiguration
                    167:                                        Name="Debug|Win32">
                    168:                                        <Tool
                    169:                                                Name="VCCLCompilerTool"
                    170:                                                Optimization="0"
                    171:                                                AdditionalIncludeDirectories=""
                    172:                                                PreprocessorDefinitions=""
                    173:                                                BasicRuntimeChecks="3"
                    174:                                                BrowseInformation="1"/>
                    175:                                </FileConfiguration>
                    176:                                <FileConfiguration
                    177:                                        Name="Release|Win32">
                    178:                                        <Tool
                    179:                                                Name="VCCLCompilerTool"
                    180:                                                Optimization="2"
                    181:                                                AdditionalIncludeDirectories=""
                    182:                                                PreprocessorDefinitions=""/>
                    183:                                </FileConfiguration>
                    184:                        </File>
                    185:                </Filter>
                    186:                <Filter
                    187:                        Name="Header Files"
                    188:                        Filter="h;hpp;hxx;hm;inl">
                    189:                        <File
                    190:                                RelativePath="..\..\..\ntpdate\ntpdate.h">
                    191:                        </File>
                    192:                </Filter>
                    193:                <Filter
                    194:                        Name="Resource Files"
                    195:                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
                    196:                </Filter>
                    197:                <File
                    198:                        RelativePath="..\..\..\configure">
                    199:                        <FileConfiguration
                    200:                                Name="Debug|Win32">
                    201:                                <Tool
                    202:                                        Name="VCCustomBuildTool"
                    203:                                        CommandLine="echo Using NT Shell Script to generate version.c
                    204: ..\scripts\mkver.bat -P ntpdate
                    205: "
                    206:                                        Outputs="$(ProjectDir)version.c"/>
                    207:                        </FileConfiguration>
                    208:                        <FileConfiguration
                    209:                                Name="Release|Win32">
                    210:                                <Tool
                    211:                                        Name="VCCustomBuildTool"
                    212:                                        CommandLine="echo Using NT Shell Script to generate version.c
                    213: ..\scripts\mkver.bat -P ntpdate
                    214: "
                    215:                                        Outputs="$(ProjectDir)version.c"/>
                    216:                        </FileConfiguration>
                    217:                </File>
                    218:        </Files>
                    219:        <Globals>
                    220:        </Globals>
                    221: </VisualStudioProject>

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