-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTesting.Databases.SqlServer.Tests.Source.sqlproj
More file actions
108 lines (108 loc) · 5.87 KB
/
Testing.Databases.SqlServer.Tests.Source.sqlproj
File metadata and controls
108 lines (108 loc) · 5.87 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<Name>Testing.Databases.SqlServer.Tests.Source</Name>
<SchemaVersion>2.0</SchemaVersion>
<ProjectVersion>4.1</ProjectVersion>
<ProjectGuid>{a261d4ff-9bea-475c-8671-e9bacfdce960}</ProjectGuid>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
<OutputType>Database</OutputType>
<RootPath>
</RootPath>
<RootNamespace>Testing.Databases.SqlServer.Tests.Source</RootNamespace>
<AssemblyName>Testing.Databases.SqlServer.Tests.Source</AssemblyName>
<ModelCollation>1033, CI</ModelCollation>
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
<DeployToDatabase>True</DeployToDatabase>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetLanguage>CS</TargetLanguage>
<AppDesignerFolder>Properties</AppDesignerFolder>
<SqlServerVerification>False</SqlServerVerification>
<IncludeCompositeObjects>True</IncludeCompositeObjects>
<TargetDatabaseSet>True</TargetDatabaseSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
<SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
<VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
</PropertyGroup>
<Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
<Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
<ItemGroup>
<Folder Include="Properties" />
<Folder Include="Tables" />
<Folder Include="Tables\PrimaryKeys" />
<Folder Include="Programmability" />
<Folder Include="Programmability\Types" />
<Folder Include="Tables\UniqueConstraints" />
<Folder Include="Tables\ForeignKeys" />
<Folder Include="Tables\Indexes" />
<Folder Include="Tables\CheckConstraints" />
<Folder Include="Programmability\Stored Procedures" />
<Folder Include="Tables\Triggers" />
<Folder Include="Views" />
</ItemGroup>
<ItemGroup>
<Build Include="Tables\TableIdentical.sql" />
<Build Include="Tables\TableSource.sql" />
<Build Include="Tables\TableDifference.sql" />
<Build Include="Tables\PrimaryKeys\PrimaryKeyIdentical.sql" />
<Build Include="Tables\PrimaryKeys\PrimaryKeySource.sql" />
<Build Include="Tables\PrimaryKeys\PrimaryKeyDifference.sql" />
<Build Include="Programmability\Types\TypeSource.sql" />
<Build Include="Programmability\Types\TypeIdentical.sql" />
<Build Include="Programmability\Types\TypeDifference.sql" />
<Build Include="Tables\UniqueConstraints\UniqueConstraintSource.sql" />
<Build Include="Tables\UniqueConstraints\UniqueConstraintIdentical.sql" />
<Build Include="Tables\UniqueConstraints\UniqueConstraintDifference.sql" />
<Build Include="Tables\ForeignKeys\ForeignKeyIdentical.sql" />
<Build Include="Tables\ReferencedTable.sql" />
<Build Include="Tables\ForeignKeys\ForeignKeySource.sql" />
<Build Include="Tables\ForeignKeys\ForeignKeyDifference.sql" />
<Build Include="Tables\Indexes\IndexSource.sql" />
<Build Include="Tables\Indexes\IndexIdentical.sql" />
<Build Include="Tables\Indexes\IndexDifference.sql" />
<Build Include="Tables\CheckConstraints\CheckConstraintIdentical.sql" />
<Build Include="Tables\CheckConstraints\CheckConstraintSource.sql" />
<Build Include="Tables\CheckConstraints\CheckConstraintDifference.sql" />
<Build Include="Programmability\Stored Procedures\StoredProcedureIdentical.sql" />
<Build Include="Programmability\Stored Procedures\StoredProcedureSource.sql" />
<Build Include="Programmability\Stored Procedures\StoredProcedureDifference.sql" />
<Build Include="Tables\Triggers\TriggerIdentical.sql" />
<Build Include="Tables\Triggers\TriggerSource.sql" />
<Build Include="Tables\Triggers\TriggerDifference.sql" />
<Build Include="Views\ViewIdentical.sql" />
<Build Include="Views\ViewSource.sql" />
<Build Include="Views\ViewDifference.sql" />
<Build Include="Tables\__EFMigrationsHistorySource.sql" />
<Build Include="Tables\TableWithDifferentPrimaryKey.sql" />
<Build Include="Tables\TableWithNoPrimaryKey.sql" />
<Build Include="Tables\UniqueConstraints\UniqueConstraintDifferenceMissingInTarget.sql" />
</ItemGroup>
</Project>