Skip to content

Commit 22fff1d

Browse files
committed
correct launchsettings for editor
1 parent 2525621 commit 22fff1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Intersect.Editor/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"Intersect.Editor": {
44
"commandName": "Project",
5-
"workingDirectory": "..\\assets\\development\\client"
5+
"workingDirectory": "$(ProjectDir)../assets/development/client"
66
}
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)