File size: 970 Bytes
8b2c3bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!--
***********************************************************************************************
This file is deprecated and left here for back compat reasons. It is replaced by Microsoft.Managed.<Before|After>.targets

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->
<Project>

  <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.Before.targets" />

  <!-- Item copied from Microsoft.Common.Currentversion.targets   -->
  <PropertyGroup>
    <_RecursiveTargetForContentCopying>GetCopyToOutputDirectoryItems</_RecursiveTargetForContentCopying>
    <_RecursiveTargetForContentCopying Condition=" '$(MSBuildCopyContentTransitively)' == 'false' ">_GetCopyToOutputDirectoryItemsFromThisProject</_RecursiveTargetForContentCopying>
  </PropertyGroup>

  <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.After.targets" />

</Project>