Skip to content

Commit

Permalink
Merge pull request #1202 from Blizzard/file_name
Browse files Browse the repository at this point in the history
Support %{file.name} token in VS
  • Loading branch information
samsinsane committed Dec 5, 2018
2 parents 6fc0497 + f898eb3 commit 0f0c1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vstudio/vs2010.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
["file.directory"] = { absolute = true, token = "%(RootDir)%(Directory)" },
["file.reldirectory"] = { absolute = false, token = "%(RelativeDir)" },
["file.extension"] = { absolute = false, token = "%(Extension)" },
["file.name"] = { absolute = false, token = "%(Filename)%(Extension)" },
}


Expand Down

0 comments on commit 0f0c1d1

Please sign in to comment.