Skip to content

Commit

Permalink
same
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 8, 2012
1 parent 33e8aa3 commit 1e7d7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FodyVSPackage/ConfigureMenuCallback.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void Configure(Project project)
ExportFodyWeaversXml(project.FullName);
//@"$(SolutionDir)\Tools\Fody\"
var relativePath = PathEx.MakeRelativePath(solutionDirectory, toolsDirectory);
InjectIntoProject(project.FullName, string.Concat(@"$(SolutionDir)\", relativePath));
InjectIntoProject(project.FullName, Path.Combine("$(SolutionDir)", relativePath));
}

string CreateToolsDirectory(string solutionDirectory)
Expand Down

0 comments on commit 1e7d7af

Please sign in to comment.