Skip to content

Commit

Permalink
Merge pull request #500 from SLaks/misc-fixes
Browse files Browse the repository at this point in the history
Compilers: Fix #498
  • Loading branch information
madskristensen committed Jan 16, 2014
2 parents 8d5ef8a + f95e479 commit 9eb9faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EditorExtensions/Helpers/ProjectHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ public static ProjectItem AddFileToProject(string parentFileName, string fileNam
{
if (!File.Exists(fileName))
return null;
fileName = Path.GetFullPath(fileName); // WAP projects don't like paths with forward slashes

var item = ProjectHelpers.GetProjectItem(parentFileName);

Expand Down

0 comments on commit 9eb9faa

Please sign in to comment.