Fixes build on Java/Python projects

These projects still need to be explicitly built, that is, they're not built
via Debug or Release build configurations by default.
This commit is contained in:
snugs
2015-11-11 20:41:21 -05:00
parent b870c55328
commit 7eebece04d
4 changed files with 9 additions and 8 deletions
@@ -616,6 +616,9 @@
<Content Include="Lib\__phello__.foo.py" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>build</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">