зеркало из https://github.com/microsoft/PTVS.git
20 строки
667 B
XML
20 строки
667 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!--
|
|
This file defines shims to make builds work correctly without using the entire common targets.
|
|
It should be imported first, before overriding any targets.
|
|
-->
|
|
|
|
<Target Name="AssignProjectConfiguration" />
|
|
|
|
<Target Name="Compile" />
|
|
|
|
<Target Name="Build" DependsOnTargets="Compile" />
|
|
<Target Name="BeforeBuild" BeforeTargets="Build" />
|
|
<Target Name="AfterBuild" AfterTargets="Build" />
|
|
|
|
<Target Name="Clean" />
|
|
<Target Name="BeforeClean" BeforeTargets="Clean" />
|
|
<Target Name="AfterClean" AfterTargets="Clean" />
|
|
|
|
<Target Name="GetNativeManifest" />
|
|
</Project> |