Annotation of embedaddon/ntp/ports/winnt/vs2008/ntpdate/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="9.00"
                      5:        Name="ntpdate"
                      6:        ProjectGUID="{2789A62E-3F46-44F1-AAF0-816CD23C2911}"
                      7:        TargetFrameworkVersion="0"
                      8:        >
                      9:        <Platforms>
                     10:                <Platform
                     11:                        Name="Win32"
                     12:                />
                     13:        </Platforms>
                     14:        <ToolFiles>
                     15:        </ToolFiles>
                     16:        <Configurations>
                     17:                <Configuration
                     18:                        Name="Debug|Win32"
                     19:                        OutputDirectory=".\Debug"
                     20:                        IntermediateDirectory=".\Debug"
                     21:                        ConfigurationType="1"
                     22:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
                     23:                        UseOfMFC="0"
                     24:                        ATLMinimizesCRunTimeLibraryUsage="false"
                     25:                        CharacterSet="2"
                     26:                        DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath)"
                     27:                        >
                     28:                        <Tool
                     29:                                Name="VCPreBuildEventTool"
                     30:                        />
                     31:                        <Tool
                     32:                                Name="VCCustomBuildTool"
                     33:                        />
                     34:                        <Tool
                     35:                                Name="VCXMLDataGeneratorTool"
                     36:                        />
                     37:                        <Tool
                     38:                                Name="VCWebServiceProxyGeneratorTool"
                     39:                        />
                     40:                        <Tool
                     41:                                Name="VCMIDLTool"
                     42:                                TypeLibraryName=".\Debug\ntpdate.tlb"
                     43:                                HeaderFileName=""
                     44:                        />
                     45:                        <Tool
                     46:                                Name="VCCLCompilerTool"
                     47:                                Optimization="0"
                     48:                                WholeProgramOptimization="false"
                     49:                                AdditionalIncludeDirectories="..\..\ntpdate,..\..\include,..\..\..\..\include,..\..\..\..\lib\isc\win32\include,..\..\..\..\lib\isc\include,$(OPENSSL_INC)"
                     50:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;__STDC__;SYS_WINNT;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
                     51:                                MinimalRebuild="true"
                     52:                                BasicRuntimeChecks="3"
                     53:                                RuntimeLibrary="1"
                     54:                                PrecompiledHeaderFile=".\Debug\ntpdate.pch"
                     55:                                AssemblerListingLocation=".\Debug\"
                     56:                                ObjectFile=".\Debug\"
                     57:                                ProgramDataBaseFileName="..\bin\Debug\ntpdate-vc90"
                     58:                                BrowseInformation="1"
                     59:                                WarningLevel="4"
                     60:                                SuppressStartupBanner="true"
                     61:                                DebugInformationFormat="3"
                     62:                                CompileAs="1"
                     63:                        />
                     64:                        <Tool
                     65:                                Name="VCManagedResourceCompilerTool"
                     66:                        />
                     67:                        <Tool
                     68:                                Name="VCResourceCompilerTool"
                     69:                                PreprocessorDefinitions="_DEBUG"
                     70:                                Culture="1033"
                     71:                        />
                     72:                        <Tool
                     73:                                Name="VCPreLinkEventTool"
                     74:                        />
                     75:                        <Tool
                     76:                                Name="VCLinkerTool"
                     77:                                AdditionalDependencies="ws2_32.lib $(OPENSSL_LIB)\libeay32.lib"
                     78:                                OutputFile="..\bin\Debug\ntpdate.exe"
                     79:                                Version="0x0400"
                     80:                                LinkIncremental="1"
                     81:                                SuppressStartupBanner="true"
                     82:                                GenerateManifest="false"
                     83:                                GenerateDebugInformation="true"
                     84:                                ProgramDatabaseFile="..\bin\Debug\ntpdate.pdb"
                     85:                                SubSystem="1"
                     86:                                LinkTimeCodeGeneration="0"
                     87:                                RandomizedBaseAddress="1"
                     88:                                DataExecutionPrevention="0"
                     89:                                TargetMachine="1"
                     90:                        />
                     91:                        <Tool
                     92:                                Name="VCALinkTool"
                     93:                        />
                     94:                        <Tool
                     95:                                Name="VCManifestTool"
                     96:                        />
                     97:                        <Tool
                     98:                                Name="VCXDCMakeTool"
                     99:                        />
                    100:                        <Tool
                    101:                                Name="VCBscMakeTool"
                    102:                                SuppressStartupBanner="true"
                    103:                                OutputFile=".\Debug\ntpdate.bsc"
                    104:                        />
                    105:                        <Tool
                    106:                                Name="VCFxCopTool"
                    107:                        />
                    108:                        <Tool
                    109:                                Name="VCAppVerifierTool"
                    110:                        />
                    111:                        <Tool
                    112:                                Name="VCPostBuildEventTool"
                    113:                        />
                    114:                </Configuration>
                    115:                <Configuration
                    116:                        Name="Release|Win32"
                    117:                        OutputDirectory=".\Release"
                    118:                        IntermediateDirectory=".\Release"
                    119:                        ConfigurationType="1"
                    120:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
                    121:                        UseOfMFC="0"
                    122:                        ATLMinimizesCRunTimeLibraryUsage="false"
                    123:                        CharacterSet="2"
                    124:                        DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath)"
                    125:                        >
                    126:                        <Tool
                    127:                                Name="VCPreBuildEventTool"
                    128:                        />
                    129:                        <Tool
                    130:                                Name="VCCustomBuildTool"
                    131:                        />
                    132:                        <Tool
                    133:                                Name="VCXMLDataGeneratorTool"
                    134:                        />
                    135:                        <Tool
                    136:                                Name="VCWebServiceProxyGeneratorTool"
                    137:                        />
                    138:                        <Tool
                    139:                                Name="VCMIDLTool"
                    140:                                TypeLibraryName=".\Release\ntpdate.tlb"
                    141:                                HeaderFileName=""
                    142:                        />
                    143:                        <Tool
                    144:                                Name="VCCLCompilerTool"
                    145:                                Optimization="2"
                    146:                                InlineFunctionExpansion="1"
                    147:                                WholeProgramOptimization="true"
                    148:                                AdditionalIncludeDirectories="..\..\ntpdate,..\..\include,..\..\..\..\include,..\..\..\..\lib\isc\win32\include,..\..\..\..\lib\isc\include,$(OPENSSL_INC)"
                    149:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__STDC__;SYS_WINNT;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
                    150:                                StringPooling="true"
                    151:                                RuntimeLibrary="0"
                    152:                                EnableFunctionLevelLinking="true"
                    153:                                PrecompiledHeaderFile=".\Release\ntpdate.pch"
                    154:                                AssemblerListingLocation=".\Release\"
                    155:                                ObjectFile=".\Release\"
                    156:                                ProgramDataBaseFileName="..\bin\Release\ntpdate-vc90"
                    157:                                WarningLevel="4"
                    158:                                SuppressStartupBanner="true"
                    159:                                DebugInformationFormat="3"
                    160:                                CompileAs="1"
                    161:                        />
                    162:                        <Tool
                    163:                                Name="VCManagedResourceCompilerTool"
                    164:                        />
                    165:                        <Tool
                    166:                                Name="VCResourceCompilerTool"
                    167:                                PreprocessorDefinitions="NDEBUG"
                    168:                                Culture="1033"
                    169:                        />
                    170:                        <Tool
                    171:                                Name="VCPreLinkEventTool"
                    172:                        />
                    173:                        <Tool
                    174:                                Name="VCLinkerTool"
                    175:                                AdditionalDependencies="ws2_32.lib $(OPENSSL_LIB)\libeay32.lib"
                    176:                                OutputFile="..\bin\Release\ntpdate.exe"
                    177:                                Version="0x0400"
                    178:                                LinkIncremental="1"
                    179:                                SuppressStartupBanner="true"
                    180:                                GenerateManifest="false"
                    181:                                GenerateDebugInformation="true"
                    182:                                ProgramDatabaseFile="..\bin\Release\ntpdate.pdb"
                    183:                                SubSystem="1"
                    184:                                LinkTimeCodeGeneration="1"
                    185:                                RandomizedBaseAddress="1"
                    186:                                DataExecutionPrevention="0"
                    187:                                TargetMachine="1"
                    188:                        />
                    189:                        <Tool
                    190:                                Name="VCALinkTool"
                    191:                        />
                    192:                        <Tool
                    193:                                Name="VCManifestTool"
                    194:                        />
                    195:                        <Tool
                    196:                                Name="VCXDCMakeTool"
                    197:                        />
                    198:                        <Tool
                    199:                                Name="VCBscMakeTool"
                    200:                                SuppressStartupBanner="true"
                    201:                                OutputFile=".\Release\ntpdate.bsc"
                    202:                        />
                    203:                        <Tool
                    204:                                Name="VCFxCopTool"
                    205:                        />
                    206:                        <Tool
                    207:                                Name="VCAppVerifierTool"
                    208:                        />
                    209:                        <Tool
                    210:                                Name="VCPostBuildEventTool"
                    211:                        />
                    212:                </Configuration>
                    213:        </Configurations>
                    214:        <References>
                    215:        </References>
                    216:        <Files>
                    217:                <Filter
                    218:                        Name="Source Files"
                    219:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
                    220:                        >
                    221:                        <File
                    222:                                RelativePath="..\..\..\..\ntpdate\ntpdate.c"
                    223:                                >
                    224:                                <FileConfiguration
                    225:                                        Name="Debug|Win32"
                    226:                                        >
                    227:                                        <Tool
                    228:                                                Name="VCCLCompilerTool"
                    229:                                                AdditionalIncludeDirectories=""
                    230:                                                PreprocessorDefinitions=""
                    231:                                        />
                    232:                                </FileConfiguration>
                    233:                                <FileConfiguration
                    234:                                        Name="Release|Win32"
                    235:                                        >
                    236:                                        <Tool
                    237:                                                Name="VCCLCompilerTool"
                    238:                                                AdditionalIncludeDirectories=""
                    239:                                                PreprocessorDefinitions=""
                    240:                                        />
                    241:                                </FileConfiguration>
                    242:                        </File>
                    243:                        <File
                    244:                                RelativePath=".\version.c"
                    245:                                >
                    246:                                <FileConfiguration
                    247:                                        Name="Debug|Win32"
                    248:                                        >
                    249:                                        <Tool
                    250:                                                Name="VCCLCompilerTool"
                    251:                                                AdditionalIncludeDirectories=""
                    252:                                                PreprocessorDefinitions=""
                    253:                                        />
                    254:                                </FileConfiguration>
                    255:                                <FileConfiguration
                    256:                                        Name="Release|Win32"
                    257:                                        >
                    258:                                        <Tool
                    259:                                                Name="VCCLCompilerTool"
                    260:                                                AdditionalIncludeDirectories=""
                    261:                                                PreprocessorDefinitions=""
                    262:                                        />
                    263:                                </FileConfiguration>
                    264:                        </File>
                    265:                </Filter>
                    266:                <Filter
                    267:                        Name="Header Files"
                    268:                        Filter="h;hpp;hxx;hm;inl"
                    269:                        >
                    270:                        <File
                    271:                                RelativePath="..\..\include\config.h"
                    272:                                >
                    273:                        </File>
                    274:                        <File
                    275:                                RelativePath="..\..\include\isc\net.h"
                    276:                                >
                    277:                        </File>
                    278:                        <File
                    279:                                RelativePath="..\..\..\..\include\ntp.h"
                    280:                                >
                    281:                        </File>
                    282:                        <File
                    283:                                RelativePath="..\..\..\..\include\ntp_fp.h"
                    284:                                >
                    285:                        </File>
                    286:                        <File
                    287:                                RelativePath="..\..\..\..\include\ntp_io.h"
                    288:                                >
                    289:                        </File>
                    290:                        <File
                    291:                                RelativePath="..\..\..\..\include\ntp_machine.h"
                    292:                                >
                    293:                        </File>
                    294:                        <File
                    295:                                RelativePath="..\..\..\..\include\ntp_net.h"
                    296:                                >
                    297:                        </File>
                    298:                        <File
                    299:                                RelativePath="..\..\..\..\include\ntp_select.h"
                    300:                                >
                    301:                        </File>
                    302:                        <File
                    303:                                RelativePath="..\..\..\..\include\ntp_stdlib.h"
                    304:                                >
                    305:                        </File>
                    306:                        <File
                    307:                                RelativePath="..\..\..\..\include\ntp_string.h"
                    308:                                >
                    309:                        </File>
                    310:                        <File
                    311:                                RelativePath="..\..\..\..\include\ntp_syslog.h"
                    312:                                >
                    313:                        </File>
                    314:                        <File
                    315:                                RelativePath="..\..\..\..\include\ntp_unixtime.h"
                    316:                                >
                    317:                        </File>
                    318:                        <File
                    319:                                RelativePath="..\..\..\..\ntpdate\ntpdate.h"
                    320:                                >
                    321:                        </File>
                    322:                        <File
                    323:                                RelativePath="..\..\include\syslog.h"
                    324:                                >
                    325:                        </File>
                    326:                </Filter>
                    327:                <Filter
                    328:                        Name="Resource Files"
                    329:                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
                    330:                        >
                    331:                </Filter>
                    332:                <File
                    333:                        RelativePath="..\..\..\..\packageinfo.sh"
                    334:                        >
                    335:                        <FileConfiguration
                    336:                                Name="Debug|Win32"
                    337:                                >
                    338:                                <Tool
                    339:                                        Name="VCCustomBuildTool"
                    340:                                        CommandLine="echo Using NT Shell Script to generate version.c&#x0D;&#x0A;..\..\scripts\mkver.bat -P ntpdate&#x0D;&#x0A;"
                    341:                                        Outputs="$(ProjectDir)version.c"
                    342:                                />
                    343:                        </FileConfiguration>
                    344:                        <FileConfiguration
                    345:                                Name="Release|Win32"
                    346:                                >
                    347:                                <Tool
                    348:                                        Name="VCCustomBuildTool"
                    349:                                        CommandLine="echo Using NT Shell Script to generate version.c&#x0D;&#x0A;..\..\scripts\mkver.bat -P ntpdate&#x0D;&#x0A;"
                    350:                                        Outputs="$(ProjectDir)version.c"
                    351:                                />
                    352:                        </FileConfiguration>
                    353:                </File>
                    354:        </Files>
                    355:        <Globals>
                    356:        </Globals>
                    357: </VisualStudioProject>

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