Changeset 0bc9fdd in nscp
- Timestamp:
- 11/03/07 11:57:14 (6 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 12edcec
- Parents:
- 478588b
- Location:
- modules
- Files:
-
- 11 edited
-
CheckDisk/CheckDisk.vcproj (modified) (8 diffs)
-
CheckEventLog/CheckEventLog.vcproj (modified) (9 diffs)
-
CheckEventLog/stdafx.h (modified) (1 diff)
-
CheckHelpers/CheckHelpers.vcproj (modified) (8 diffs)
-
CheckSystem/CheckSystem.vcproj (modified) (8 diffs)
-
CheckWMI/CheckWMI.vcproj (modified) (9 diffs)
-
FileLogger/FileLogger.vcproj (modified) (9 diffs)
-
NRPEListener/NRPEListener.vcproj (modified) (8 diffs)
-
NSClientListener/NSClientListener.vcproj (modified) (9 diffs)
-
RemoteConfiguration/RemoteConfiguration.vcproj (modified) (9 diffs)
-
SysTray/SysTray.vcproj (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckDisk/CheckDisk.vcproj
r478588b r0bc9fdd 53 53 UsePrecompiledHeader="2" 54 54 WarningLevel="3" 55 Detect64BitPortabilityProblems=" true"55 Detect64BitPortabilityProblems="false" 56 56 DebugInformationFormat="4" 57 57 /> … … 134 134 UsePrecompiledHeader="2" 135 135 WarningLevel="3" 136 Detect64BitPortabilityProblems=" true"136 Detect64BitPortabilityProblems="false" 137 137 DebugInformationFormat="3" 138 138 /> … … 211 211 UsePrecompiledHeader="2" 212 212 WarningLevel="3" 213 Detect64BitPortabilityProblems=" true"213 Detect64BitPortabilityProblems="false" 214 214 DebugInformationFormat="3" 215 215 /> … … 290 290 UsePrecompiledHeader="2" 291 291 WarningLevel="3" 292 Detect64BitPortabilityProblems=" true"292 Detect64BitPortabilityProblems="false" 293 293 DebugInformationFormat="3" 294 294 /> … … 368 368 UsePrecompiledHeader="2" 369 369 WarningLevel="3" 370 Detect64BitPortabilityProblems=" true"370 Detect64BitPortabilityProblems="false" 371 371 DebugInformationFormat="3" 372 372 /> … … 447 447 UsePrecompiledHeader="2" 448 448 WarningLevel="3" 449 Detect64BitPortabilityProblems=" true"449 Detect64BitPortabilityProblems="false" 450 450 DebugInformationFormat="3" 451 451 /> … … 521 521 Name="VCCLCompilerTool" 522 522 AdditionalIncludeDirectories="../include;../../include" 523 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS "523 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 524 524 UsePrecompiledHeader="2" 525 525 WarningLevel="3" 526 Detect64BitPortabilityProblems=" true"526 Detect64BitPortabilityProblems="false" 527 527 DebugInformationFormat="3" 528 528 /> … … 602 602 UsePrecompiledHeader="2" 603 603 WarningLevel="3" 604 Detect64BitPortabilityProblems=" true"604 Detect64BitPortabilityProblems="false" 605 605 DebugInformationFormat="3" 606 606 /> -
modules/CheckEventLog/CheckEventLog.vcproj
r478588b r0bc9fdd 5 5 Name="CheckEventLog" 6 6 ProjectGUID="{BA246C01-063A-4548-8957-32D5CC76171B}" 7 RootNamespace="CheckEventLog" 7 8 Keyword="Win32Proj" 8 9 TargetFrameworkVersion="131072" … … 50 51 UsePrecompiledHeader="2" 51 52 WarningLevel="3" 52 Detect64BitPortabilityProblems=" true"53 Detect64BitPortabilityProblems="false" 53 54 DebugInformationFormat="3" 54 55 /> … … 130 131 UsePrecompiledHeader="2" 131 132 WarningLevel="3" 132 Detect64BitPortabilityProblems=" true"133 Detect64BitPortabilityProblems="false" 133 134 DebugInformationFormat="3" 134 135 /> … … 212 213 UsePrecompiledHeader="2" 213 214 WarningLevel="3" 214 Detect64BitPortabilityProblems=" true"215 Detect64BitPortabilityProblems="false" 215 216 DebugInformationFormat="4" 216 217 /> … … 294 295 UsePrecompiledHeader="2" 295 296 WarningLevel="3" 296 Detect64BitPortabilityProblems=" true"297 Detect64BitPortabilityProblems="false" 297 298 DebugInformationFormat="3" 298 299 /> … … 372 373 UsePrecompiledHeader="2" 373 374 WarningLevel="3" 374 Detect64BitPortabilityProblems=" true"375 Detect64BitPortabilityProblems="false" 375 376 DebugInformationFormat="3" 376 377 /> … … 452 453 UsePrecompiledHeader="2" 453 454 WarningLevel="3" 454 Detect64BitPortabilityProblems=" true"455 Detect64BitPortabilityProblems="false" 455 456 DebugInformationFormat="3" 456 457 /> … … 528 529 Name="VCCLCompilerTool" 529 530 AdditionalIncludeDirectories="../include;../../include" 530 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; "531 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 531 532 RuntimeLibrary="0" 532 533 UsePrecompiledHeader="2" 533 534 WarningLevel="3" 534 Detect64BitPortabilityProblems=" true"535 Detect64BitPortabilityProblems="false" 535 536 DebugInformationFormat="3" 536 537 /> … … 612 613 UsePrecompiledHeader="2" 613 614 WarningLevel="3" 614 Detect64BitPortabilityProblems=" true"615 Detect64BitPortabilityProblems="false" 615 616 DebugInformationFormat="3" 616 617 /> -
modules/CheckEventLog/stdafx.h
r4001502 r0bc9fdd 28 28 //#define COMPILE_NEWAPIS_STUBS 29 29 //#define WANT_GETLONGPATHNAME_WRAPPER 30 #include <NewAPIs.h>30 //#include <NewAPIs.h> 31 31 32 32 #include <string> -
modules/CheckHelpers/CheckHelpers.vcproj
r478588b r0bc9fdd 53 53 UsePrecompiledHeader="2" 54 54 WarningLevel="3" 55 Detect64BitPortabilityProblems=" true"55 Detect64BitPortabilityProblems="false" 56 56 DebugInformationFormat="4" 57 57 /> … … 134 134 UsePrecompiledHeader="2" 135 135 WarningLevel="3" 136 Detect64BitPortabilityProblems=" true"136 Detect64BitPortabilityProblems="false" 137 137 DebugInformationFormat="3" 138 138 /> … … 211 211 UsePrecompiledHeader="2" 212 212 WarningLevel="3" 213 Detect64BitPortabilityProblems=" true"213 Detect64BitPortabilityProblems="false" 214 214 DebugInformationFormat="3" 215 215 /> … … 290 290 UsePrecompiledHeader="2" 291 291 WarningLevel="3" 292 Detect64BitPortabilityProblems=" true"292 Detect64BitPortabilityProblems="false" 293 293 DebugInformationFormat="3" 294 294 /> … … 368 368 UsePrecompiledHeader="2" 369 369 WarningLevel="3" 370 Detect64BitPortabilityProblems=" true"370 Detect64BitPortabilityProblems="false" 371 371 DebugInformationFormat="3" 372 372 /> … … 447 447 UsePrecompiledHeader="2" 448 448 WarningLevel="3" 449 Detect64BitPortabilityProblems=" true"449 Detect64BitPortabilityProblems="false" 450 450 DebugInformationFormat="3" 451 451 /> … … 521 521 Name="VCCLCompilerTool" 522 522 AdditionalIncludeDirectories="../include;../../include" 523 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS "523 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 524 524 RuntimeLibrary="0" 525 525 UsePrecompiledHeader="2" 526 526 WarningLevel="3" 527 Detect64BitPortabilityProblems=" true"527 Detect64BitPortabilityProblems="false" 528 528 DebugInformationFormat="3" 529 529 /> … … 604 604 UsePrecompiledHeader="2" 605 605 WarningLevel="3" 606 Detect64BitPortabilityProblems=" true"606 Detect64BitPortabilityProblems="false" 607 607 DebugInformationFormat="3" 608 608 /> -
modules/CheckSystem/CheckSystem.vcproj
r478588b r0bc9fdd 53 53 UsePrecompiledHeader="2" 54 54 WarningLevel="3" 55 Detect64BitPortabilityProblems=" true"55 Detect64BitPortabilityProblems="false" 56 56 DebugInformationFormat="4" 57 57 /> … … 135 135 UsePrecompiledHeader="2" 136 136 WarningLevel="3" 137 Detect64BitPortabilityProblems=" true"137 Detect64BitPortabilityProblems="false" 138 138 DebugInformationFormat="3" 139 139 /> … … 213 213 UsePrecompiledHeader="2" 214 214 WarningLevel="3" 215 Detect64BitPortabilityProblems=" true"215 Detect64BitPortabilityProblems="false" 216 216 DebugInformationFormat="3" 217 217 /> … … 293 293 UsePrecompiledHeader="2" 294 294 WarningLevel="3" 295 Detect64BitPortabilityProblems=" true"295 Detect64BitPortabilityProblems="false" 296 296 DebugInformationFormat="3" 297 297 /> … … 372 372 UsePrecompiledHeader="2" 373 373 WarningLevel="3" 374 Detect64BitPortabilityProblems=" true"374 Detect64BitPortabilityProblems="false" 375 375 DebugInformationFormat="3" 376 376 /> … … 452 452 UsePrecompiledHeader="2" 453 453 WarningLevel="3" 454 Detect64BitPortabilityProblems=" true"454 Detect64BitPortabilityProblems="false" 455 455 DebugInformationFormat="3" 456 456 /> … … 527 527 Name="VCCLCompilerTool" 528 528 AdditionalIncludeDirectories="../../include" 529 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS "529 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 530 530 RuntimeLibrary="0" 531 531 UsePrecompiledHeader="2" 532 532 WarningLevel="3" 533 Detect64BitPortabilityProblems=" true"533 Detect64BitPortabilityProblems="false" 534 534 DebugInformationFormat="3" 535 535 /> … … 611 611 UsePrecompiledHeader="2" 612 612 WarningLevel="3" 613 Detect64BitPortabilityProblems=" true"613 Detect64BitPortabilityProblems="false" 614 614 DebugInformationFormat="3" 615 615 /> -
modules/CheckWMI/CheckWMI.vcproj
r478588b r0bc9fdd 5 5 Name="CheckWMI" 6 6 ProjectGUID="{05DE66AC-E55C-43B3-849F-7EC695D8B8D0}" 7 RootNamespace="CheckWMI" 7 8 Keyword="Win32Proj" 8 9 TargetFrameworkVersion="131072" … … 52 53 UsePrecompiledHeader="2" 53 54 WarningLevel="3" 54 Detect64BitPortabilityProblems=" true"55 Detect64BitPortabilityProblems="false" 55 56 DebugInformationFormat="4" 56 57 /> … … 135 136 UsePrecompiledHeader="2" 136 137 WarningLevel="3" 137 Detect64BitPortabilityProblems=" true"138 Detect64BitPortabilityProblems="false" 138 139 DebugInformationFormat="3" 139 140 /> … … 214 215 UsePrecompiledHeader="2" 215 216 WarningLevel="3" 216 Detect64BitPortabilityProblems=" true"217 Detect64BitPortabilityProblems="false" 217 218 DebugInformationFormat="3" 218 219 /> … … 295 296 UsePrecompiledHeader="2" 296 297 WarningLevel="3" 297 Detect64BitPortabilityProblems=" true"298 Detect64BitPortabilityProblems="false" 298 299 DebugInformationFormat="3" 299 300 /> … … 375 376 UsePrecompiledHeader="2" 376 377 WarningLevel="3" 377 Detect64BitPortabilityProblems=" true"378 Detect64BitPortabilityProblems="false" 378 379 DebugInformationFormat="3" 379 380 /> … … 456 457 UsePrecompiledHeader="2" 457 458 WarningLevel="3" 458 Detect64BitPortabilityProblems=" true"459 Detect64BitPortabilityProblems="false" 459 460 DebugInformationFormat="3" 460 461 /> … … 532 533 Name="VCCLCompilerTool" 533 534 AdditionalIncludeDirectories="../include;../../include" 534 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS "535 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 535 536 RuntimeLibrary="0" 536 537 UsePrecompiledHeader="2" 537 538 WarningLevel="3" 538 Detect64BitPortabilityProblems=" true"539 Detect64BitPortabilityProblems="false" 539 540 DebugInformationFormat="3" 540 541 /> … … 617 618 UsePrecompiledHeader="2" 618 619 WarningLevel="3" 619 Detect64BitPortabilityProblems=" true"620 Detect64BitPortabilityProblems="false" 620 621 DebugInformationFormat="3" 621 622 /> -
modules/FileLogger/FileLogger.vcproj
r478588b r0bc9fdd 5 5 Name="FileLogger" 6 6 ProjectGUID="{62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}" 7 RootNamespace="FileLogger" 7 8 Keyword="Win32Proj" 8 9 TargetFrameworkVersion="131072" … … 49 50 UsePrecompiledHeader="2" 50 51 WarningLevel="3" 51 Detect64BitPortabilityProblems=" true"52 Detect64BitPortabilityProblems="false" 52 53 DebugInformationFormat="3" 53 54 /> … … 128 129 UsePrecompiledHeader="2" 129 130 WarningLevel="3" 130 Detect64BitPortabilityProblems=" true"131 Detect64BitPortabilityProblems="false" 131 132 DebugInformationFormat="3" 132 133 /> … … 209 210 UsePrecompiledHeader="2" 210 211 WarningLevel="3" 211 Detect64BitPortabilityProblems=" true"212 Detect64BitPortabilityProblems="false" 212 213 DebugInformationFormat="4" 213 214 /> … … 290 291 UsePrecompiledHeader="2" 291 292 WarningLevel="3" 292 Detect64BitPortabilityProblems=" true"293 Detect64BitPortabilityProblems="false" 293 294 DebugInformationFormat="3" 294 295 /> … … 367 368 UsePrecompiledHeader="2" 368 369 WarningLevel="3" 369 Detect64BitPortabilityProblems=" true"370 Detect64BitPortabilityProblems="false" 370 371 DebugInformationFormat="3" 371 372 /> … … 446 447 UsePrecompiledHeader="2" 447 448 WarningLevel="3" 448 Detect64BitPortabilityProblems=" true"449 Detect64BitPortabilityProblems="false" 449 450 DebugInformationFormat="3" 450 451 /> … … 520 521 Name="VCCLCompilerTool" 521 522 AdditionalIncludeDirectories="../include;../../include" 522 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS "523 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 523 524 RuntimeLibrary="0" 524 525 UsePrecompiledHeader="2" 525 526 WarningLevel="3" 526 Detect64BitPortabilityProblems=" true"527 Detect64BitPortabilityProblems="false" 527 528 DebugInformationFormat="3" 528 529 /> … … 603 604 UsePrecompiledHeader="2" 604 605 WarningLevel="3" 605 Detect64BitPortabilityProblems=" true"606 Detect64BitPortabilityProblems="false" 606 607 DebugInformationFormat="3" 607 608 /> -
modules/NRPEListener/NRPEListener.vcproj
r478588b r0bc9fdd 53 53 UsePrecompiledHeader="2" 54 54 WarningLevel="3" 55 Detect64BitPortabilityProblems=" true"55 Detect64BitPortabilityProblems="false" 56 56 DebugInformationFormat="4" 57 57 /> … … 136 136 UsePrecompiledHeader="2" 137 137 WarningLevel="3" 138 Detect64BitPortabilityProblems=" true"138 Detect64BitPortabilityProblems="false" 139 139 DebugInformationFormat="3" 140 140 /> … … 216 216 UsePrecompiledHeader="2" 217 217 WarningLevel="3" 218 Detect64BitPortabilityProblems=" true"218 Detect64BitPortabilityProblems="false" 219 219 DebugInformationFormat="3" 220 220 /> … … 297 297 UsePrecompiledHeader="2" 298 298 WarningLevel="3" 299 Detect64BitPortabilityProblems=" true"299 Detect64BitPortabilityProblems="false" 300 300 DebugInformationFormat="3" 301 301 /> … … 377 377 UsePrecompiledHeader="2" 378 378 WarningLevel="3" 379 Detect64BitPortabilityProblems=" true"379 Detect64BitPortabilityProblems="false" 380 380 DebugInformationFormat="3" 381 381 /> … … 457 457 UsePrecompiledHeader="2" 458 458 WarningLevel="3" 459 Detect64BitPortabilityProblems=" true"459 Detect64BitPortabilityProblems="false" 460 460 DebugInformationFormat="3" 461 461 /> … … 536 536 UsePrecompiledHeader="2" 537 537 WarningLevel="3" 538 Detect64BitPortabilityProblems=" true"538 Detect64BitPortabilityProblems="false" 539 539 DebugInformationFormat="3" 540 540 /> … … 616 616 UsePrecompiledHeader="2" 617 617 WarningLevel="3" 618 Detect64BitPortabilityProblems=" true"618 Detect64BitPortabilityProblems="false" 619 619 DebugInformationFormat="3" 620 620 /> -
modules/NSClientListener/NSClientListener.vcproj
r478588b r0bc9fdd 5 5 Name="NSClientListener" 6 6 ProjectGUID="{08D6246D-1B4A-47A3-965D-296DCC54A4E8}" 7 RootNamespace="NSClientListener" 7 8 Keyword="Win32Proj" 8 9 TargetFrameworkVersion="131072" … … 52 53 UsePrecompiledHeader="2" 53 54 WarningLevel="3" 54 Detect64BitPortabilityProblems=" true"55 Detect64BitPortabilityProblems="false" 55 56 DebugInformationFormat="4" 56 57 /> … … 134 135 UsePrecompiledHeader="2" 135 136 WarningLevel="3" 136 Detect64BitPortabilityProblems=" true"137 Detect64BitPortabilityProblems="false" 137 138 DebugInformationFormat="3" 138 139 /> … … 212 213 UsePrecompiledHeader="2" 213 214 WarningLevel="3" 214 Detect64BitPortabilityProblems=" true"215 Detect64BitPortabilityProblems="false" 215 216 DebugInformationFormat="3" 216 217 /> … … 292 293 UsePrecompiledHeader="2" 293 294 WarningLevel="3" 294 Detect64BitPortabilityProblems=" true"295 Detect64BitPortabilityProblems="false" 295 296 DebugInformationFormat="3" 296 297 /> … … 371 372 UsePrecompiledHeader="2" 372 373 WarningLevel="3" 373 Detect64BitPortabilityProblems=" true"374 Detect64BitPortabilityProblems="false" 374 375 DebugInformationFormat="3" 375 376 /> … … 451 452 UsePrecompiledHeader="2" 452 453 WarningLevel="3" 453 Detect64BitPortabilityProblems=" true"454 Detect64BitPortabilityProblems="false" 454 455 DebugInformationFormat="3" 455 456 /> … … 526 527 Name="VCCLCompilerTool" 527 528 AdditionalIncludeDirectories="../include;../../include" 528 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS "529 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 529 530 RuntimeLibrary="0" 530 531 UsePrecompiledHeader="2" 531 532 WarningLevel="3" 532 Detect64BitPortabilityProblems=" true"533 Detect64BitPortabilityProblems="false" 533 534 DebugInformationFormat="3" 534 535 /> … … 610 611 UsePrecompiledHeader="2" 611 612 WarningLevel="3" 612 Detect64BitPortabilityProblems=" true"613 Detect64BitPortabilityProblems="false" 613 614 DebugInformationFormat="3" 614 615 /> -
modules/RemoteConfiguration/RemoteConfiguration.vcproj
r478588b r0bc9fdd 5 5 Name="RemoteConfiguration" 6 6 ProjectGUID="{626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}" 7 RootNamespace="RemoteConfiguration" 7 8 Keyword="Win32Proj" 8 9 TargetFrameworkVersion="131072" … … 52 53 UsePrecompiledHeader="2" 53 54 WarningLevel="3" 54 Detect64BitPortabilityProblems=" true"55 Detect64BitPortabilityProblems="false" 55 56 DebugInformationFormat="4" 56 57 /> … … 133 134 UsePrecompiledHeader="2" 134 135 WarningLevel="3" 135 Detect64BitPortabilityProblems=" true"136 Detect64BitPortabilityProblems="false" 136 137 DebugInformationFormat="3" 137 138 /> … … 210 211 UsePrecompiledHeader="2" 211 212 WarningLevel="3" 212 Detect64BitPortabilityProblems=" true"213 Detect64BitPortabilityProblems="false" 213 214 DebugInformationFormat="3" 214 215 /> … … 289 290 UsePrecompiledHeader="2" 290 291 WarningLevel="3" 291 Detect64BitPortabilityProblems=" true"292 Detect64BitPortabilityProblems="false" 292 293 DebugInformationFormat="3" 293 294 /> … … 367 368 UsePrecompiledHeader="2" 368 369 WarningLevel="3" 369 Detect64BitPortabilityProblems=" true"370 Detect64BitPortabilityProblems="false" 370 371 DebugInformationFormat="3" 371 372 /> … … 446 447 UsePrecompiledHeader="2" 447 448 WarningLevel="3" 448 Detect64BitPortabilityProblems=" true"449 Detect64BitPortabilityProblems="false" 449 450 DebugInformationFormat="3" 450 451 /> … … 520 521 Name="VCCLCompilerTool" 521 522 AdditionalIncludeDirectories="../include;../../include" 522 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS "523 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS" 523 524 RuntimeLibrary="0" 524 525 UsePrecompiledHeader="2" 525 526 WarningLevel="3" 526 Detect64BitPortabilityProblems=" true"527 Detect64BitPortabilityProblems="false" 527 528 DebugInformationFormat="3" 528 529 /> … … 603 604 UsePrecompiledHeader="2" 604 605 WarningLevel="3" 605 Detect64BitPortabilityProblems=" true"606 Detect64BitPortabilityProblems="false" 606 607 DebugInformationFormat="3" 607 608 /> -
modules/SysTray/SysTray.vcproj
r478588b r0bc9fdd 5 5 Name="SysTray" 6 6 ProjectGUID="{BBFF8362-C626-4838-B0A2-F695D638AD24}" 7 RootNamespace="SysTray" 7 8 Keyword="Win32Proj" 8 9 TargetFrameworkVersion="131072" … … 49 50 UsePrecompiledHeader="2" 50 51 WarningLevel="3" 51 Detect64BitPortabilityProblems=" true"52 Detect64BitPortabilityProblems="false" 52 53 DebugInformationFormat="3" 53 54 /> … … 128 129 UsePrecompiledHeader="2" 129 130 WarningLevel="3" 130 Detect64BitPortabilityProblems=" true"131 Detect64BitPortabilityProblems="false" 131 132 DebugInformationFormat="3" 132 133 /> … … 209 210 UsePrecompiledHeader="2" 210 211 WarningLevel="3" 211 Detect64BitPortabilityProblems=" true"212 Detect64BitPortabilityProblems="false" 212 213 DebugInformationFormat="4" 213 214 /> … … 287 288 UsePrecompiledHeader="2" 288 289 WarningLevel="3" 289 Detect64BitPortabilityProblems=" true"290 Detect64BitPortabilityProblems="false" 290 291 DebugInformationFormat="3" 291 292 /> … … 361 362 UsePrecompiledHeader="2" 362 363 WarningLevel="3" 363 Detect64BitPortabilityProblems=" true"364 Detect64BitPortabilityProblems="false" 364 365 DebugInformationFormat="3" 365 366 /> … … 440 441 UsePrecompiledHeader="2" 441 442 WarningLevel="3" 442 Detect64BitPortabilityProblems=" true"443 Detect64BitPortabilityProblems="false" 443 444 DebugInformationFormat="3" 444 445 /> … … 514 515 Name="VCCLCompilerTool" 515 516 AdditionalIncludeDirectories="../include;../../include" 516 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS "517 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 517 518 RuntimeLibrary="0" 518 519 UsePrecompiledHeader="2" 519 520 WarningLevel="3" 520 Detect64BitPortabilityProblems=" true"521 Detect64BitPortabilityProblems="false" 521 522 DebugInformationFormat="3" 522 523 /> … … 597 598 UsePrecompiledHeader="2" 598 599 WarningLevel="3" 599 Detect64BitPortabilityProblems=" true"600 Detect64BitPortabilityProblems="false" 600 601 DebugInformationFormat="3" 601 602 />
Note: See TracChangeset
for help on using the changeset viewer.








