From 426dc24f7eaae8e38a53b8561fbc4fa86312a602 Mon Sep 17 00:00:00 2001 From: Andrew Busby Date: Thu, 24 Nov 2011 19:31:13 +0000 Subject: [PATCH] Added a build file that mirrors the ruby file to enable building without being forced to install ruby. The build file mirrors the rake file in functionallity exect for the last step which is to add create a nuget package but this is a minor change but not needed as this is targeted at easy local builds --- default.msbuild | 103 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 default.msbuild diff --git a/default.msbuild b/default.msbuild new file mode 100644 index 000000000..1abb5db4c --- /dev/null +++ b/default.msbuild @@ -0,0 +1,103 @@ + + + + + + dist + fluentmigrator + $(MSBuildProjectDirectory)\FluentMigrator (2010).sln + + + + + + + + + + + + + + Release + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +