summaryrefslogtreecommitdiff
path: root/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem
diff options
context:
space:
mode:
Diffstat (limited to '.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem')
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props17
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets17
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/packageIcon.pngbin0 -> 7006 bytes
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props29
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets76
5 files changed, 139 insertions, 0 deletions
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props
new file mode 100644
index 0000000000..0df85cd41d
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props
@@ -0,0 +1,17 @@
+<!--
+***********************************************************************************************
+Sdk.props
+
+WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
+ created a backup copy. Incorrect changes to this file will make it
+ impossible to load or build your projects from the command-line or the IDE.
+
+Copyright (c) .NET Foundation. All rights reserved.
+***********************************************************************************************
+-->
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <Import Project="$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.Web.ProjectSystem.props"
+ Condition="Exists('$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.Web.ProjectSystem.props')" />
+
+</Project>
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets
new file mode 100644
index 0000000000..bfcb94ef70
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets
@@ -0,0 +1,17 @@
+<!--
+***********************************************************************************************
+Sdk.targets
+
+WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
+ created a backup copy. Incorrect changes to this file will make it
+ impossible to load or build your projects from the command-line or the IDE.
+
+Copyright (c) .NET Foundation. All rights reserved.
+***********************************************************************************************
+-->
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <Import Project="$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.Web.ProjectSystem.targets"
+ Condition="Exists('$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.Web.ProjectSystem.targets')" />
+
+</Project>
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/packageIcon.png b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/packageIcon.png
new file mode 100644
index 0000000000..a0f1fdbf4d
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/packageIcon.png
Binary files differ
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props
new file mode 100644
index 0000000000..d57b43c9df
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props
@@ -0,0 +1,29 @@
+<!--
+***********************************************************************************************
+Microsoft.NET.Sdk.Web.ProjectSystem.props
+
+WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
+ created a backup copy. Incorrect changes to this file will make it
+ impossible to load or build your projects from the command-line or the IDE.
+
+Copyright (c) .NET Foundation. All rights reserved.
+***********************************************************************************************
+-->
+
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+
+ <OutputType>Exe</OutputType>
+ <DebugSymbols Condition="'$(DebugSymbols)' == ''">true</DebugSymbols>
+ <DebugType Condition="'$(DebugType)' == ''">pdbonly</DebugType>
+ <GenerateDependencyFile Condition="'$(GenerateDependencyFile)' == ''">true</GenerateDependencyFile>
+ <ServerGarbageCollection>true</ServerGarbageCollection>
+ <IsPackable Condition="'$(IsPackable)' == ''">false</IsPackable>
+ <WarnOnPackingNonPackableProject Condition="'$(WarnOnPackingNonPackableProject)' == '' and '$(IsPackable)' == 'false'">true</WarnOnPackingNonPackableProject>
+ </PropertyGroup>
+
+ <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props"
+ Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')"/>
+
+</Project>
+
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets
new file mode 100644
index 0000000000..f2d9be086d
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets
@@ -0,0 +1,76 @@
+<!--
+***********************************************************************************************
+Microsoft.NET.Sdk.Web.ProjectSystem.targets
+
+WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
+ created a backup copy. Incorrect changes to this file will make it
+ impossible to load or build your projects from the command-line or the IDE.
+
+Copyright (c) .NET Foundation. All rights reserved.
+***********************************************************************************************
+-->
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets"
+ Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets') AND '$(EnableTypeScriptNuGetTarget)' != 'true'"/>
+
+ <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.DotNetCore.targets"
+ Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.DotNetCore.targets') AND '$(EnableTypeScriptNuGetTarget)' != 'true'"/>
+
+ <PropertyGroup>
+ <RunWorkingDirectory Condition=" '$(RunWorkingDirectory)' == '' and '$(EnableDefaultRunWorkingDirectory)' != 'false' ">$(MSBuildProjectDirectory)</RunWorkingDirectory>
+ <MSBuildWebTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed.Web\</MSBuildWebTargetsPath>
+ <AspNetCoreHostingModel Condition="'$(AspNetCoreHostingModel)' == '' And '$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(_TargetFrameworkVersionWithoutV)' != '' And '$(_TargetFrameworkVersionWithoutV)' &gt;= '3.0' ">inprocess</AspNetCoreHostingModel>
+ <AspNetCoreModuleName Condition="'$(AspNetCoreModuleName)' == '' And '$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(_TargetFrameworkVersionWithoutV)' != '' And '$(_TargetFrameworkVersionWithoutV)' &gt;= '3.0' ">AspNetCoreModuleV2</AspNetCoreModuleName>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectCapability Include="DotNetCoreWeb" />
+ <ProjectCapability Include="AspNetCore" />
+ <ProjectCapability Include="Web" />
+ <ProjectCapability Include="AppServicePublish" />
+ </ItemGroup>
+
+ <ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(_TargetFrameworkVersionWithoutV)' != '' And '$(_TargetFrameworkVersionWithoutV)' &gt;= '3.0' ">
+ <ProjectCapability Include="AspNetCoreInProcessHosting" />
+ </ItemGroup>
+
+ <!--
+ Newer versions of Visual Studio ship the designtime related properties in a targets file and all future design time only elements should be added there. If that file does not
+ exist, it falls back to the default set of values defined here.
+ -->
+ <Import Project="$(MSBuildWebTargetsPath)Microsoft.Web.Designtime.targets" Condition="Exists('$(MSBuildWebTargetsPath)Microsoft.Web.Designtime.targets')" />
+
+ <Choose>
+ <When Condition="!Exists('$(MSBuildWebTargetsPath)Microsoft.Web.Designtime.targets')" >
+ <PropertyGroup>
+ <ActualLangName Condition="Exists('$(MSBuildWebTargetsPath)$(LangName)')">$(LangName)</ActualLangName>
+ <ActualLangName Condition="'$(ActualLangName)' == ''">en-us</ActualLangName>
+ </PropertyGroup>
+
+ <!-- Web project capabilities that enables web features in VS for .NET Core projects -->
+ <ItemGroup>
+ <ProjectCapability Include="SupportHierarchyContextSvc" />
+ <ProjectCapability Include="DynamicDependentFile" />
+ <ProjectCapability Include="DynamicFileNesting" />
+
+ <!--
+ Enables UI for managing secret values when Microsoft.Extensions.Configuration.UserSecrets 1.x is referenced.
+ Newer versions of this package include a MSBuild file to set this ProjectCapability, but older versions did not include this.
+ See https://github.com/aspnet/Configuration/blob/9135af4b4e95c080ca4a9f0e91ba5a0b8a561c96/src/Microsoft.Extensions.Configuration.UserSecrets/build/netstandard1.0/Microsoft.Extensions.Configuration.UserSecrets.targets#L10
+ -->
+ <ProjectCapability Include="LocalUserSecrets" Condition=" '$(GenerateUserSecretsAttribute)' == 'true' " />
+
+ </ItemGroup>
+
+ <!-- Web specific properties -->
+ <ItemGroup>
+ <PropertyPageSchema Include="$(MSBuildWebTargetsPath)$(ActualLangName)\GeneralBrowseObject.xaml"
+ Condition="Exists('$(MSBuildWebTargetsPath)$(ActualLangName)\GeneralBrowseObject.xaml')">
+ <Context>BrowseObject</Context>
+ </PropertyPageSchema>
+ </ItemGroup>
+ </When>
+ </Choose>
+
+</Project>