summaryrefslogtreecommitdiff
path: root/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker
diff options
context:
space:
mode:
Diffstat (limited to '.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker')
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.props30
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.targets19
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/packageIcon.pngbin0 -> 7006 bytes
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.props39
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.targets28
5 files changed, 116 insertions, 0 deletions
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.props b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.props
new file mode 100644
index 0000000000..837b3ce3c2
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.props
@@ -0,0 +1,30 @@
+<!--
+***********************************************************************************************
+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">
+ <!--
+ Indicate to other targets that Microsoft.NET.Sdk.Worker is being used.
+ -->
+ <PropertyGroup>
+ <UsingMicrosoftNETSdkWorker>true</UsingMicrosoftNETSdkWorker>
+ </PropertyGroup>
+
+ <!-- Default properties that shouldn't be replaced by the microsoft.net.sdk.props -->
+ <PropertyGroup>
+ <DebugSymbols Condition="'$(DebugSymbols)' == ''">true</DebugSymbols>
+ </PropertyGroup>
+
+ <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />
+
+ <Import Project="$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.Worker.props"
+ Condition="Exists('$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.Worker.props')" />
+
+</Project>
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.targets b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.targets
new file mode 100644
index 0000000000..fe2d86d5f0
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.targets
@@ -0,0 +1,19 @@
+<!--
+***********************************************************************************************
+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 Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
+
+ <Import Project="$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.Worker.targets"
+ Condition="Exists('$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.Worker.targets')" />
+
+</Project>
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/packageIcon.png b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/packageIcon.png
new file mode 100644
index 0000000000..a0f1fdbf4d
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/packageIcon.png
Binary files differ
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.props b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.props
new file mode 100644
index 0000000000..224a12c556
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.props
@@ -0,0 +1,39 @@
+<!--
+***********************************************************************************************
+Microsoft.NET.Sdk.Worker.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>
+ <IsPackable Condition="'$(IsPackable)' == ''">false</IsPackable>
+ </PropertyGroup>
+
+ <ItemGroup Condition=" '$(EnableDefaultItems)' == 'true' And '$(EnableDefaultContentItems)' == 'true' ">
+ <!-- Publish all JSON and config files -->
+ <Content Include="**\*.config" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="PreserveNewest" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
+ <Content Include="**\*.json" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="PreserveNewest" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
+
+ <!-- Set CopyToOutputDirectory and CopyToPublishDirectory to Never for items under AppDesignerFolder ("Properties", by default) to avoid publishing launchSettings.json -->
+ <Content Update="$(AppDesignerFolder)\**" CopyToOutputDirectory="Never" CopyToPublishDirectory="Never" Condition="'$(AppDesignerFolder)' != ''"/>
+
+ <!-- Remove Content items from other item types -->
+ <None Remove="**\*.json;**\*.config" />
+
+ <!-- Keep track of the default content items for later to distinguish them from newly generated content items -->
+ <_ContentIncludedByDefault Include="@(Content)" />
+
+ </ItemGroup>
+
+</Project>
+
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.targets b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.targets
new file mode 100644
index 0000000000..8816f8d7b1
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.targets
@@ -0,0 +1,28 @@
+<!--
+***********************************************************************************************
+Microsoft.NET.Sdk.Worker.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">
+
+ <PropertyGroup>
+ <EnableDefaultContentItems Condition=" '$(EnableDefaultContentItems)' == '' ">true</EnableDefaultContentItems>
+ <RunWorkingDirectory Condition=" '$(RunWorkingDirectory)' == '' and '$(EnableDefaultRunWorkingDirectory)' != 'false' ">$(MSBuildProjectDirectory)</RunWorkingDirectory>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectCapability Include="DotNetCoreWorker" />
+ <ProjectCapability Include="SupportHierarchyContextSvc" />
+ <ProjectCapability Include="DynamicDependentFile" />
+ <ProjectCapability Include="DynamicFileNesting" />
+ <ProjectCapability Include="LocalUserSecrets" />
+ <ProjectCapability Include="WebNestingDefaults" />
+ </ItemGroup>
+
+</Project>