diff --git a/Directory.Build.props b/Directory.Build.props
index 704adb9de..027d3ccd4 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -17,6 +17,7 @@
true
snupkg
true
+ true
diff --git a/Directory.Build.targets b/Directory.Build.targets
new file mode 100644
index 000000000..a5876ec17
--- /dev/null
+++ b/Directory.Build.targets
@@ -0,0 +1,11 @@
+
+
+
+
+ $([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))
+
+
+
+
+
+
diff --git a/MetadataExtractor.sln b/MetadataExtractor.sln
index cdd52b7e7..1c607970b 100644
--- a/MetadataExtractor.sln
+++ b/MetadataExtractor.sln
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Build.ps1 = Build.ps1
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
+ Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection