[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / packages / microsoft.portable.targets / 0.1.1-dev / contentFiles / any / any / Extensions / Microsoft / Portable / v5.0 / Microsoft.Portable.VisualBasic.targets
1 <!--
2 ***********************************************************************************************
3 Microsoft.Portable.VisualBasic.targets
4
5 Contains common properties and targets that are shared by all v5.0 Portable Library VB projects.
6
7 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
8           created a backup copy.  Incorrect changes to this file will make it
9           impossible to load or build your projects from the command-line or the IDE.
10
11 Copyright (C) Microsoft Corporation. All rights reserved.
12 ***********************************************************************************************
13 -->
14
15 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
16
17     <PropertyGroup>
18         <NoConfig>true</NoConfig>
19         <MyType>Empty</MyType>
20     </PropertyGroup>
21
22     <!-- NuGet should add the VB Runtime -->
23
24     <PropertyGroup>
25         <PortableEnableXamlTargets>true</PortableEnableXamlTargets>
26     </PropertyGroup>
27
28     <Import Project="Microsoft.Portable.Common.targets" />
29     <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
30     <Import Project="..\Microsoft.Portable.Core.targets" />
31
32 </Project>