diff --git a/Microsoft.jQuery.Unobtrusive.Validation.nuspec b/Microsoft.jQuery.Unobtrusive.Validation.nuspec
new file mode 100644
index 0000000..f509cb7
--- /dev/null
+++ b/Microsoft.jQuery.Unobtrusive.Validation.nuspec
@@ -0,0 +1,28 @@
+
+
+
+ Microsoft.jQuery.Unobtrusive.Validation
+ $version$
+ Microsoft jQuery Unobtrusive Validation
+ Microsoft
+ Microsoft,aspnet
+ true
+ https://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm
+ https://www.asp.net/
+ https://go.microsoft.com/fwlink/?LinkID=288859
+ jQuery plugin that unobtrusively sets up jQuery.Validation.
+ The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements
+ Please visit https://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes.
+ © Microsoft Corporation. All rights reserved.
+ jQuery Unobtrusive
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/build.cmd b/build.cmd
new file mode 100644
index 0000000..b2eeb74
--- /dev/null
+++ b/build.cmd
@@ -0,0 +1,2 @@
+@ECHO OFF
+PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' %*; exit $LASTEXITCODE"
\ No newline at end of file
diff --git a/build.msbuild b/build.msbuild
new file mode 100644
index 0000000..8da9b2e
--- /dev/null
+++ b/build.msbuild
@@ -0,0 +1,16 @@
+
+
+
+
+
+ Microsoft.jQuery.Unobtrusive.Validation.nuspec
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/run.ps1 b/run.ps1
new file mode 100644
index 0000000..9bb0a36
--- /dev/null
+++ b/run.ps1
@@ -0,0 +1 @@
+msbuild .\build.msbuild
\ No newline at end of file
diff --git a/version.props b/version.props
new file mode 100644
index 0000000..6a3913b
--- /dev/null
+++ b/version.props
@@ -0,0 +1 @@
+3.2.7
\ No newline at end of file