Commit 42ef7ec
authored
[XABT] Fix Xamarin.Android.Build.Tasks.sln (#9782)
Context: 88e6b60#diff-2c93d15c2ac8814766a0b1136a163bfcd8d1044fa15403fd166b89e364678694L28-R33
This line in the `Xamarin.Android.Build.Tasks.sln` file causes issues with the latest VS (specifically the forward slash):
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src/Microsoft.Android.Sdk.Analysis", "src\Microsoft.Android.Sdk.Analysis", "{51DC774F-F0E2-4D4E-B600-ECA986E6DDEF}"
Visual Studio 17.13+ cannot load the file with this error:
> **Microsoft Visual Studio**
>
> ❌ Names cannot:
> - contain any of the following characters: / ? : \ * " < > |
> - contain control characters
> - be system reserved names, including 'CON', 'AUX', 'PRN', 'COM1', or 'LPT2'
> - be '.' or '..

Remove this duplicate line. While we're here, let's also move the
test projects to a `tests` solution folder to organize the solution
explorer a bit:
1 parent 21c4131 commit 42ef7ec
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 30 | | |
35 | 31 | | |
| 32 | + | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
104 | | - | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments