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