diff --git a/build/common.props b/build/common.props
deleted file mode 100644
index b9ea9b3dfe..0000000000
--- a/build/common.props
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
- en-US
- Microsoft Corporation.
- Microsoft .NET
-
-
- <_SecondBasedTimeStamp>$([System.DateTime]::UtcNow.Subtract($([System.DateTime]::Parse("2015-01-01"))).TotalSeconds.ToString())
- <_SecondBasedTimeStamp>t$([System.Int64]::Parse($(_SecondBasedTimeStamp.Substring(0, $(_SecondBasedTimeStamp.IndexOf("."))))).ToString("x9"))
-
-
- false
- $(_SecondBasedTimeStamp)
- $(VersionSuffix)-$(BuildNumber)
- $(BuildNumber)
-
- $(MSBuildProjectName)
- Microsoft
- © Microsoft Corporation. All rights reserved.
- https://github.com/aspnet/DotNetTools
- git
- https://asp.net
- true
-
-
- true
- $(MSBuildThisFileDirectory)Key.snk
- true
- true
-
-
-
- $(VersionPrefix)
- $(PackageVersion)-$(VersionSuffix)-final
-
-
-
-
- true
-
-
\ No newline at end of file
diff --git a/dir.props b/dir.props
index 72afbf262e..3f3183bc8c 100644
--- a/dir.props
+++ b/dir.props
@@ -1,5 +1,11 @@
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/dir.props b/src/dir.props
index 97aeb4d360..b2d16c9fad 100644
--- a/src/dir.props
+++ b/src/dir.props
@@ -1,6 +1,8 @@
+
+ $(MSBuildProjectName)
DotnetCliTool
diff --git a/build/Key.snk b/tools/Key.snk
similarity index 100%
rename from build/Key.snk
rename to tools/Key.snk
diff --git a/tools/sign.props b/tools/sign.props
new file mode 100644
index 0000000000..54132d388a
--- /dev/null
+++ b/tools/sign.props
@@ -0,0 +1,7 @@
+
+
+ $(MSBuildThisFileDirectory)Key.snk
+ true
+ true
+
+
\ No newline at end of file