-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTests.sqlproj
More file actions
27 lines (27 loc) · 1.05 KB
/
Copy pathTests.sqlproj
File metadata and controls
27 lines (27 loc) · 1.05 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build">
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
<PropertyGroup>
<Name>Tests</Name>
<ProjectGuid>{687FAEA4-0B1E-428A-A4CC-37BA7FB52E24}</ProjectGuid>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
<ModelCollation>1033, CI</ModelCollation>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Demo\Demo.sqlproj">
<Name>Demo</Name>
<Project>{0BCA8BC1-DA00-4227-9686-9C276BA380A1}</Project>
<Private>True</Private>
<SuppressMissingDependenciesErrors>False</SuppressMissingDependenciesErrors>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ArtifactReference Include="..\tSQLt\tSQLt.2019.dacpac">
<SuppressMissingDependenciesErrors>False</SuppressMissingDependenciesErrors>
</ArtifactReference>
</ItemGroup>
<Target Name="BeforeBuild">
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
</Target>
</Project>