1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9,00" 5 Name="MfcControl" 6 ProjectGUID="{07D59661-3519-4F10-AE9F-22DB0479E25A}" 7 RootNamespace="MfcControl" 8 Keyword="MFCProj" 9 TargetFrameworkVersion="131072" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 </Platforms> 16 <ToolFiles> 17 </ToolFiles> 18 <Configurations> 19 <Configuration 20 Name="Unicode Release|Win32" 21 OutputDirectory=".\ReleaseU" 22 IntermediateDirectory=".\ReleaseU" 23 ConfigurationType="2" 24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 25 UseOfMFC="2" 26 ATLMinimizesCRunTimeLibraryUsage="false" 27 CharacterSet="1" 28 > 29 <Tool 30 Name="VCPreBuildEventTool" 31 /> 32 <Tool 33 Name="VCCustomBuildTool" 34 Description="Registering ActiveX Control..." 35 CommandLine="regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
" 36 Outputs="$(OutDir)\regsvr32.trg" 37 /> 38 <Tool 39 Name="VCXMLDataGeneratorTool" 40 /> 41 <Tool 42 Name="VCWebServiceProxyGeneratorTool" 43 /> 44 <Tool 45 Name="VCMIDLTool" 46 PreprocessorDefinitions="NDEBUG" 47 MkTypLibCompatible="true" 48 SuppressStartupBanner="true" 49 TargetEnvironment="1" 50 TypeLibraryName=".\ReleaseU/MfcControl.tlb" 51 /> 52 <Tool 53 Name="VCCLCompilerTool" 54 InlineFunctionExpansion="1" 55 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" 56 StringPooling="true" 57 RuntimeLibrary="2" 58 EnableFunctionLevelLinking="true" 59 UsePrecompiledHeader="2" 60 PrecompiledHeaderThrough="stdafx.h" 61 PrecompiledHeaderFile=".\ReleaseU/MfcControl.pch" 62 AssemblerListingLocation=".\ReleaseU/" 63 ObjectFile=".\ReleaseU/" 64 ProgramDataBaseFileName=".\ReleaseU/" 65 WarningLevel="3" 66 SuppressStartupBanner="true" 67 /> 68 <Tool 69 Name="VCManagedResourceCompilerTool" 70 /> 71 <Tool 72 Name="VCResourceCompilerTool" 73 PreprocessorDefinitions="_AFXDLL;NDEBUG" 74 Culture="1033" 75 /> 76 <Tool 77 Name="VCPreLinkEventTool" 78 /> 79 <Tool 80 Name="VCLinkerTool" 81 AdditionalOptions="/MACHINE:I386" 82 OutputFile=".\ReleaseU/MfcControl.ocx" 83 LinkIncremental="1" 84 SuppressStartupBanner="true" 85 ModuleDefinitionFile=".\MfcControl.def" 86 ProgramDatabaseFile=".\ReleaseU/MfcControl.pdb" 87 SubSystem="2" 88 RandomizedBaseAddress="1" 89 DataExecutionPrevention="0" 90 ImportLibrary=".\ReleaseU/MfcControl.lib" 91 /> 92 <Tool 93 Name="VCALinkTool" 94 /> 95 <Tool 96 Name="VCManifestTool" 97 /> 98 <Tool 99 Name="VCXDCMakeTool" 100 /> 101 <Tool 102 Name="VCBscMakeTool" 103 /> 104 <Tool 105 Name="VCFxCopTool" 106 /> 107 <Tool 108 Name="VCAppVerifierTool" 109 /> 110 <Tool 111 Name="VCPostBuildEventTool" 112 /> 113 </Configuration> 114 <Configuration 115 Name="Unicode Debug|Win32" 116 OutputDirectory=".\DebugU" 117 IntermediateDirectory=".\DebugU" 118 ConfigurationType="2" 119 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 120 UseOfMFC="2" 121 ATLMinimizesCRunTimeLibraryUsage="false" 122 CharacterSet="1" 123 > 124 <Tool 125 Name="VCPreBuildEventTool" 126 /> 127 <Tool 128 Name="VCCustomBuildTool" 129 Description="Registering ActiveX Control..." 130 CommandLine="regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
" 131 Outputs="$(OutDir)\regsvr32.trg" 132 /> 133 <Tool 134 Name="VCXMLDataGeneratorTool" 135 /> 136 <Tool 137 Name="VCWebServiceProxyGeneratorTool" 138 /> 139 <Tool 140 Name="VCMIDLTool" 141 PreprocessorDefinitions="_DEBUG" 142 MkTypLibCompatible="true" 143 SuppressStartupBanner="true" 144 TargetEnvironment="1" 145 TypeLibraryName=".\DebugU/MfcControl.tlb" 146 /> 147 <Tool 148 Name="VCCLCompilerTool" 149 Optimization="0" 150 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL" 151 BasicRuntimeChecks="3" 152 RuntimeLibrary="3" 153 UsePrecompiledHeader="2" 154 PrecompiledHeaderThrough="stdafx.h" 155 PrecompiledHeaderFile=".\DebugU/MfcControl.pch" 156 AssemblerListingLocation=".\DebugU/" 157 ObjectFile=".\DebugU/" 158 ProgramDataBaseFileName=".\DebugU/" 159 WarningLevel="3" 160 SuppressStartupBanner="true" 161 DebugInformationFormat="4" 162 /> 163 <Tool 164 Name="VCManagedResourceCompilerTool" 165 /> 166 <Tool 167 Name="VCResourceCompilerTool" 168 PreprocessorDefinitions="_AFXDLL;_DEBUG" 169 Culture="1033" 170 /> 171 <Tool 172 Name="VCPreLinkEventTool" 173 /> 174 <Tool 175 Name="VCLinkerTool" 176 AdditionalOptions="/MACHINE:I386" 177 OutputFile=".\DebugU/MfcControl.ocx" 178 LinkIncremental="2" 179 SuppressStartupBanner="true" 180 ModuleDefinitionFile=".\MfcControl.def" 181 GenerateDebugInformation="true" 182 ProgramDatabaseFile=".\DebugU/MfcControl.pdb" 183 SubSystem="2" 184 RandomizedBaseAddress="1" 185 DataExecutionPrevention="0" 186 ImportLibrary=".\DebugU/MfcControl.lib" 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 /> 200 <Tool 201 Name="VCFxCopTool" 202 /> 203 <Tool 204 Name="VCAppVerifierTool" 205 /> 206 <Tool 207 Name="VCPostBuildEventTool" 208 /> 209 </Configuration> 210 <Configuration 211 Name="Release|Win32" 212 OutputDirectory=".\Release" 213 IntermediateDirectory=".\Release" 214 ConfigurationType="2" 215 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 216 UseOfMFC="2" 217 ATLMinimizesCRunTimeLibraryUsage="false" 218 CharacterSet="2" 219 > 220 <Tool 221 Name="VCPreBuildEventTool" 222 /> 223 <Tool 224 Name="VCCustomBuildTool" 225 Description="Registering ActiveX Control..." 226 CommandLine="regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
" 227 Outputs="$(OutDir)\regsvr32.trg" 228 /> 229 <Tool 230 Name="VCXMLDataGeneratorTool" 231 /> 232 <Tool 233 Name="VCWebServiceProxyGeneratorTool" 234 /> 235 <Tool 236 Name="VCMIDLTool" 237 PreprocessorDefinitions="NDEBUG" 238 MkTypLibCompatible="true" 239 SuppressStartupBanner="true" 240 TargetEnvironment="1" 241 TypeLibraryName=".\Release/MfcControl.tlb" 242 /> 243 <Tool 244 Name="VCCLCompilerTool" 245 InlineFunctionExpansion="1" 246 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" 247 StringPooling="true" 248 RuntimeLibrary="2" 249 EnableFunctionLevelLinking="true" 250 UsePrecompiledHeader="2" 251 PrecompiledHeaderThrough="stdafx.h" 252 PrecompiledHeaderFile=".\Release/MfcControl.pch" 253 AssemblerListingLocation=".\Release/" 254 ObjectFile=".\Release/" 255 ProgramDataBaseFileName=".\Release/" 256 WarningLevel="3" 257 SuppressStartupBanner="true" 258 /> 259 <Tool 260 Name="VCManagedResourceCompilerTool" 261 /> 262 <Tool 263 Name="VCResourceCompilerTool" 264 PreprocessorDefinitions="_AFXDLL;NDEBUG" 265 Culture="1033" 266 /> 267 <Tool 268 Name="VCPreLinkEventTool" 269 /> 270 <Tool 271 Name="VCLinkerTool" 272 AdditionalOptions="/MACHINE:I386" 273 OutputFile=".\Release/MfcControl.ocx" 274 LinkIncremental="1" 275 SuppressStartupBanner="true" 276 ModuleDefinitionFile=".\MfcControl.def" 277 ProgramDatabaseFile=".\Release/MfcControl.pdb" 278 SubSystem="2" 279 RandomizedBaseAddress="1" 280 DataExecutionPrevention="0" 281 ImportLibrary=".\Release/MfcControl.lib" 282 /> 283 <Tool 284 Name="VCALinkTool" 285 /> 286 <Tool 287 Name="VCManifestTool" 288 /> 289 <Tool 290 Name="VCXDCMakeTool" 291 /> 292 <Tool 293 Name="VCBscMakeTool" 294 /> 295 <Tool 296 Name="VCFxCopTool" 297 /> 298 <Tool 299 Name="VCAppVerifierTool" 300 /> 301 <Tool 302 Name="VCPostBuildEventTool" 303 /> 304 </Configuration> 305 <Configuration 306 Name="Debug|Win32" 307 OutputDirectory=".\Debug" 308 IntermediateDirectory=".\Debug" 309 ConfigurationType="2" 310 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 311 UseOfMFC="2" 312 ATLMinimizesCRunTimeLibraryUsage="false" 313 CharacterSet="2" 314 > 315 <Tool 316 Name="VCPreBuildEventTool" 317 /> 318 <Tool 319 Name="VCCustomBuildTool" 320 Description="Registering ActiveX Control..." 321 CommandLine="regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
" 322 Outputs="$(OutDir)\regsvr32.trg" 323 /> 324 <Tool 325 Name="VCXMLDataGeneratorTool" 326 /> 327 <Tool 328 Name="VCWebServiceProxyGeneratorTool" 329 /> 330 <Tool 331 Name="VCMIDLTool" 332 PreprocessorDefinitions="_DEBUG" 333 MkTypLibCompatible="true" 334 SuppressStartupBanner="true" 335 TargetEnvironment="1" 336 TypeLibraryName=".\Debug/MfcControl.tlb" 337 /> 338 <Tool 339 Name="VCCLCompilerTool" 340 AdditionalOptions="/D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES" 341 Optimization="0" 342 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL" 343 BasicRuntimeChecks="3" 344 RuntimeLibrary="3" 345 UsePrecompiledHeader="2" 346 PrecompiledHeaderThrough="stdafx.h" 347 PrecompiledHeaderFile=".\Debug/MfcControl.pch" 348 AssemblerListingLocation=".\Debug/" 349 ObjectFile=".\Debug/" 350 ProgramDataBaseFileName=".\Debug/" 351 BrowseInformation="1" 352 WarningLevel="3" 353 SuppressStartupBanner="true" 354 DebugInformationFormat="4" 355 /> 356 <Tool 357 Name="VCManagedResourceCompilerTool" 358 /> 359 <Tool 360 Name="VCResourceCompilerTool" 361 PreprocessorDefinitions="_AFXDLL;_DEBUG" 362 Culture="1033" 363 /> 364 <Tool 365 Name="VCPreLinkEventTool" 366 /> 367 <Tool 368 Name="VCLinkerTool" 369 AdditionalOptions="/MACHINE:I386" 370 OutputFile=".\Debug/MfcControl.ocx" 371 LinkIncremental="2" 372 SuppressStartupBanner="true" 373 ModuleDefinitionFile=".\MfcControl.def" 374 GenerateDebugInformation="true" 375 ProgramDatabaseFile=".\Debug/MfcControl.pdb" 376 SubSystem="2" 377 RandomizedBaseAddress="1" 378 DataExecutionPrevention="0" 379 ImportLibrary=".\Debug/MfcControl.lib" 380 /> 381 <Tool 382 Name="VCALinkTool" 383 /> 384 <Tool 385 Name="VCManifestTool" 386 /> 387 <Tool 388 Name="VCXDCMakeTool" 389 /> 390 <Tool 391 Name="VCBscMakeTool" 392 /> 393 <Tool 394 Name="VCFxCopTool" 395 /> 396 <Tool 397 Name="VCAppVerifierTool" 398 /> 399 <Tool 400 Name="VCPostBuildEventTool" 401 /> 402 </Configuration> 403 </Configurations> 404 <References> 405 </References> 406 <Files> 407 <Filter 408 Name="Source Files" 409 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 410 > 411 <File 412 RelativePath=".\MfcControl.cpp" 413 > 414 </File> 415 <File 416 RelativePath=".\MfcControl.def" 417 > 418 </File> 419 <File 420 RelativePath=".\MfcControl.odl" 421 > 422 <FileConfiguration 423 Name="Unicode Release|Win32" 424 > 425 <Tool 426 Name="VCMIDLTool" 427 TargetEnvironment="1" 428 HeaderFileName="MfcControl_h.h" 429 /> 430 </FileConfiguration> 431 <FileConfiguration 432 Name="Unicode Debug|Win32" 433 > 434 <Tool 435 Name="VCMIDLTool" 436 TargetEnvironment="1" 437 HeaderFileName="MfcControl_h.h" 438 /> 439 </FileConfiguration> 440 <FileConfiguration 441 Name="Release|Win32" 442 > 443 <Tool 444 Name="VCMIDLTool" 445 TargetEnvironment="1" 446 HeaderFileName="MfcControl_h.h" 447 /> 448 </FileConfiguration> 449 <FileConfiguration 450 Name="Debug|Win32" 451 > 452 <Tool 453 Name="VCMIDLTool" 454 TargetEnvironment="1" 455 HeaderFileName="MfcControl_h.h" 456 /> 457 </FileConfiguration> 458 </File> 459 <File 460 RelativePath=".\MfcControl.rc" 461 > 462 <FileConfiguration 463 Name="Unicode Release|Win32" 464 > 465 <Tool 466 Name="VCResourceCompilerTool" 467 AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" 468 /> 469 </FileConfiguration> 470 <FileConfiguration 471 Name="Unicode Debug|Win32" 472 > 473 <Tool 474 Name="VCResourceCompilerTool" 475 AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" 476 /> 477 </FileConfiguration> 478 <FileConfiguration 479 Name="Release|Win32" 480 > 481 <Tool 482 Name="VCResourceCompilerTool" 483 AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" 484 /> 485 </FileConfiguration> 486 <FileConfiguration 487 Name="Debug|Win32" 488 > 489 <Tool 490 Name="VCResourceCompilerTool" 491 AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" 492 /> 493 </FileConfiguration> 494 </File> 495 <File 496 RelativePath=".\MfcControlCtl.cpp" 497 > 498 </File> 499 <File 500 RelativePath=".\MfcControlPpg.cpp" 501 > 502 </File> 503 <File 504 RelativePath=".\StdAfx.cpp" 505 > 506 <FileConfiguration 507 Name="Unicode Release|Win32" 508 > 509 <Tool 510 Name="VCCLCompilerTool" 511 UsePrecompiledHeader="1" 512 /> 513 </FileConfiguration> 514 <FileConfiguration 515 Name="Unicode Debug|Win32" 516 > 517 <Tool 518 Name="VCCLCompilerTool" 519 UsePrecompiledHeader="1" 520 /> 521 </FileConfiguration> 522 <FileConfiguration 523 Name="Release|Win32" 524 > 525 <Tool 526 Name="VCCLCompilerTool" 527 UsePrecompiledHeader="1" 528 /> 529 </FileConfiguration> 530 <FileConfiguration 531 Name="Debug|Win32" 532 > 533 <Tool 534 Name="VCCLCompilerTool" 535 UsePrecompiledHeader="1" 536 /> 537 </FileConfiguration> 538 </File> 539 </Filter> 540 <Filter 541 Name="Header Files" 542 Filter="h;hpp;hxx;hm;inl" 543 > 544 <File 545 RelativePath=".\MfcControl.h" 546 > 547 </File> 548 <File 549 RelativePath=".\MfcControlCtl.h" 550 > 551 </File> 552 <File 553 RelativePath=".\MfcControlPpg.h" 554 > 555 </File> 556 <File 557 RelativePath=".\Resource.h" 558 > 559 </File> 560 <File 561 RelativePath=".\StdAfx.h" 562 > 563 </File> 564 </Filter> 565 <Filter 566 Name="Resource Files" 567 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 568 > 569 <File 570 RelativePath=".\MfcControlCtl.bmp" 571 > 572 </File> 573 </Filter> 574 <File 575 RelativePath=".\ReadMe.txt" 576 > 577 </File> 578 </Files> 579 <Globals> 580 </Globals> 581</VisualStudioProject> 582