summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-13 14:46:13 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-13 14:46:13 -0800
commit0c8868fc683f0146f866c58c1200c816e91d8051 (patch)
tree3ce9e2ce8277849aea36529201352a0227fe0eec /projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj
parentb150a73aebcaa660c3c015f83944a8760cf18931 (diff)
downloadDotNetOpenAuth-0c8868fc683f0146f866c58c1200c816e91d8051.zip
DotNetOpenAuth-0c8868fc683f0146f866c58c1200c816e91d8051.tar.gz
DotNetOpenAuth-0c8868fc683f0146f866c58c1200c816e91d8051.tar.bz2
Fixed release build to update the project template .sql script.
Diffstat (limited to 'projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj')
-rw-r--r--projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj
index 4ffaf9c..2488a51 100644
--- a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj
+++ b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj
@@ -25,6 +25,7 @@
<PreviousProjectVersion>3.5</PreviousProjectVersion>
<AllowServerObjects>False</AllowServerObjects>
<AllowDatabaseObjects>True</AllowDatabaseObjects>
+ <DeployScriptFileName>..\..\..\RelyingPartyLogic\CreateDatabase.sql</DeployScriptFileName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>.\sql\release\</OutputPath>
@@ -51,7 +52,6 @@
<DeploymentConfigFile>Properties\Database.sqldeployment</DeploymentConfigFile>
<SqlCommandVariablesFile>Properties\Database.sqlcmdvars</SqlCommandVariablesFile>
<DeployToDatabase>False</DeployToDatabase>
- <DeployScriptFileName>..\..\..\RelyingPartyLogic\CreateDatabase.sql</DeployScriptFileName>
</PropertyGroup>
<!--Import the settings-->
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\TeamData\Microsoft.Data.Schema.SqlTasks.targets" />