summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-30 20:47:01 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-30 20:47:01 -0700
commitbf17541c8997d937e0642eafdfb804d2d2c088f3 (patch)
tree8ab94b787272f8dbde514fdf6558895736185791
parent3a1e83ee2dcf46841629ed13c198646550787b9c (diff)
downloadDotNetOpenAuth-bf17541c8997d937e0642eafdfb804d2d2c088f3.zip
DotNetOpenAuth-bf17541c8997d937e0642eafdfb804d2d2c088f3.tar.gz
DotNetOpenAuth-bf17541c8997d937e0642eafdfb804d2d2c088f3.tar.bz2
Restored script generation in project template to fix build break (Until we can figure out a way to really use .dacpac and sqlpackage/msdeploy.)
-rw-r--r--projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj
index 23743c8..0799235 100644
--- a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj
+++ b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.sqlproj
@@ -26,7 +26,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{08a938b6-ebbd-4036-880e-ce7ba2d14510}</ProjectGuid>
<GenerateDatabaseFile>False</GenerateDatabaseFile>
- <GenerateCreateScript>False</GenerateCreateScript>
+ <GenerateCreateScript>True</GenerateCreateScript>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SqlServerVerification>False</SqlServerVerification>
<TargetLanguage>CS</TargetLanguage>