summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment
diff options
context:
space:
mode:
Diffstat (limited to 'projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment')
-rw-r--r--projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment5
1 files changed, 2 insertions, 3 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment b/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment
index c3f58f1..5bef095 100644
--- a/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment
+++ b/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<DeploymentConfigurationSettings xmlns="urn:Microsoft.VisualStudio.Data.Schema.Project.DeploymentConfigurationSettings">
- <Version>1</Version>
+<DeploymentConfigurationSettings xmlns="urn:Microsoft.VisualStudio.Data.Schema.Package.DeploymentConfigurationSettings">
+ <Version>1.0</Version>
<Properties>
<AbortOnFirstError>False</AbortOnFirstError>
<AlwaysCreateNewDatabase>False</AlwaysCreateNewDatabase>
@@ -10,7 +10,6 @@
<DeploymentCollationPreference>UseSourceModelCollation</DeploymentCollationPreference>
<DoNotUseAlterAssemblyStatementsToUpdateCLRTypes>False</DoNotUseAlterAssemblyStatementsToUpdateCLRTypes>
<GenerateDropsIfNotInProject>False</GenerateDropsIfNotInProject>
- <IgnoreFileAndLogFilePath>True</IgnoreFileAndLogFilePath>
<PerformDatabaseBackup>False</PerformDatabaseBackup>
<SingleUserMode>False</SingleUserMode>
</Properties>