diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-13 14:46:13 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-13 14:46:13 -0800 |
commit | 0c8868fc683f0146f866c58c1200c816e91d8051 (patch) | |
tree | 3ce9e2ce8277849aea36529201352a0227fe0eec /projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj | |
parent | b150a73aebcaa660c3c015f83944a8760cf18931 (diff) | |
download | DotNetOpenAuth-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.dbproj | 2 |
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" /> |