diff --git a/NotificationsWeb/NotificationsWeb.csproj b/NotificationsWeb/NotificationsWeb.csproj index 528927c7..8039e6fb 100644 --- a/NotificationsWeb/NotificationsWeb.csproj +++ b/NotificationsWeb/NotificationsWeb.csproj @@ -116,7 +116,7 @@ --> - XCOPY "$(ProjectDir)pages\*.aspx" "$(SolutionDir)OurUmbraco.Site\umbraco\plugins\Notifications\" /y + XCOPY "$(ProjectDir)pages\*.aspx" "$(ProjectDir)..\OurUmbraco.Site\umbraco\plugins\Notifications\" /y \ No newline at end of file diff --git a/our.umbraco.org/our.umbraco.org.csproj b/our.umbraco.org/our.umbraco.org.csproj index 58ec00a5..ac44af30 100644 --- a/our.umbraco.org/our.umbraco.org.csproj +++ b/our.umbraco.org/our.umbraco.org.csproj @@ -307,6 +307,6 @@ --> - XCOPY "$(SolutionDir)\our.umbraco.org\usercontrols\*.ascx" "$(SolutionDir)OurUmbraco.Site\usercontrols\our.umbraco.org" /y + XCOPY "$(ProjectDir)usercontrols\*.ascx" "$(ProjectDir)..\OurUmbraco.Site\usercontrols\our.umbraco.org" /y \ No newline at end of file