Skip to content

Commit 3968236

Browse files
jpobstjonpryor
authored andcommitted
[generator] slnf file should use relative path. (#641)
1 parent 67b6f70 commit 3968236

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)