Removed prebuildevent, it was not needed. This should fix travis build.

This commit is contained in:
hondacrx
2017-06-20 15:52:12 -04:00
parent 2f9e4266fa
commit 68e8006ef9
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -270,7 +270,8 @@
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>if not exist "$(TargetDir)Logs" mkdir "$(TargetDir)Logs"</PreBuildEvent>
<PreBuildEvent>
</PreBuildEvent>
</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.