forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit9c53f72
committed
Add support for hexadecimal values (like 0xFF) to msbuild property BaseAddress
This was a bug, because loading a project with <BaseAddress>0x06800000</BaseAddress>the property value was silently ignored1 parent67829f1 commit9c53f72
File tree
2 files changed
+36
-21
lines changed- vsintegration/src
- unittests
- vs/FsPkgs/FSharp.Project/Common.Source.CSharp/Project
2 files changed
+36
-21
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
771 | 780 | | |
772 | 781 | | |
773 | 782 | | |
| |||
Lines changed: 27 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2560 | 2560 | | |
2561 | 2561 | | |
2562 | 2562 | | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
| 2573 | + | |
| 2574 | + | |
| 2575 | + | |
| 2576 | + | |
| 2577 | + | |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
2563 | 2581 | | |
2564 | 2582 | | |
2565 | 2583 | | |
| |||
2638 | 2656 | | |
2639 | 2657 | | |
2640 | 2658 | | |
2641 | | - | |
| 2659 | + | |
| 2660 | + | |
2642 | 2661 | | |
2643 | | - | |
2644 | | - | |
2645 | | - | |
2646 | | - | |
2647 | | - | |
2648 | | - | |
2649 | | - | |
2650 | | - | |
2651 | | - | |
2652 | | - | |
2653 | | - | |
2654 | | - | |
2655 | | - | |
2656 | | - | |
2657 | | - | |
2658 | | - | |
2659 | | - | |
2660 | | - | |
2661 | | - | |
2662 | | - | |
| 2662 | + | |
| 2663 | + | |
| 2664 | + | |
| 2665 | + | |
| 2666 | + | |
| 2667 | + | |
| 2668 | + | |
2663 | 2669 | | |
2664 | 2670 | | |
2665 | 2671 | | |
| |||
0 commit comments
Comments
(0)