Merge pull request #2748 from BugraC/bleed

Csproj BuildEvents problem in both Linux and Windows
This commit is contained in:
Chris Forbes
2013-03-10 19:23:26 -07:00

View File

@@ -460,7 +460,8 @@
<PropertyGroup>
<PostBuildEvent>mkdir "$(SolutionDir)mods/ra/"
copy "$(TargetPath)" "$(SolutionDir)mods/ra/"
copy "thirdparty/FuzzyLogicLibrary.dll" "$(SolutionDir)"
cd "$(SolutionDir)thirdparty/"
copy "FuzzyLogicLibrary.dll" "$(SolutionDir)"
cd "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>