SEBWIN-219: Second attempt at fixing post-build errors.

This commit is contained in:
dbuechel 2018-02-15 07:56:58 +01:00
parent 5d35e46c42
commit 768d081e66

View file

@ -164,7 +164,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(SolutionDir)SafeExamBrowser.Client\bin\$(PlatformName)\$(ConfigurationName)" "$(ProjectDir)\bin\$(PlatformName)\$(ConfigurationName)" /e /y</PostBuildEvent>
<PostBuildEvent>xcopy "$(SolutionDir)SafeExamBrowser.Client\bin\$(PlatformName)\$(ConfigurationName)" "$(ProjectDir)bin\$(PlatformName)\$(ConfigurationName)" /e /y</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>