Annotation of embedaddon/ntp/ports/winnt/vs2003/ntpkeygen.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="ntpkeygen"
                      6:        SccProjectName="&quot;$/ntp/dev/ports/winnt/ntpkeygen&quot;, OWBAAAAA"
                      7:        SccLocalPath=".">
                      8:        <Platforms>
                      9:                <Platform
                     10:                        Name="Win32"/>
                     11:        </Platforms>
                     12:        <Configurations>
                     13:                <Configuration
                     14:                        Name="Debug|Win32"
                     15:                        OutputDirectory=".\ntp-keygen\Debug"
                     16:                        IntermediateDirectory=".\ntp-keygen\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),..\..\..\sntp\libopts"
                     25:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;__STDC__;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"
                     26:                                BasicRuntimeChecks="3"
                     27:                                RuntimeLibrary="3"
                     28:                                UsePrecompiledHeader="2"
                     29:                                PrecompiledHeaderFile=".\ntp-keygen\Debug/ntpkeygen.pch"
                     30:                                AssemblerListingLocation=".\ntp-keygen\Debug/"
                     31:                                ObjectFile=".\ntp-keygen\Debug/"
                     32:                                ProgramDataBaseFileName=".\ntp-keygen\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 libntp\Debug\libntp.lib"
                     43:                                OutputFile="bin/Debug/ntp-keygen.exe"
                     44:                                LinkIncremental="1"
                     45:                                SuppressStartupBanner="TRUE"
                     46:                                GenerateDebugInformation="TRUE"
                     47:                                ProgramDatabaseFile="bin/Debug/ntp-keygen.pdb"
                     48:                                SubSystem="1"
                     49:                                TargetMachine="1"/>
                     50:                        <Tool
                     51:                                Name="VCMIDLTool"
                     52:                                TypeLibraryName=".\ntp-keygen\Debug/ntpkeygen.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=".\ntp-keygen\Release"
                     78:                        IntermediateDirectory=".\ntp-keygen\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),..\..\..\sntp\libopts"
                     88:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__STDC__;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"
                     89:                                StringPooling="TRUE"
                     90:                                RuntimeLibrary="2"
                     91:                                EnableFunctionLevelLinking="TRUE"
                     92:                                UsePrecompiledHeader="2"
                     93:                                PrecompiledHeaderFile=".\ntp-keygen\Release/ntpkeygen.pch"
                     94:                                AssemblerListingLocation=".\ntp-keygen\Release/"
                     95:                                ObjectFile=".\ntp-keygen\Release/"
                     96:                                ProgramDataBaseFileName=".\ntp-keygen\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 libntp\Release\libntp.lib"
                    105:                                OutputFile="bin/Release/ntp-keygen.exe"
                    106:                                LinkIncremental="1"
                    107:                                SuppressStartupBanner="TRUE"
                    108:                                ProgramDatabaseFile="bin/Release/ntp-keygen.pdb"
                    109:                                SubSystem="1"
                    110:                                TargetMachine="1"/>
                    111:                        <Tool
                    112:                                Name="VCMIDLTool"
                    113:                                TypeLibraryName=".\ntp-keygen\Release/ntpkeygen.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="..\..\..\libntp\getopt.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="..\..\..\util\ntp-keygen-opts.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:                        <File
                    186:                                RelativePath="..\..\..\util\ntp-keygen.c">
                    187:                                <FileConfiguration
                    188:                                        Name="Debug|Win32">
                    189:                                        <Tool
                    190:                                                Name="VCCLCompilerTool"
                    191:                                                Optimization="0"
                    192:                                                AdditionalIncludeDirectories=""
                    193:                                                PreprocessorDefinitions=""
                    194:                                                BasicRuntimeChecks="3"
                    195:                                                BrowseInformation="1"/>
                    196:                                </FileConfiguration>
                    197:                                <FileConfiguration
                    198:                                        Name="Release|Win32">
                    199:                                        <Tool
                    200:                                                Name="VCCLCompilerTool"
                    201:                                                Optimization="2"
                    202:                                                AdditionalIncludeDirectories=""
                    203:                                                PreprocessorDefinitions=""/>
                    204:                                </FileConfiguration>
                    205:                        </File>
                    206:                        <File
                    207:                                RelativePath="..\..\..\libntp\ntp_random.c">
                    208:                                <FileConfiguration
                    209:                                        Name="Debug|Win32">
                    210:                                        <Tool
                    211:                                                Name="VCCLCompilerTool"
                    212:                                                Optimization="0"
                    213:                                                AdditionalIncludeDirectories=""
                    214:                                                PreprocessorDefinitions=""
                    215:                                                BasicRuntimeChecks="3"
                    216:                                                BrowseInformation="1"/>
                    217:                                </FileConfiguration>
                    218:                                <FileConfiguration
                    219:                                        Name="Release|Win32">
                    220:                                        <Tool
                    221:                                                Name="VCCLCompilerTool"
                    222:                                                Optimization="2"
                    223:                                                AdditionalIncludeDirectories=""
                    224:                                                PreprocessorDefinitions=""/>
                    225:                                </FileConfiguration>
                    226:                        </File>
                    227:                        <File
                    228:                                RelativePath="..\libntp\randfile.c">
                    229:                                <FileConfiguration
                    230:                                        Name="Debug|Win32">
                    231:                                        <Tool
                    232:                                                Name="VCCLCompilerTool"
                    233:                                                Optimization="0"
                    234:                                                AdditionalIncludeDirectories=""
                    235:                                                PreprocessorDefinitions=""
                    236:                                                BasicRuntimeChecks="3"
                    237:                                                BrowseInformation="1"/>
                    238:                                </FileConfiguration>
                    239:                                <FileConfiguration
                    240:                                        Name="Release|Win32">
                    241:                                        <Tool
                    242:                                                Name="VCCLCompilerTool"
                    243:                                                Optimization="2"
                    244:                                                AdditionalIncludeDirectories=""
                    245:                                                PreprocessorDefinitions=""/>
                    246:                                </FileConfiguration>
                    247:                        </File>
                    248:                        <File
                    249:                                RelativePath="version.c">
                    250:                                <FileConfiguration
                    251:                                        Name="Debug|Win32">
                    252:                                        <Tool
                    253:                                                Name="VCCLCompilerTool"
                    254:                                                Optimization="0"
                    255:                                                AdditionalIncludeDirectories=""
                    256:                                                PreprocessorDefinitions=""
                    257:                                                BasicRuntimeChecks="3"
                    258:                                                BrowseInformation="1"/>
                    259:                                </FileConfiguration>
                    260:                                <FileConfiguration
                    261:                                        Name="Release|Win32">
                    262:                                        <Tool
                    263:                                                Name="VCCLCompilerTool"
                    264:                                                Optimization="2"
                    265:                                                AdditionalIncludeDirectories=""
                    266:                                                PreprocessorDefinitions=""/>
                    267:                                </FileConfiguration>
                    268:                        </File>
                    269:                </Filter>
                    270:                <Filter
                    271:                        Name="Header Files"
                    272:                        Filter="h;hpp;hxx;hm;inl">
                    273:                </Filter>
                    274:                <Filter
                    275:                        Name="Resource Files"
                    276:                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
                    277:                </Filter>
                    278:                <File
                    279:                        RelativePath="..\..\..\configure">
                    280:                        <FileConfiguration
                    281:                                Name="Debug|Win32">
                    282:                                <Tool
                    283:                                        Name="VCCustomBuildTool"
                    284:                                        CommandLine="echo Using NT Shell Script to generate version.c
                    285: ..\scripts\mkver.bat -P ntp-keygen
                    286: "
                    287:                                        Outputs="$(ProjectDir)version.c"/>
                    288:                        </FileConfiguration>
                    289:                        <FileConfiguration
                    290:                                Name="Release|Win32">
                    291:                                <Tool
                    292:                                        Name="VCCustomBuildTool"
                    293:                                        CommandLine="echo Using NT Shell Script to generate version.c
                    294: ..\scripts\mkver.bat -P ntp-keygen
                    295: "
                    296:                                        Outputs="$(ProjectDir)version.c"/>
                    297:                        </FileConfiguration>
                    298:                </File>
                    299:        </Files>
                    300:        <Globals>
                    301:        </Globals>
                    302: </VisualStudioProject>

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