mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-22 11:01:48 +03:00
14 lines
898 B
XML
14 lines
898 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<DeploymentConfigurationSettings xmlns="urn:Microsoft.VisualStudio.Data.Schema.Package.DeploymentConfigurationSettings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<Version>1.0</Version>
|
|
<Properties>
|
|
<AlwaysCreateNewDatabase>False</AlwaysCreateNewDatabase>
|
|
<BlockIncrementalDeploymentIfDataLoss>True</BlockIncrementalDeploymentIfDataLoss>
|
|
<DeployDatabaseProperties>True</DeployDatabaseProperties>
|
|
<DeploymentCollationPreference>UseSourceModelCollation</DeploymentCollationPreference>
|
|
<DoNotUseAlterAssemblyStatementsToUpdateCLRTypes>False</DoNotUseAlterAssemblyStatementsToUpdateCLRTypes>
|
|
<GenerateDropsIfNotInProject>False</GenerateDropsIfNotInProject>
|
|
<PerformDatabaseBackup>False</PerformDatabaseBackup>
|
|
<SingleUserMode>False</SingleUserMode>
|
|
</Properties>
|
|
</DeploymentConfigurationSettings> |