-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSQLRAG.publish.xml
35 lines (35 loc) · 2.24 KB
/
SQLRAG.publish.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IncludeCompositeObjects>False</IncludeCompositeObjects>
<TargetDatabaseName>SQLRAG</TargetDatabaseName>
<DeployScriptFileName>SQLRAG.sql</DeployScriptFileName>
<ProfileVersionNumber>1</ProfileVersionNumber>
<TargetConnectionString>Data Source=.;Persist Security Info=True;User ID=sa;Pooling=False;Multiple Active Result Sets=False;Connect Timeout=60;Encrypt=True;Trust Server Certificate=True;Command Timeout=0</TargetConnectionString>
<BlockOnPossibleDataLoss>False</BlockOnPossibleDataLoss>
<DeployDatabaseInSingleUserMode>False</DeployDatabaseInSingleUserMode>
<NoAlterStatementsToChangeCLRTypes>False</NoAlterStatementsToChangeCLRTypes>
<IncludeTransactionalScripts>True</IncludeTransactionalScripts>
<AllowDropBlockingAssemblies>False</AllowDropBlockingAssemblies>
<DoNotAlterReplicatedObjects>False</DoNotAlterReplicatedObjects>
<DropObjectsNotInSource>True</DropObjectsNotInSource>
<DoNotDropAssemblies>True</DoNotDropAssemblies>
<AllowTableRecreation>False</AllowTableRecreation>
<DoNotAlterChangeDataCaptureObjects>False</DoNotAlterChangeDataCaptureObjects>
<BackupDatabaseBeforeChanges>True</BackupDatabaseBeforeChanges>
<DoNotDropClrUserDefinedTypes>True</DoNotDropClrUserDefinedTypes>
<AllowExternalLibraryPaths>True</AllowExternalLibraryPaths>
<DropIndexesNotInSource>False</DropIndexesNotInSource>
<DropConstraintsNotInSource>False</DropConstraintsNotInSource>
<DropDmlTriggersNotInSource>False</DropDmlTriggersNotInSource>
<DropExtendedPropertiesNotInSource>False</DropExtendedPropertiesNotInSource>
<DoNotDropScalarValuedFunctions>True</DoNotDropScalarValuedFunctions>
<DoNotDropTables>True</DoNotDropTables>
<DoNotDropUserDefinedDataTypes>True</DoNotDropUserDefinedDataTypes>
<DoNotDropUserDefinedTableTypes>True</DoNotDropUserDefinedTableTypes>
<DoNotDropDefaults>True</DoNotDropDefaults>
<DoNotDropCertificates>True</DoNotDropCertificates>
<DoNotDropColumnMasterKeys>True</DoNotDropColumnMasterKeys>
<DoNotDropColumnEncryptionKeys>True</DoNotDropColumnEncryptionKeys>
</PropertyGroup>
</Project>