You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
458 B
11 lines
458 B
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<!-- Use Microsoft's VB standard targets --> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" /> |
|
|
|
<PropertyGroup> |
|
<CoreCompileDependsOn>_ComputeNonExistentFileProperty</CoreCompileDependsOn> |
|
</PropertyGroup> |
|
|
|
<!-- Mono imports --> |
|
<Import Project="$(MonoBuildTasksPath)\SharpDevelop.Build.Mono.Vbnc.targets"/> |
|
</Project>
|
|
|