summaryrefslogtreecommitdiff
path: root/.packages/microsoft.build.traversal/2.0.2
diff options
context:
space:
mode:
authorGleb Balykov <g.balykov@samsung.com>2020-03-10 19:22:08 +0300
committerGleb Balykov <g.balykov@samsung.com>2020-03-25 15:29:17 +0300
commite8fc07ce861be7a724e642dddee9023b2be7b0bb (patch)
treed2c6f7e28c4494d84af36345ded81c52bb63e02f /.packages/microsoft.build.traversal/2.0.2
parentc5d3d752260383fbed72ba2b4d86d82fea673c76 (diff)
downloadcoreclr-e8fc07ce861be7a724e642dddee9023b2be7b0bb.tar.gz
coreclr-e8fc07ce861be7a724e642dddee9023b2be7b0bb.tar.bz2
coreclr-e8fc07ce861be7a724e642dddee9023b2be7b0bb.zip
[Tizen] Add BuildTools v3.1.3
Diffstat (limited to '.packages/microsoft.build.traversal/2.0.2')
-rw-r--r--.packages/microsoft.build.traversal/2.0.2/.nupkg.metadata4
-rwxr-xr-x.packages/microsoft.build.traversal/2.0.2/.signature.p7sbin0 -> 18704 bytes
-rwxr-xr-x.packages/microsoft.build.traversal/2.0.2/LICENSE.txt21
-rwxr-xr-x.packages/microsoft.build.traversal/2.0.2/Sdk/Sdk.props42
-rwxr-xr-x.packages/microsoft.build.traversal/2.0.2/Sdk/Sdk.targets171
-rw-r--r--.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.2.0.2.nupkgbin0 -> 23964 bytes
-rw-r--r--.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.2.0.2.nupkg.sha5121
-rwxr-xr-x.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.nuspec20
8 files changed, 259 insertions, 0 deletions
diff --git a/.packages/microsoft.build.traversal/2.0.2/.nupkg.metadata b/.packages/microsoft.build.traversal/2.0.2/.nupkg.metadata
new file mode 100644
index 0000000000..a0236e11fd
--- /dev/null
+++ b/.packages/microsoft.build.traversal/2.0.2/.nupkg.metadata
@@ -0,0 +1,4 @@
+{
+ "version": 1,
+ "contentHash": "nV3G/hjmeViaEhobtMFBcWoG5hBhjUOMZH59CfAaIZ1SMZ1OwE3fjROdPTYscZ7D6QlWRIszqgku9xhCp5l3DQ=="
+} \ No newline at end of file
diff --git a/.packages/microsoft.build.traversal/2.0.2/.signature.p7s b/.packages/microsoft.build.traversal/2.0.2/.signature.p7s
new file mode 100755
index 0000000000..0a211be388
--- /dev/null
+++ b/.packages/microsoft.build.traversal/2.0.2/.signature.p7s
Binary files differ
diff --git a/.packages/microsoft.build.traversal/2.0.2/LICENSE.txt b/.packages/microsoft.build.traversal/2.0.2/LICENSE.txt
new file mode 100755
index 0000000000..21071075c2
--- /dev/null
+++ b/.packages/microsoft.build.traversal/2.0.2/LICENSE.txt
@@ -0,0 +1,21 @@
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/.packages/microsoft.build.traversal/2.0.2/Sdk/Sdk.props b/.packages/microsoft.build.traversal/2.0.2/Sdk/Sdk.props
new file mode 100755
index 0000000000..a795639a68
--- /dev/null
+++ b/.packages/microsoft.build.traversal/2.0.2/Sdk/Sdk.props
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Licensed under the MIT license.
+-->
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <PropertyGroup>
+ <UsingMicrosoftTraversalSdk>true</UsingMicrosoftTraversalSdk>
+ </PropertyGroup>
+
+ <Import Project="$(CustomBeforeTraversalProps)" Condition=" '$(CustomBeforeTraversalProps)' != '' And Exists('$(CustomBeforeTraversalProps)') " />
+
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition=" '$(MicrosoftCommonPropsHasBeenImported)' != 'true' And Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props') "/>
+
+ <PropertyGroup>
+ <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+
+ <!--
+ A list of project names that are considered traversal projects. Add to this list if you name your projects something other than "dirs.proj"
+ -->
+ <TraversalProjectNames Condition=" '$(TraversalProjectNames)' == '' ">dirs.proj</TraversalProjectNames>
+
+ <IsTraversal Condition=" '$(IsTraversal)' == '' And $(TraversalProjectNames.IndexOf($(MSBuildProjectFile), System.StringComparison.OrdinalIgnoreCase)) >= 0 ">true</IsTraversal>
+ </PropertyGroup>
+
+ <ItemDefinitionGroup Condition=" '$(TraversalDoNotReferenceOutputAssemblies)' != 'false' ">
+ <ProjectReference>
+ <!--
+ Setting ReferenceOutputAssembly skips adding the outputs of the referenced project to an item
+ -->
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <!--
+ Setting SkipGetTargetFrameworkProperties skips target framework cross-project validation in NuGet
+ -->
+ <SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
+ </ProjectReference>
+ </ItemDefinitionGroup>
+
+ <Import Project="$(CustomAfterTraversalProps)" Condition=" '$(CustomAfterTraversalProps)' != '' And Exists('$(CustomAfterTraversalProps)') " />
+</Project> \ No newline at end of file
diff --git a/.packages/microsoft.build.traversal/2.0.2/Sdk/Sdk.targets b/.packages/microsoft.build.traversal/2.0.2/Sdk/Sdk.targets
new file mode 100755
index 0000000000..7446470175
--- /dev/null
+++ b/.packages/microsoft.build.traversal/2.0.2/Sdk/Sdk.targets
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Licensed under the MIT license.
+-->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <Import Project="$(CustomBeforeTraversalTargets)" Condition=" '$(CustomBeforeTraversalTargets)' != '' And Exists('$(CustomBeforeTraversalTargets)') " />
+
+ <PropertyGroup Condition=" '$(OutputPath)' == '' ">
+ <!--
+ OutputPath is required to be set because targets like Clean will read it. Traversal projects shouldn't really emit any
+ output but it could be hard to track down all of the places where $(OutputPath) and $(OutDir) are expected to be set.
+ -->
+ <OutputPath Condition=" '$(Configuration)' == '' And '$(Platform)' == '' ">bin\Debug\</OutputPath>
+ <OutputPath Condition=" '$(Configuration)' != '' And '$(Platform)' == '' ">bin\$(Configuration)\</OutputPath>
+ <OutputPath Condition=" '$(Configuration)' != '' And '$(Platform)' != '' ">bin\$(Configuration)\$(Platform)\</OutputPath>
+ </PropertyGroup>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition=" Exists('$(MSBuildToolsPath)\Microsoft.Common.targets') " />
+
+ <ItemGroup>
+ <ProjectReferenceTargets Remove="@(ProjectReferenceTargets)" />
+
+ <ProjectReferenceTargets Include="Build" Targets=".default" />
+ <ProjectReferenceTargets Include="Clean" Targets="Clean" />
+ <ProjectReferenceTargets Include="Test" Targets="Test" />
+ <ProjectReferenceTargets Include="VSTest" Targets="VSTest" />
+ <ProjectReferenceTargets Include="Publish" Targets="Publish" />
+ <ProjectReferenceTargets Include="Pack" Targets="Pack" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+ <!--
+ Set by Microsoft.Common.targets, some targets must be removed while others are left as standard extension mechanisms.
+ -->
+ <CoreBuildDependsOn>
+ BuildOnlySettings;
+ PrepareForBuild;
+ PreBuildEvent;
+ ResolveReferences;
+ PostBuildEvent
+ </CoreBuildDependsOn>
+
+ <PrepareForBuildDependsOn></PrepareForBuildDependsOn>
+
+ <ResolveReferencesDependsOn>
+ BeforeResolveReferences;
+ AfterResolveReferences
+ </ResolveReferencesDependsOn>
+
+ <TestDependsOn>
+ Build
+ </TestDependsOn>
+
+ <VSTestDependsOn>
+ Build
+ </VSTestDependsOn>
+
+ <CleanDependsOn>
+ BeforeClean;
+ UnmanagedUnregistration;
+ CoreClean;
+ PrepareProjectReferences;
+ CleanPublishFolder;
+ AfterClean
+ </CleanDependsOn>
+
+ <PackDependsOn>
+ ResolveReferences;
+ </PackDependsOn>
+
+ <PublishDependsOn>
+ Build;
+ </PublishDependsOn>
+ </PropertyGroup>
+
+ <ItemGroup Condition=" '$(TraversalTranslateProjectFileItems)' != 'false' ">
+ <!--
+ Translate the ProjectFile items by moving them to ProjectReference items instead.
+ -->
+ <ProjectReference Include="@(ProjectFile)" />
+
+ <ProjectFile Remove="@(ProjectFile)" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Update="@(ProjectReference)"
+ AdditionalProperties="$(TraversalGlobalProperties)" />
+ </ItemGroup>
+
+ <ItemGroup Condition=" '$(TraversalRemoveCurrentProject)' != 'false' ">
+ <!--
+ Remove the dirs.proj in case the user accidentally included it through a glob like **\*.*proj. Otherwise
+ every user has to have an Exclude="$(MSBuildProjectFullPath)".
+ -->
+ <ProjectReference Remove="$(MSBuildProjectFullPath)" />
+ </ItemGroup>
+
+ <Target Name="PrepareForBuild"
+ DependsOnTargets="$(PrepareForBuildDependsOn)" />
+
+ <Target Name="Build"
+ DependsOnTargets="$(BuildDependsOn)"
+ Condition=" '$(IsGraphBuild)' != 'true' " >
+ <MSBuild Projects="@(ProjectReference)"
+ BuildInParallel="$(BuildInParallel)"
+ SkipNonexistentProjects="$(SkipNonexistentProjects)"
+ SkipNonexistentTargets="$(SkipNonexistentTargets)" />
+ </Target>
+
+ <Target Name="Clean"
+ DependsOnTargets="$(CleanDependsOn)"
+ Condition=" '$(IsGraphBuild)' != 'true' ">
+ <MSBuild Projects="@(ProjectReference)"
+ Targets="Clean"
+ BuildInParallel="$(BuildInParallel)"
+ SkipNonexistentProjects="$(SkipNonexistentProjects)"
+ SkipNonexistentTargets="$(SkipNonexistentTargets)" />
+ </Target>
+
+ <Target Name="Test"
+ DependsOnTargets="$(TestDependsOn)"
+ Condition=" '$(IsGraphBuild)' != 'true' ">
+ <MSBuild Projects="@(ProjectReference)"
+ Targets="Test"
+ BuildInParallel="$(BuildInParallel)"
+ SkipNonexistentProjects="$(SkipNonexistentProjects)"
+ SkipNonexistentTargets="$(SkipNonexistentTargets)" />
+ </Target>
+
+ <Target Name="VSTest"
+ DependsOnTargets="$(VSTestDependsOn)"
+ Condition=" '$(IsGraphBuild)' != 'true' ">
+ <MSBuild Projects="@(ProjectReference)"
+ Targets="VSTest"
+ BuildInParallel="$(BuildInParallel)"
+ SkipNonexistentProjects="$(SkipNonexistentProjects)"
+ SkipNonexistentTargets="$(SkipNonexistentTargets)" />
+ </Target>
+
+ <Target Name="Pack"
+ DependsOnTargets="$(PackDependsOn)"
+ Condition=" '$(IsGraphBuild)' != 'true' ">
+ <MSBuild Projects="@(ProjectReference)"
+ Targets="Pack"
+ BuildInParallel="$(BuildInParallel)"
+ SkipNonexistentProjects="$(SkipNonexistentProjects)"
+ SkipNonexistentTargets="$(SkipNonexistentTargets)" />
+ </Target>
+
+ <Target Name="Publish"
+ DependsOnTargets="$(PublishDependsOn)"
+ Condition=" '$(IsGraphBuild)' != 'true' ">
+ <MSBuild Projects="@(ProjectReference)"
+ Properties="$(TraversalPublishGlobalProperties)"
+ Targets="Publish"
+ BuildInParallel="$(BuildInParallel)"
+ SkipNonexistentProjects="$(SkipNonexistentProjects)"
+ SkipNonexistentTargets="$(SkipNonexistentTargets)" />
+ </Target>
+
+ <!--
+ Traversal projects do not build anything and should not check for invalid configuration/platform.
+ -->
+ <Target Name="_CheckForInvalidConfigurationAndPlatform" />
+
+ <Import Project="$(CustomAfterTraversalTargets)" Condition=" '$(CustomAfterTraversalTargets)' != '' And Exists('$(CustomAfterTraversalTargets)') " />
+</Project> \ No newline at end of file
diff --git a/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.2.0.2.nupkg b/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.2.0.2.nupkg
new file mode 100644
index 0000000000..c975426be4
--- /dev/null
+++ b/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.2.0.2.nupkg
Binary files differ
diff --git a/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.2.0.2.nupkg.sha512 b/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.2.0.2.nupkg.sha512
new file mode 100644
index 0000000000..6665fe9bd7
--- /dev/null
+++ b/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.2.0.2.nupkg.sha512
@@ -0,0 +1 @@
+7+SpygW+WWftSat9/Cb5XPc4zTovSObhDVSHa3XafLXHd4OF1h43L/7hKX4w+AuM84j/KvHe2eE9YgHbnSabzQ== \ No newline at end of file
diff --git a/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.nuspec b/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.nuspec
new file mode 100755
index 0000000000..a2e60b0d50
--- /dev/null
+++ b/.packages/microsoft.build.traversal/2.0.2/microsoft.build.traversal.nuspec
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>Microsoft.Build.Traversal</id>
+ <version>2.0.2</version>
+ <authors>Microsoft</authors>
+ <owners>Microsoft</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <license type="file">LICENSE.txt</license>
+ <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
+ <projectUrl>https://github.com/Microsoft/MSBuildSdks</projectUrl>
+ <iconUrl>https://github.com/Microsoft/msbuild/raw/master/branding/MSBuild-NuGet-Icon.png</iconUrl>
+ <description>Provides MSBuild traversal logic.</description>
+ <copyright>© Microsoft Corporation. All rights reserved.</copyright>
+ <tags>MSBuild MSBuildSdk traversal dirs</tags>
+ <packageTypes>
+ <packageType name="MSBuildSdk" />
+ </packageTypes>
+ </metadata>
+</package> \ No newline at end of file