Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
Fix language copy command wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Deliay committed Sep 12, 2017
1 parent e4f4961 commit 3eb772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sync/Sync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy $(SolutionDir)\Language $(ProjectDir)\$(OutDir)\Language\ /s/e/y</PostBuildEvent>
<PostBuildEvent>xcopy $(ProjectDir)\..\Language $(ProjectDir)\$(OutDir)\Language\ /s/e/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.
Expand Down

0 comments on commit 3eb772c

Please sign in to comment.