umbraco.presentation.targets: Fixed path for 'ProjOutputDir'.

This commit is contained in:
leekelleher
2012-07-03 15:46:23 -01:00
parent 6e0c4b7fdb
commit 5ce472b681

View File

@@ -19,7 +19,7 @@
<PropertyGroup>
<ProjDir>$(SolutionRootFolder)umbraco.presentation\</ProjDir>
<ProjOutputDir>$(WebProjectOutputDir)</ProjOutputDir>
<ProjOutputDir>$(WebProjectOutputDir)\</ProjOutputDir>
<WebConfigSource>web.Template.$(ConfigEnvironment)$(Configuration).config</WebConfigSource>
</PropertyGroup>