Annotation of embedaddon/ntp/ports/winnt/vs2008/ntpdc/ntpdc.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="ntpdc"
                      6:        ProjectGUID="{8011C820-B3D5-4034-86EA-FFC30AE6764B}"
                      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\ntpdc.tlb"
                     43:                                HeaderFileName=""
                     44:                        />
                     45:                        <Tool
                     46:                                Name="VCCLCompilerTool"
                     47:                                Optimization="0"
                     48:                                WholeProgramOptimization="true"
                     49:                                AdditionalIncludeDirectories="..\..\ntpdc,..\..\include,..\..\..\..\include,..\..\..\..\lib\isc\win32\include,..\..\..\..\lib\isc\include,$(OPENSSL_INC),..\..\..\..\sntp\libopts"
                     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\ntpdc.pch"
                     55:                                AssemblerListingLocation=".\Debug\"
                     56:                                ObjectFile=".\Debug\"
                     57:                                ProgramDataBaseFileName="..\bin\Debug\ntpdc-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\ntpdc.exe"
                     79:                                Version="0x0400"
                     80:                                LinkIncremental="1"
                     81:                                SuppressStartupBanner="true"
                     82:                                GenerateManifest="false"
                     83:                                GenerateDebugInformation="true"
                     84:                                ProgramDatabaseFile="..\bin\Debug\ntpdc.pdb"
                     85:                                SubSystem="1"
                     86:                                LinkTimeCodeGeneration="1"
                     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\ntpdc.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\ntpdc.tlb"
                    141:                                HeaderFileName=""
                    142:                        />
                    143:                        <Tool
                    144:                                Name="VCCLCompilerTool"
                    145:                                Optimization="2"
                    146:                                InlineFunctionExpansion="1"
                    147:                                AdditionalIncludeDirectories="..\..\ntpdc,..\..\include,..\..\..\..\include,..\..\..\..\lib\isc\win32\include,..\..\..\..\lib\isc\include,$(OPENSSL_INC),..\..\..\..\sntp\libopts"
                    148:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__STDC__;SYS_WINNT;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
                    149:                                StringPooling="true"
                    150:                                RuntimeLibrary="0"
                    151:                                EnableFunctionLevelLinking="true"
                    152:                                PrecompiledHeaderFile=".\Release\ntpdc.pch"
                    153:                                AssemblerListingLocation=".\Release\"
                    154:                                ObjectFile=".\Release\"
                    155:                                ProgramDataBaseFileName="..\bin\Release\ntpdc-vc90"
                    156:                                WarningLevel="4"
                    157:                                SuppressStartupBanner="true"
                    158:                                DebugInformationFormat="3"
                    159:                                CompileAs="1"
                    160:                        />
                    161:                        <Tool
                    162:                                Name="VCManagedResourceCompilerTool"
                    163:                        />
                    164:                        <Tool
                    165:                                Name="VCResourceCompilerTool"
                    166:                                PreprocessorDefinitions="NDEBUG"
                    167:                                Culture="1033"
                    168:                        />
                    169:                        <Tool
                    170:                                Name="VCPreLinkEventTool"
                    171:                        />
                    172:                        <Tool
                    173:                                Name="VCLinkerTool"
                    174:                                AdditionalDependencies="ws2_32.lib $(OPENSSL_LIB)\libeay32.lib"
                    175:                                OutputFile="..\bin\Release\ntpdc.exe"
                    176:                                Version="0x0400"
                    177:                                LinkIncremental="1"
                    178:                                SuppressStartupBanner="true"
                    179:                                GenerateManifest="false"
                    180:                                GenerateDebugInformation="true"
                    181:                                ProgramDatabaseFile="..\bin\Release\ntpdc.pdb"
                    182:                                SubSystem="1"
                    183:                                LinkTimeCodeGeneration="0"
                    184:                                RandomizedBaseAddress="1"
                    185:                                DataExecutionPrevention="0"
                    186:                                TargetMachine="1"
                    187:                        />
                    188:                        <Tool
                    189:                                Name="VCALinkTool"
                    190:                        />
                    191:                        <Tool
                    192:                                Name="VCManifestTool"
                    193:                        />
                    194:                        <Tool
                    195:                                Name="VCXDCMakeTool"
                    196:                        />
                    197:                        <Tool
                    198:                                Name="VCBscMakeTool"
                    199:                                SuppressStartupBanner="true"
                    200:                                OutputFile=".\Release\ntpdc.bsc"
                    201:                        />
                    202:                        <Tool
                    203:                                Name="VCFxCopTool"
                    204:                        />
                    205:                        <Tool
                    206:                                Name="VCAppVerifierTool"
                    207:                        />
                    208:                        <Tool
                    209:                                Name="VCPostBuildEventTool"
                    210:                        />
                    211:                </Configuration>
                    212:        </Configurations>
                    213:        <References>
                    214:        </References>
                    215:        <Files>
                    216:                <Filter
                    217:                        Name="Source Files"
                    218:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
                    219:                        >
                    220:                        <File
                    221:                                RelativePath="..\..\..\..\ntpdc\ntpdc-opts.c"
                    222:                                >
                    223:                                <FileConfiguration
                    224:                                        Name="Debug|Win32"
                    225:                                        >
                    226:                                        <Tool
                    227:                                                Name="VCCLCompilerTool"
                    228:                                                AdditionalIncludeDirectories=""
                    229:                                                PreprocessorDefinitions=""
                    230:                                                WarningLevel="3"
                    231:                                        />
                    232:                                </FileConfiguration>
                    233:                                <FileConfiguration
                    234:                                        Name="Release|Win32"
                    235:                                        >
                    236:                                        <Tool
                    237:                                                Name="VCCLCompilerTool"
                    238:                                                AdditionalIncludeDirectories=""
                    239:                                                PreprocessorDefinitions=""
                    240:                                                WarningLevel="3"
                    241:                                        />
                    242:                                </FileConfiguration>
                    243:                        </File>
                    244:                        <File
                    245:                                RelativePath="..\..\..\..\ntpdc\ntpdc.c"
                    246:                                >
                    247:                                <FileConfiguration
                    248:                                        Name="Debug|Win32"
                    249:                                        >
                    250:                                        <Tool
                    251:                                                Name="VCCLCompilerTool"
                    252:                                                AdditionalIncludeDirectories=""
                    253:                                                PreprocessorDefinitions=""
                    254:                                                WarningLevel="3"
                    255:                                        />
                    256:                                </FileConfiguration>
                    257:                                <FileConfiguration
                    258:                                        Name="Release|Win32"
                    259:                                        >
                    260:                                        <Tool
                    261:                                                Name="VCCLCompilerTool"
                    262:                                                AdditionalIncludeDirectories=""
                    263:                                                PreprocessorDefinitions=""
                    264:                                                WarningLevel="3"
                    265:                                        />
                    266:                                </FileConfiguration>
                    267:                        </File>
                    268:                        <File
                    269:                                RelativePath="..\..\..\..\ntpdc\ntpdc_ops.c"
                    270:                                >
                    271:                                <FileConfiguration
                    272:                                        Name="Debug|Win32"
                    273:                                        >
                    274:                                        <Tool
                    275:                                                Name="VCCLCompilerTool"
                    276:                                                AdditionalIncludeDirectories=""
                    277:                                                PreprocessorDefinitions=""
                    278:                                                WarningLevel="3"
                    279:                                        />
                    280:                                </FileConfiguration>
                    281:                                <FileConfiguration
                    282:                                        Name="Release|Win32"
                    283:                                        >
                    284:                                        <Tool
                    285:                                                Name="VCCLCompilerTool"
                    286:                                                AdditionalIncludeDirectories=""
                    287:                                                PreprocessorDefinitions=""
                    288:                                                WarningLevel="3"
                    289:                                        />
                    290:                                </FileConfiguration>
                    291:                        </File>
                    292:                        <File
                    293:                                RelativePath=".\version.c"
                    294:                                >
                    295:                                <FileConfiguration
                    296:                                        Name="Debug|Win32"
                    297:                                        >
                    298:                                        <Tool
                    299:                                                Name="VCCLCompilerTool"
                    300:                                                AdditionalIncludeDirectories=""
                    301:                                                PreprocessorDefinitions=""
                    302:                                        />
                    303:                                </FileConfiguration>
                    304:                                <FileConfiguration
                    305:                                        Name="Release|Win32"
                    306:                                        >
                    307:                                        <Tool
                    308:                                                Name="VCCLCompilerTool"
                    309:                                                AdditionalIncludeDirectories=""
                    310:                                                PreprocessorDefinitions=""
                    311:                                        />
                    312:                                </FileConfiguration>
                    313:                        </File>
                    314:                </Filter>
                    315:                <Filter
                    316:                        Name="Header Files"
                    317:                        Filter="h;hpp;hxx;hm;inl"
                    318:                        >
                    319:                        <File
                    320:                                RelativePath="..\..\..\..\include\ntp_assert.h"
                    321:                                >
                    322:                        </File>
                    323:                        <File
                    324:                                RelativePath="..\..\..\..\include\ntp_lineedit.h"
                    325:                                >
                    326:                        </File>
                    327:                        <File
                    328:                                RelativePath="..\..\..\..\ntpdc\ntpdc.h"
                    329:                                >
                    330:                        </File>
                    331:                </Filter>
                    332:                <Filter
                    333:                        Name="Resource Files"
                    334:                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
                    335:                        >
                    336:                </Filter>
                    337:                <File
                    338:                        RelativePath="..\..\..\..\packageinfo.sh"
                    339:                        >
                    340:                        <FileConfiguration
                    341:                                Name="Debug|Win32"
                    342:                                >
                    343:                                <Tool
                    344:                                        Name="VCCustomBuildTool"
                    345:                                        CommandLine="echo Using NT Shell Script to generate version.c&#x0D;&#x0A;..\..\scripts\mkver.bat -P ntpdc&#x0D;&#x0A;"
                    346:                                        Outputs="$(ProjectDir)version.c"
                    347:                                />
                    348:                        </FileConfiguration>
                    349:                        <FileConfiguration
                    350:                                Name="Release|Win32"
                    351:                                >
                    352:                                <Tool
                    353:                                        Name="VCCustomBuildTool"
                    354:                                        CommandLine="echo Using NT Shell Script to generate version.c&#x0D;&#x0A;..\..\scripts\mkver.bat -P ntpdc&#x0D;&#x0A;"
                    355:                                        Outputs="$(ProjectDir)version.c"
                    356:                                />
                    357:                        </FileConfiguration>
                    358:                </File>
                    359:        </Files>
                    360:        <Globals>
                    361:        </Globals>
                    362: </VisualStudioProject>

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