Commit ff3081d
[build] Migrate library projects to SDK style + netstandard2.0 (#507)
Migrate most non-unit-test libraries to use the new MSBuild
[Short-Form Project (previously SDK-style projects)][0] format,
targeting [.NET Standard 2.0][1].
Test projects aren't converted yet. (I prefer to do this in smaller
chunks and make sure each part works.)
[0]: https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#additions
[1]: https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support1 parent f5d29c3 commit ff3081d
File tree
19 files changed
+115
-520
lines changed- src
- Java.Interop.Tools.Cecil
- Properties
- Java.Interop.Tools.Diagnostics
- Properties
- Java.Interop.Tools.JavaCallableWrappers
- Properties
- Java.Runtime.Environment
- Properties
- Xamarin.Android.Tools.AnnotationSupport.Cecil
- Xamarin.Android.Tools.AnnotationSupport
- Xamarin.Android.Tools.ApiXmlAdjuster
- Properties
- Xamarin.Android.Tools.Bytecode
- Tests
- tools/generator
19 files changed
+115
-520
lines changedLines changed: 11 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 4 | + | |
13 | 5 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 6 | + | |
| 7 | + | |
18 | 8 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 9 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 10 | + | |
| 11 | + | |
27 | 12 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 13 | | |
| 14 | + | |
32 | 15 | | |
33 | | - | |
| 16 | + | |
| 17 | + | |
34 | 18 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 19 | + | |
53 | 20 | | |
This file was deleted.
Lines changed: 11 additions & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 4 | + | |
13 | 5 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 6 | + | |
| 7 | + | |
18 | 8 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 9 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 10 | + | |
| 11 | + | |
27 | 12 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 13 | | |
| 14 | + | |
32 | 15 | | |
33 | | - | |
| 16 | + | |
34 | 17 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 18 | + | |
| 19 | + | |
Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 18 additions & 46 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 4 | + | |
13 | 5 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 6 | + | |
| 7 | + | |
18 | 8 | | |
19 | 9 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 10 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 11 | + | |
| 12 | + | |
27 | 13 | | |
28 | 14 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 15 | | |
| 16 | + | |
33 | 17 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
43 | 22 | | |
44 | 23 | | |
45 | 24 | | |
46 | 25 | | |
| 26 | + | |
47 | 27 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
60 | 31 | | |
| 32 | + | |
61 | 33 | | |
62 | | - | |
| 34 | + | |
63 | 35 | | |
Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 14 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 4 | + | |
13 | 5 | | |
14 | 6 | | |
| 7 | + | |
| 8 | + | |
15 | 9 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 10 | + | |
| 11 | + | |
20 | 12 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 13 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 14 | + | |
| 15 | + | |
30 | 16 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 17 | | |
| 18 | + | |
36 | 19 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 20 | + | |
51 | 21 | | |
| 22 | + | |
52 | 23 | | |
53 | 24 | | |
54 | 25 | | |
55 | 26 | | |
56 | 27 | | |
57 | | - | |
| 28 | + | |
| 29 | + | |
This file was deleted.
0 commit comments