Skip to content

Commit e5a2c87

Browse files
committed
add localdb.publish.xml
1 parent 63b8c53 commit e5a2c87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<IncludeCompositeObjects>True</IncludeCompositeObjects>
5+
<TargetDatabaseName>rubberduckdb</TargetDatabaseName>
6+
<DeployScriptFileName>rubberduckvba.database.sql</DeployScriptFileName>
7+
<TargetConnectionString>Data Source=(localdb)\MSSQLLocalDB;Integrated Security=True;Persist Security Info=False;Pooling=False;Multiple Active Result Sets=False;Connect Timeout=60;Encrypt=True;Trust Server Certificate=True;Command Timeout=0</TargetConnectionString>
8+
<ProfileVersionNumber>1</ProfileVersionNumber>
9+
</PropertyGroup>
10+
</Project>

0 commit comments

Comments
 (0)