diff --git a/Properties/Build.properties b/Properties/Build.properties
index e054f63..e919750 100644
--- a/Properties/Build.properties
+++ b/Properties/Build.properties
@@ -23,7 +23,8 @@
$([System.IO.Path]::GetFullPath('$(BuildPath)\..\NugetWorkspace'))
$(DropsPath)\SpecificationReports
$(DropsPath)\TestResults
- Configuration=Release;Platform=Any CPU
+ Release
+ Configuration=$(BuildConfig);Platform=Any CPU
$(SolutionName).Setup
$([System.IO.Path]::GetFullPath('$(BuildPath)\..\ReferencedAssemblies'))
$(SolutionName)
@@ -93,8 +94,8 @@
-
- $(GitVersion_NuGetVersion)
+
+ $(GitVersion_NuGetVersion)
@@ -114,13 +115,19 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/Properties/Global.Imports b/Properties/Global.Imports
index 481aa4b..96e5d91 100644
--- a/Properties/Global.Imports
+++ b/Properties/Global.Imports
@@ -13,7 +13,8 @@
-
+
+
diff --git a/Targets/BuildSolutions.target b/Targets/BuildSolutions.target
index 99aabbf..7115eee 100644
--- a/Targets/BuildSolutions.target
+++ b/Targets/BuildSolutions.target
@@ -14,15 +14,9 @@
-
-
-
-
\ No newline at end of file
diff --git a/Targets/DotNetBuild.target b/Targets/DotNetBuild.target
new file mode 100644
index 0000000..3085ee4
--- /dev/null
+++ b/Targets/DotNetBuild.target
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file