summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.19577.5/sdk/Sdk.props
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.19577.5/sdk/Sdk.props')
-rwxr-xr-x.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.19577.5/sdk/Sdk.props16
1 files changed, 16 insertions, 0 deletions
diff --git a/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.19577.5/sdk/Sdk.props b/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.19577.5/sdk/Sdk.props
new file mode 100755
index 0000000000..2cb4474cb6
--- /dev/null
+++ b/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.19577.5/sdk/Sdk.props
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
+<Project>
+ <PropertyGroup>
+ <!--
+ When the bootstrapper script initializes a repo it restores an empty project that imports the toolset SDK.
+ It invokes WriteToolsetLocation target with __ToolsetLocationOutputFile set to the path where the location of
+ SDK Build.proj entry point is to be stored. Suppress all other imports for that project.
+ -->
+ <_SuppressSdkImports>false</_SuppressSdkImports>
+ <_SuppressSdkImports Condition="'$(__ToolsetLocationOutputFile)' != ''">true</_SuppressSdkImports>
+ </PropertyGroup>
+
+ <Import Project="..\tools\Settings.props" Condition="!$(_SuppressSdkImports)" />
+
+</Project>