Skip to content

Commit 010161d

Browse files
authored
[generator] slnf file should use relative path. (#641)
1 parent 942f787 commit 010161d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generator/generator.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "C:\\code\\xamarin-android-backport\\external\\Java.Interop\\Java.Interop.sln",
3+
"path": "..\\..\\Java.Interop.sln",
44
"projects": [
55
"src\\Java.Interop.NamingCustomAttributes\\Java.Interop.NamingCustomAttributes.shproj",
66
"src\\Java.Interop.Tools.Cecil\\Java.Interop.Tools.Cecil.csproj",

0 commit comments

Comments
 (0)