Update to .NETCore SDK 2.0.0
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0 / Sdks / Microsoft.NET.Sdk.Web.ProjectSystem / build / netstandard1.0 / Microsoft.NET.Sdk.Web.ProjectSystem.targets
1 <!--\r
2 ***********************************************************************************************\r
3 Microsoft.NET.Sdk.Web.ProjectSystem.targets\r
4 \r
5 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have\r
6           created a backup copy.  Incorrect changes to this file will make it\r
7           impossible to load or build your projects from the command-line or the IDE.\r
8 \r
9 Copyright (c) .NET Foundation. All rights reserved. \r
10 ***********************************************************************************************\r
11 -->\r
12 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
13 \r
14   <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets"\r
15           Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets') AND '$(EnableTypeScriptNuGetTarget)' != 'true'"/>\r
16 \r
17   <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.DotNetCore.targets"\r
18           Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.DotNetCore.targets') AND '$(EnableTypeScriptNuGetTarget)' != 'true'"/>\r
19 \r
20   <PropertyGroup>\r
21     <EnableDefaultContentItems Condition=" '$(EnableDefaultContentItems)' == '' ">true</EnableDefaultContentItems>\r
22   </PropertyGroup>\r
23 \r
24   <PropertyGroup>\r
25     <MSBuildWebPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed.Web\</MSBuildWebPath>\r
26     <ActualLangName Condition="Exists('$(MSBuildWebPath)$(LangName)')">$(LangName)</ActualLangName>\r
27     <ActualLangName Condition="'$(ActualLangName)' == ''">en-us</ActualLangName>\r
28   </PropertyGroup>\r
29 \r
30   <!-- Web project capabilities that enables web features for .NET Core projects -->\r
31   <ItemGroup>\r
32     <ProjectCapability Include="DotNetCoreWeb" />\r
33     <ProjectCapability Include="AspNetCore" />\r
34     <ProjectCapability Include="Web" />\r
35     <ProjectCapability Include="SupportHierarchyContextSvc" />\r
36     <ProjectCapability Include="DynamicDependentFile" />    \r
37   </ItemGroup>\r
38 \r
39   <!-- Web specific properties -->\r
40   <ItemGroup>\r
41     <PropertyPageSchema Include="$(MSBuildWebPath)$(ActualLangName)\GeneralBrowseObject.xaml"\r
42                         Condition="Exists('$(MSBuildWebPath)$(ActualLangName)\GeneralBrowseObject.xaml')">\r
43       <Context>BrowseObject</Context>\r
44     </PropertyPageSchema>\r
45   </ItemGroup>\r
46 </Project>