Commit ba8ac40
committed
[build] $(JavaInteropProfile) now outputs to $(Configuration)Net45 folder
This allows us to have two sets of outputs:
- bin/Debug/Java.Interop.dll - referenced by MSBuild tasks
- bin/DebugNet45/Java.Interop.dll - referenced by Mono.Android.dll and apps
Other changes:
- Fixed warning where file was getting imported twice
- Updated `.gitignore` for `*.binlog` files1 parent bc1a818 commit ba8ac40
File tree
3 files changed
+10
-4
lines changed- src/Java.Interop
3 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
0 commit comments