|
|
|
@ -179,6 +179,11 @@ |
|
|
|
</Page> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<PropertyGroup> |
|
|
|
<PostBuildEvent>if $(Configuration)==Debug ( |
|
|
|
xcopy "$(ProjectDir)bin\debug\*.*" "$(ProjectDir)..\ButcherFactory.Login\bin\debug\" /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. |
|
|
|
<Target Name="BeforeBuild"> |
|
|
|
|