1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="NSPTool" 6 ProjectGUID="{208B3A9F-1CA0-4D1D-9D6C-C61616F94705}" 7 Keyword="Win32Proj" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 <Platform 14 Name="x64" 15 /> 16 </Platforms> 17 <ToolFiles> 18 </ToolFiles> 19 <Configurations> 20 <Configuration 21 Name="Debug|Win32" 22 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 23 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 24 ConfigurationType="1" 25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 26 CharacterSet="2" 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 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="0" 46 AdditionalIncludeDirectories=".;..;../../mDNSShared" 47 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE" 48 StringPooling="true" 49 MinimalRebuild="true" 50 ExceptionHandling="0" 51 BasicRuntimeChecks="3" 52 SmallerTypeCheck="true" 53 RuntimeLibrary="1" 54 BufferSecurityCheck="true" 55 EnableFunctionLevelLinking="false" 56 UsePrecompiledHeader="0" 57 AssemblerListingLocation="$(IntDir)\" 58 WarningLevel="4" 59 Detect64BitPortabilityProblems="true" 60 DebugInformationFormat="4" 61 CallingConvention="0" 62 /> 63 <Tool 64 Name="VCManagedResourceCompilerTool" 65 /> 66 <Tool 67 Name="VCResourceCompilerTool" 68 AdditionalIncludeDirectories="..\" 69 /> 70 <Tool 71 Name="VCPreLinkEventTool" 72 /> 73 <Tool 74 Name="VCLinkerTool" 75 AdditionalDependencies="ws2_32.lib iphlpapi.lib" 76 OutputFile="$(OutDir)/NSPTool.exe" 77 LinkIncremental="2" 78 GenerateDebugInformation="true" 79 ProgramDatabaseFile="$(OutDir)/NSPTool.pdb" 80 SubSystem="1" 81 TargetMachine="1" 82 /> 83 <Tool 84 Name="VCALinkTool" 85 /> 86 <Tool 87 Name="VCManifestTool" 88 /> 89 <Tool 90 Name="VCXDCMakeTool" 91 /> 92 <Tool 93 Name="VCBscMakeTool" 94 /> 95 <Tool 96 Name="VCFxCopTool" 97 /> 98 <Tool 99 Name="VCAppVerifierTool" 100 /> 101 <Tool 102 Name="VCWebDeploymentTool" 103 /> 104 <Tool 105 Name="VCPostBuildEventTool" 106 /> 107 </Configuration> 108 <Configuration 109 Name="Debug|x64" 110 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 111 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 112 ConfigurationType="1" 113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 114 CharacterSet="2" 115 > 116 <Tool 117 Name="VCPreBuildEventTool" 118 /> 119 <Tool 120 Name="VCCustomBuildTool" 121 /> 122 <Tool 123 Name="VCXMLDataGeneratorTool" 124 /> 125 <Tool 126 Name="VCWebServiceProxyGeneratorTool" 127 /> 128 <Tool 129 Name="VCMIDLTool" 130 TargetEnvironment="3" 131 /> 132 <Tool 133 Name="VCCLCompilerTool" 134 Optimization="0" 135 AdditionalIncludeDirectories=".;..;../../mDNSShared" 136 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE" 137 StringPooling="true" 138 MinimalRebuild="true" 139 ExceptionHandling="0" 140 BasicRuntimeChecks="3" 141 SmallerTypeCheck="true" 142 RuntimeLibrary="1" 143 BufferSecurityCheck="true" 144 EnableFunctionLevelLinking="false" 145 UsePrecompiledHeader="0" 146 AssemblerListingLocation="$(IntDir)\" 147 WarningLevel="4" 148 Detect64BitPortabilityProblems="true" 149 DebugInformationFormat="3" 150 CallingConvention="0" 151 /> 152 <Tool 153 Name="VCManagedResourceCompilerTool" 154 /> 155 <Tool 156 Name="VCResourceCompilerTool" 157 AdditionalIncludeDirectories="..\" 158 /> 159 <Tool 160 Name="VCPreLinkEventTool" 161 /> 162 <Tool 163 Name="VCLinkerTool" 164 AdditionalDependencies="ws2_32.lib iphlpapi.lib" 165 OutputFile="$(OutDir)/NSPTool.exe" 166 LinkIncremental="2" 167 GenerateDebugInformation="true" 168 ProgramDatabaseFile="$(OutDir)/NSPTool.pdb" 169 SubSystem="1" 170 TargetMachine="17" 171 /> 172 <Tool 173 Name="VCALinkTool" 174 /> 175 <Tool 176 Name="VCManifestTool" 177 /> 178 <Tool 179 Name="VCXDCMakeTool" 180 /> 181 <Tool 182 Name="VCBscMakeTool" 183 /> 184 <Tool 185 Name="VCFxCopTool" 186 /> 187 <Tool 188 Name="VCAppVerifierTool" 189 /> 190 <Tool 191 Name="VCWebDeploymentTool" 192 /> 193 <Tool 194 Name="VCPostBuildEventTool" 195 /> 196 </Configuration> 197 <Configuration 198 Name="Release|Win32" 199 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 200 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 201 ConfigurationType="1" 202 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 203 CharacterSet="2" 204 > 205 <Tool 206 Name="VCPreBuildEventTool" 207 /> 208 <Tool 209 Name="VCCustomBuildTool" 210 /> 211 <Tool 212 Name="VCXMLDataGeneratorTool" 213 /> 214 <Tool 215 Name="VCWebServiceProxyGeneratorTool" 216 /> 217 <Tool 218 Name="VCMIDLTool" 219 /> 220 <Tool 221 Name="VCCLCompilerTool" 222 AdditionalIncludeDirectories=".;..;../../mDNSShared" 223 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE" 224 RuntimeLibrary="0" 225 UsePrecompiledHeader="0" 226 AssemblerListingLocation="$(IntDir)\" 227 WarningLevel="4" 228 Detect64BitPortabilityProblems="true" 229 DebugInformationFormat="3" 230 /> 231 <Tool 232 Name="VCManagedResourceCompilerTool" 233 /> 234 <Tool 235 Name="VCResourceCompilerTool" 236 AdditionalIncludeDirectories="..\" 237 /> 238 <Tool 239 Name="VCPreLinkEventTool" 240 /> 241 <Tool 242 Name="VCLinkerTool" 243 AdditionalDependencies="ws2_32.lib iphlpapi.lib" 244 OutputFile="$(OutDir)/NSPTool.exe" 245 LinkIncremental="1" 246 GenerateDebugInformation="true" 247 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb" 248 SubSystem="1" 249 OptimizeReferences="2" 250 EnableCOMDATFolding="2" 251 TargetMachine="1" 252 /> 253 <Tool 254 Name="VCALinkTool" 255 /> 256 <Tool 257 Name="VCManifestTool" 258 /> 259 <Tool 260 Name="VCXDCMakeTool" 261 /> 262 <Tool 263 Name="VCBscMakeTool" 264 /> 265 <Tool 266 Name="VCFxCopTool" 267 /> 268 <Tool 269 Name="VCAppVerifierTool" 270 /> 271 <Tool 272 Name="VCWebDeploymentTool" 273 /> 274 <Tool 275 Name="VCPostBuildEventTool" 276 /> 277 </Configuration> 278 <Configuration 279 Name="Release|x64" 280 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 281 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 282 ConfigurationType="1" 283 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 284 CharacterSet="2" 285 > 286 <Tool 287 Name="VCPreBuildEventTool" 288 /> 289 <Tool 290 Name="VCCustomBuildTool" 291 /> 292 <Tool 293 Name="VCXMLDataGeneratorTool" 294 /> 295 <Tool 296 Name="VCWebServiceProxyGeneratorTool" 297 /> 298 <Tool 299 Name="VCMIDLTool" 300 TargetEnvironment="3" 301 /> 302 <Tool 303 Name="VCCLCompilerTool" 304 AdditionalIncludeDirectories=".;..;../../mDNSShared" 305 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE" 306 RuntimeLibrary="0" 307 UsePrecompiledHeader="0" 308 AssemblerListingLocation="$(IntDir)\" 309 WarningLevel="4" 310 Detect64BitPortabilityProblems="true" 311 DebugInformationFormat="3" 312 /> 313 <Tool 314 Name="VCManagedResourceCompilerTool" 315 /> 316 <Tool 317 Name="VCResourceCompilerTool" 318 AdditionalIncludeDirectories="..\" 319 /> 320 <Tool 321 Name="VCPreLinkEventTool" 322 /> 323 <Tool 324 Name="VCLinkerTool" 325 AdditionalDependencies="ws2_32.lib iphlpapi.lib" 326 OutputFile="$(OutDir)/NSPTool.exe" 327 LinkIncremental="1" 328 GenerateDebugInformation="true" 329 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb" 330 SubSystem="1" 331 OptimizeReferences="2" 332 EnableCOMDATFolding="2" 333 TargetMachine="17" 334 /> 335 <Tool 336 Name="VCALinkTool" 337 /> 338 <Tool 339 Name="VCManifestTool" 340 /> 341 <Tool 342 Name="VCXDCMakeTool" 343 /> 344 <Tool 345 Name="VCBscMakeTool" 346 /> 347 <Tool 348 Name="VCFxCopTool" 349 /> 350 <Tool 351 Name="VCAppVerifierTool" 352 /> 353 <Tool 354 Name="VCWebDeploymentTool" 355 /> 356 <Tool 357 Name="VCPostBuildEventTool" 358 /> 359 </Configuration> 360 </Configurations> 361 <References> 362 </References> 363 <Files> 364 <Filter 365 Name="Source Files" 366 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 367 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 368 > 369 <File 370 RelativePath="..\..\mDNSShared\DebugServices.c" 371 > 372 </File> 373 <File 374 RelativePath=".\NSPTool.c" 375 > 376 </File> 377 </Filter> 378 <Filter 379 Name="Header Files" 380 Filter="h;hpp;hxx;hm;inl;inc;xsd" 381 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 382 > 383 <File 384 RelativePath="..\..\mDNSShared\CommonServices.h" 385 > 386 </File> 387 <File 388 RelativePath="..\..\mDNSShared\DebugServices.h" 389 > 390 </File> 391 <File 392 RelativePath=".\resource.h" 393 > 394 </File> 395 </Filter> 396 <Filter 397 Name="Resource Files" 398 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 399 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 400 > 401 <File 402 RelativePath=".\NSPTool.rc" 403 > 404 </File> 405 </Filter> 406 </Files> 407 <Globals> 408 </Globals> 409</VisualStudioProject> 410