And now all buildevents use projdir :)
This commit is contained in:
@@ -3628,7 +3628,7 @@
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>XCOPY "$(SolutionDir)\dependencies\legacy\*.dll" "$(SolutionDir)OurUmbraco.Site\bin\legacy\" /s /y</PostBuildEvent>
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)..\dependencies\legacy\*.dll" "$(ProjectDir)bin\legacy\" /s /y</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
@@ -124,6 +124,6 @@
|
||||
-->
|
||||
<ProjectExtensions />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)usercontrols\*.ascx" "$(SolutionDir)OurUmbraco.Site\usercontrols\" /y</PostBuildEvent>
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)usercontrols\*.ascx" "$(ProjectDir)..\OurUmbraco.Site\usercontrols\" /y</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -119,7 +119,7 @@
|
||||
<ProjectExtensions />
|
||||
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)usercontrols\*.ascx" "$(SolutionDir)OurUmbraco.Site\usercontrols\" /y</PostBuildEvent>
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)usercontrols\*.ascx" "$(ProjectDir)..\OurUmbraco.Site\usercontrols\" /y</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
+1
-1
@@ -99,7 +99,7 @@
|
||||
-->
|
||||
<ProjectExtensions />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)webservices\*.asmx" "$(SolutionDir)OurUmbraco.Site\umbraco\webservices\api\" /y
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)webservices\*.asmx" "$(ProjectDir)..\OurUmbraco.Site\umbraco\webservices\api\" /y
|
||||
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
|
||||
+1
-1
@@ -119,6 +119,6 @@
|
||||
-->
|
||||
<ProjectExtensions />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)usercontrols\*.ascx" "$(SolutionDir)OurUmbraco.Site\usercontrols\uWiki\" /y</PostBuildEvent>
|
||||
<PostBuildEvent>XCOPY "$(ProjectDir)usercontrols\*.ascx" "$(ProjectDir)..\OurUmbraco.Site\usercontrols\uWiki\" /y</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user