~ubuntu-branches/ubuntu/wily/wxwidgets3.0/wily-proposed

« back to all changes in this revision

Viewing changes to samples/text/text_vc8.vcproj

  • Committer: Package Import Robot
  • Author(s): Olly Betts, Olly Betts, Christian Beier
  • Date: 2014-10-07 13:12:10 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141007131210-3oyq1x092j6fd8ib
Tags: 3.0.2-1
[ Olly Betts ]

* New upstream release:
  - wxTR_EDIT_LABELS now works again.  (Closes: #762134)
* Disable gcc4.9-workaround.patch, as GCC is now fixed in jessie and this
  bug is new in 4.9 so wheezy was never affected.

[ Christian Beier ]

* debian/control.in: Add BD on libnotify-dev to enable use of libnotify.
  (Closes: #745887)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                <Platform
17
17
                        Name="Win32"
18
18
                />
 
19
                <Platform
 
20
                        Name="x64"
 
21
                />
19
22
        </Platforms>
20
23
        <ToolFiles>
21
24
                
407
410
                                Name="VCPostBuildEventTool"
408
411
                        />
409
412
                </Configuration>
 
413
                <Configuration
 
414
                        Name="Debug|x64"
 
415
                        OutputDirectory="vc_mswud_x64"
 
416
                        IntermediateDirectory="vc_mswud_x64\text"
 
417
                        ConfigurationType="1"
 
418
                        UseOfMFC="0"
 
419
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
420
                        CharacterSet="1"
 
421
                        >
 
422
                        <Tool
 
423
                                Name="VCPreBuildEventTool"
 
424
                        />
 
425
                        <Tool
 
426
                                Name="VCCustomBuildTool"
 
427
                        />
 
428
                        <Tool
 
429
                                Name="VCXMLDataGeneratorTool"
 
430
                        />
 
431
                        <Tool
 
432
                                Name="VCWebServiceProxyGeneratorTool"
 
433
                        />
 
434
                        <Tool
 
435
                                Name="VCMIDLTool"
 
436
                                PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
 
437
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_lib\mswud;.\..\..\include;.;.\..\..\samples"
 
438
                        />
 
439
                        <Tool
 
440
                                Name="VCCLCompilerTool"
 
441
                                Optimization="0"
 
442
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_lib\mswud;.\..\..\include;.;.\..\..\samples"
 
443
                                PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
 
444
                                MinimalRebuild="true"
 
445
                                ExceptionHandling="1"
 
446
                                BasicRuntimeChecks="3"
 
447
                                RuntimeLibrary="3"
 
448
                                BufferSecurityCheck="true"
 
449
                                RuntimeTypeInfo="true"
 
450
                                ObjectFile="vc_mswud_x64\text\"
 
451
                                ProgramDataBaseFileName="vc_mswud_x64\text.pdb"
 
452
                                WarningLevel="4"
 
453
                                SuppressStartupBanner="true"
 
454
                                Detect64BitPortabilityProblems="true"
 
455
                                DebugInformationFormat="3"
 
456
                        />
 
457
                        <Tool
 
458
                                Name="VCManagedResourceCompilerTool"
 
459
                        />
 
460
                        <Tool
 
461
                                Name="VCResourceCompilerTool"
 
462
                                PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
 
463
                                Culture="1033"
 
464
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_lib\mswud;.\..\..\include;.;.\..\..\samples"
 
465
                        />
 
466
                        <Tool
 
467
                                Name="VCPreLinkEventTool"
 
468
                        />
 
469
                        <Tool
 
470
                                Name="VCLinkerTool"
 
471
                                AdditionalOptions=""
 
472
                                AdditionalDependencies="wxmsw30ud_core.lib  wxbase30ud.lib    wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
 
473
                                OutputFile="vc_mswud_x64\text.exe"
 
474
                                LinkIncremental="2"
 
475
                                SuppressStartupBanner="true"
 
476
                                AdditionalLibraryDirectories=".\..\..\lib\vc_x64_lib"
 
477
                                GenerateManifest="true"
 
478
                                GenerateDebugInformation="true"
 
479
                                ProgramDatabaseFile="vc_mswud_x64\text.pdb"
 
480
                                SubSystem="2"
 
481
                                TargetMachine="17"
 
482
                        />
 
483
                        <Tool
 
484
                                Name="VCALinkTool"
 
485
                        />
 
486
                        <Tool
 
487
                                Name="VCManifestTool"
 
488
                        />
 
489
                        <Tool
 
490
                                Name="VCXDCMakeTool"
 
491
                        />
 
492
                        <Tool
 
493
                                Name="VCBscMakeTool"
 
494
                                OutputFile="vc_mswud_x64\text_vc8.bsc"
 
495
                                SuppressStartupBanner="true"
 
496
                        />
 
497
                        <Tool
 
498
                                Name="VCFxCopTool"
 
499
                        />
 
500
                        <Tool
 
501
                                Name="VCAppVerifierTool"
 
502
                        />
 
503
                        <Tool
 
504
                                Name="VCWebDeploymentTool"
 
505
                        />
 
506
                        <Tool
 
507
                                Name="VCPostBuildEventTool"
 
508
                        />
 
509
                </Configuration>
 
510
                <Configuration
 
511
                        Name="Release|x64"
 
512
                        OutputDirectory="vc_mswu_x64"
 
513
                        IntermediateDirectory="vc_mswu_x64\text"
 
514
                        ConfigurationType="1"
 
515
                        UseOfMFC="0"
 
516
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
517
                        CharacterSet="1"
 
518
                        >
 
519
                        <Tool
 
520
                                Name="VCPreBuildEventTool"
 
521
                        />
 
522
                        <Tool
 
523
                                Name="VCCustomBuildTool"
 
524
                        />
 
525
                        <Tool
 
526
                                Name="VCXMLDataGeneratorTool"
 
527
                        />
 
528
                        <Tool
 
529
                                Name="VCWebServiceProxyGeneratorTool"
 
530
                        />
 
531
                        <Tool
 
532
                                Name="VCMIDLTool"
 
533
                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
 
534
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_lib\mswu;.\..\..\include;.;.\..\..\samples"
 
535
                        />
 
536
                        <Tool
 
537
                                Name="VCCLCompilerTool"
 
538
                                Optimization="2"
 
539
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_lib\mswu;.\..\..\include;.;.\..\..\samples"
 
540
                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
 
541
                                ExceptionHandling="1"
 
542
                                RuntimeLibrary="2"
 
543
                                RuntimeTypeInfo="true"
 
544
                                ObjectFile="vc_mswu_x64\text\"
 
545
                                ProgramDataBaseFileName="vc_mswu_x64\text.pdb"
 
546
                                WarningLevel="4"
 
547
                                SuppressStartupBanner="true"
 
548
                                Detect64BitPortabilityProblems="true"
 
549
                                DebugInformationFormat="3"
 
550
                        />
 
551
                        <Tool
 
552
                                Name="VCManagedResourceCompilerTool"
 
553
                        />
 
554
                        <Tool
 
555
                                Name="VCResourceCompilerTool"
 
556
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
 
557
                                Culture="1033"
 
558
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_lib\mswu;.\..\..\include;.;.\..\..\samples"
 
559
                        />
 
560
                        <Tool
 
561
                                Name="VCPreLinkEventTool"
 
562
                        />
 
563
                        <Tool
 
564
                                Name="VCLinkerTool"
 
565
                                AdditionalOptions=""
 
566
                                AdditionalDependencies="wxmsw30u_core.lib  wxbase30u.lib    wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
 
567
                                OutputFile="vc_mswu_x64\text.exe"
 
568
                                LinkIncremental="1"
 
569
                                SuppressStartupBanner="true"
 
570
                                AdditionalLibraryDirectories=".\..\..\lib\vc_x64_lib"
 
571
                                GenerateManifest="true"
 
572
                                GenerateDebugInformation="true"
 
573
                                ProgramDatabaseFile="vc_mswu_x64\text.pdb"
 
574
                                SubSystem="2"
 
575
                                TargetMachine="17"
 
576
                                OptimizeReferences="2"
 
577
                                EnableCOMDATFolding="2"
 
578
                        />
 
579
                        <Tool
 
580
                                Name="VCALinkTool"
 
581
                        />
 
582
                        <Tool
 
583
                                Name="VCManifestTool"
 
584
                        />
 
585
                        <Tool
 
586
                                Name="VCXDCMakeTool"
 
587
                        />
 
588
                        <Tool
 
589
                                Name="VCBscMakeTool"
 
590
                                OutputFile="vc_mswu_x64\text_vc8.bsc"
 
591
                                SuppressStartupBanner="true"
 
592
                        />
 
593
                        <Tool
 
594
                                Name="VCFxCopTool"
 
595
                        />
 
596
                        <Tool
 
597
                                Name="VCAppVerifierTool"
 
598
                        />
 
599
                        <Tool
 
600
                                Name="VCWebDeploymentTool"
 
601
                        />
 
602
                        <Tool
 
603
                                Name="VCPostBuildEventTool"
 
604
                        />
 
605
                </Configuration>
 
606
                <Configuration
 
607
                        Name="DLL Debug|x64"
 
608
                        OutputDirectory="vc_mswuddll_x64"
 
609
                        IntermediateDirectory="vc_mswuddll_x64\text"
 
610
                        ConfigurationType="1"
 
611
                        UseOfMFC="0"
 
612
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
613
                        CharacterSet="1"
 
614
                        >
 
615
                        <Tool
 
616
                                Name="VCPreBuildEventTool"
 
617
                        />
 
618
                        <Tool
 
619
                                Name="VCCustomBuildTool"
 
620
                        />
 
621
                        <Tool
 
622
                                Name="VCXMLDataGeneratorTool"
 
623
                        />
 
624
                        <Tool
 
625
                                Name="VCWebServiceProxyGeneratorTool"
 
626
                        />
 
627
                        <Tool
 
628
                                Name="VCMIDLTool"
 
629
                                PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
 
630
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswud;.\..\..\include;.;.\..\..\samples"
 
631
                        />
 
632
                        <Tool
 
633
                                Name="VCCLCompilerTool"
 
634
                                Optimization="0"
 
635
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswud;.\..\..\include;.;.\..\..\samples"
 
636
                                PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
 
637
                                MinimalRebuild="true"
 
638
                                ExceptionHandling="1"
 
639
                                BasicRuntimeChecks="3"
 
640
                                RuntimeLibrary="3"
 
641
                                BufferSecurityCheck="true"
 
642
                                RuntimeTypeInfo="true"
 
643
                                ObjectFile="vc_mswuddll_x64\text\"
 
644
                                ProgramDataBaseFileName="vc_mswuddll_x64\text.pdb"
 
645
                                WarningLevel="4"
 
646
                                SuppressStartupBanner="true"
 
647
                                Detect64BitPortabilityProblems="true"
 
648
                                DebugInformationFormat="3"
 
649
                        />
 
650
                        <Tool
 
651
                                Name="VCManagedResourceCompilerTool"
 
652
                        />
 
653
                        <Tool
 
654
                                Name="VCResourceCompilerTool"
 
655
                                PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
 
656
                                Culture="1033"
 
657
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswud;.\..\..\include;.;.\..\..\samples"
 
658
                        />
 
659
                        <Tool
 
660
                                Name="VCPreLinkEventTool"
 
661
                        />
 
662
                        <Tool
 
663
                                Name="VCLinkerTool"
 
664
                                AdditionalOptions=""
 
665
                                AdditionalDependencies="wxmsw30ud_core.lib  wxbase30ud.lib    wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
 
666
                                OutputFile="vc_mswuddll_x64\text.exe"
 
667
                                LinkIncremental="2"
 
668
                                SuppressStartupBanner="true"
 
669
                                AdditionalLibraryDirectories=".\..\..\lib\vc_x64_dll"
 
670
                                GenerateManifest="true"
 
671
                                GenerateDebugInformation="true"
 
672
                                ProgramDatabaseFile="vc_mswuddll_x64\text.pdb"
 
673
                                SubSystem="2"
 
674
                                TargetMachine="17"
 
675
                        />
 
676
                        <Tool
 
677
                                Name="VCALinkTool"
 
678
                        />
 
679
                        <Tool
 
680
                                Name="VCManifestTool"
 
681
                        />
 
682
                        <Tool
 
683
                                Name="VCXDCMakeTool"
 
684
                        />
 
685
                        <Tool
 
686
                                Name="VCBscMakeTool"
 
687
                                OutputFile="vc_mswuddll_x64\text_vc8.bsc"
 
688
                                SuppressStartupBanner="true"
 
689
                        />
 
690
                        <Tool
 
691
                                Name="VCFxCopTool"
 
692
                        />
 
693
                        <Tool
 
694
                                Name="VCAppVerifierTool"
 
695
                        />
 
696
                        <Tool
 
697
                                Name="VCWebDeploymentTool"
 
698
                        />
 
699
                        <Tool
 
700
                                Name="VCPostBuildEventTool"
 
701
                        />
 
702
                </Configuration>
 
703
                <Configuration
 
704
                        Name="DLL Release|x64"
 
705
                        OutputDirectory="vc_mswudll_x64"
 
706
                        IntermediateDirectory="vc_mswudll_x64\text"
 
707
                        ConfigurationType="1"
 
708
                        UseOfMFC="0"
 
709
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
710
                        CharacterSet="1"
 
711
                        >
 
712
                        <Tool
 
713
                                Name="VCPreBuildEventTool"
 
714
                        />
 
715
                        <Tool
 
716
                                Name="VCCustomBuildTool"
 
717
                        />
 
718
                        <Tool
 
719
                                Name="VCXMLDataGeneratorTool"
 
720
                        />
 
721
                        <Tool
 
722
                                Name="VCWebServiceProxyGeneratorTool"
 
723
                        />
 
724
                        <Tool
 
725
                                Name="VCMIDLTool"
 
726
                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
 
727
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswu;.\..\..\include;.;.\..\..\samples"
 
728
                        />
 
729
                        <Tool
 
730
                                Name="VCCLCompilerTool"
 
731
                                Optimization="2"
 
732
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswu;.\..\..\include;.;.\..\..\samples"
 
733
                                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
 
734
                                ExceptionHandling="1"
 
735
                                RuntimeLibrary="2"
 
736
                                RuntimeTypeInfo="true"
 
737
                                ObjectFile="vc_mswudll_x64\text\"
 
738
                                ProgramDataBaseFileName="vc_mswudll_x64\text.pdb"
 
739
                                WarningLevel="4"
 
740
                                SuppressStartupBanner="true"
 
741
                                Detect64BitPortabilityProblems="true"
 
742
                                DebugInformationFormat="3"
 
743
                        />
 
744
                        <Tool
 
745
                                Name="VCManagedResourceCompilerTool"
 
746
                        />
 
747
                        <Tool
 
748
                                Name="VCResourceCompilerTool"
 
749
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
 
750
                                Culture="1033"
 
751
                                AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswu;.\..\..\include;.;.\..\..\samples"
 
752
                        />
 
753
                        <Tool
 
754
                                Name="VCPreLinkEventTool"
 
755
                        />
 
756
                        <Tool
 
757
                                Name="VCLinkerTool"
 
758
                                AdditionalOptions=""
 
759
                                AdditionalDependencies="wxmsw30u_core.lib  wxbase30u.lib    wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
 
760
                                OutputFile="vc_mswudll_x64\text.exe"
 
761
                                LinkIncremental="1"
 
762
                                SuppressStartupBanner="true"
 
763
                                AdditionalLibraryDirectories=".\..\..\lib\vc_x64_dll"
 
764
                                GenerateManifest="true"
 
765
                                GenerateDebugInformation="true"
 
766
                                ProgramDatabaseFile="vc_mswudll_x64\text.pdb"
 
767
                                SubSystem="2"
 
768
                                TargetMachine="17"
 
769
                                OptimizeReferences="2"
 
770
                                EnableCOMDATFolding="2"
 
771
                        />
 
772
                        <Tool
 
773
                                Name="VCALinkTool"
 
774
                        />
 
775
                        <Tool
 
776
                                Name="VCManifestTool"
 
777
                        />
 
778
                        <Tool
 
779
                                Name="VCXDCMakeTool"
 
780
                        />
 
781
                        <Tool
 
782
                                Name="VCBscMakeTool"
 
783
                                OutputFile="vc_mswudll_x64\text_vc8.bsc"
 
784
                                SuppressStartupBanner="true"
 
785
                        />
 
786
                        <Tool
 
787
                                Name="VCFxCopTool"
 
788
                        />
 
789
                        <Tool
 
790
                                Name="VCAppVerifierTool"
 
791
                        />
 
792
                        <Tool
 
793
                                Name="VCWebDeploymentTool"
 
794
                        />
 
795
                        <Tool
 
796
                                Name="VCPostBuildEventTool"
 
797
                        />
 
798
                </Configuration>
410
799
        </Configurations>
411
800
        <References>
412
801