summaryrefslogtreecommitdiff
path: root/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets
diff options
context:
space:
mode:
Diffstat (limited to '.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets')
-rw-r--r--.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets14
1 files changed, 14 insertions, 0 deletions
diff --git a/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets
new file mode 100644
index 0000000000..91eb4173c7
--- /dev/null
+++ b/.dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets
@@ -0,0 +1,14 @@
+<!--
+***********************************************************************************************
+Sdk.AfterCommon.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>
+ <Import Project="..\targets\Microsoft.NET.Sdk.targets" />
+</Project>