Fix unset ZapRelocationType for fixup (#18589)
[platform/upstream/coreclr.git] / Tools / Microsoft.VisualBasic.CrossTargeting.targets
1 <!--
2 ***********************************************************************************************
3 Microsoft.VisualBasic.CrossTargeting.targets
4
5 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6           created a backup copy.  Incorrect changes to this file will make it
7           impossible to load or build your projects from the command-line or the IDE.
8
9 Copyright (C) Microsoft Corporation. All rights reserved.
10 ***********************************************************************************************
11 -->
12
13 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
14
15   <!-- Import design time targets for Roslyn Project System. These are only available if Visual Studio is installed. -->
16   <!-- Import design time targets before the common crosstargeting targets, which import targets from Nuget. -->
17   <PropertyGroup>
18      <VisualBasicDesignTimeTargetsPath Condition="'$(VisualBasicDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets</VisualBasicDesignTimeTargetsPath>
19   </PropertyGroup>
20   <Import Project="$(VisualBasicDesignTimeTargetsPath)" Condition="'$(VisualBasicDesignTimeTargetsPath)' != '' and Exists('$(VisualBasicDesignTimeTargetsPath)')" />
21
22   <Import Project="Microsoft.Common.CrossTargeting.targets" />
23
24 </Project>