-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMatchingDb.sqlproj
More file actions
38 lines (38 loc) · 1.67 KB
/
MatchingDb.sqlproj
File metadata and controls
38 lines (38 loc) · 1.67 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
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build">
<Sdk Name="Microsoft.Build.Sql" Version="2.0.0" />
<PropertyGroup>
<Name>MatchingDb</Name>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
<ModelCollation>1033, CI</ModelCollation>
<RootNamespace>MatchingDb</RootNamespace>
<AssemblyName>MatchingDb</AssemblyName>
<ProjectGuid>{00000000-0000-0000-0000-000000000000}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<SqlCmdVariable Include="DeliusRunningPictureDb">
<DefaultValue>DeliusRunningPictureDb</DefaultValue>
<Value>$(SqlCmdVar__5)</Value>
</SqlCmdVariable>
<SqlCmdVariable Include="OfflocRunningPictureDb">
<DefaultValue>OfflocRunningPictureDb</DefaultValue>
<Value>$(SqlCmdVar__6)</Value>
</SqlCmdVariable>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DeliusRunningPictureDb\DeliusRunningPictureDb.sqlproj">
<Name>DeliusRunningPictureDb</Name>
<Project>{f9c6adbe-15fb-409e-bfed-a48eebf393a7}</Project>
<Private>True</Private>
<SuppressMissingDependenciesErrors>False</SuppressMissingDependenciesErrors>
<DatabaseSqlCmdVariable>DeliusRunningPictureDb</DatabaseSqlCmdVariable>
</ProjectReference>
<ProjectReference Include="..\OfflocRunningPictureDb\OfflocRunningPictureDb.sqlproj">
<Name>OfflocRunningPictureDb</Name>
<Project>{a1a8a7ed-d3d2-4916-866a-9aeb510840ac}</Project>
<Private>True</Private>
<SuppressMissingDependenciesErrors>False</SuppressMissingDependenciesErrors>
<DatabaseSqlCmdVariable>OfflocRunningPictureDb</DatabaseSqlCmdVariable>
</ProjectReference>
</ItemGroup>
</Project>