mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00:00
* Document database projects and complete EDD support * Remove an old remnant of a now-unused 'future' state * Sync finalization scripts * Fix conflict * Fix some script issues
24 lines
893 B
XML
24 lines
893 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build">
|
|
<Sdk Name="Microsoft.Build.Sql"/>
|
|
<PropertyGroup>
|
|
<Name>Sql</Name>
|
|
<ProjectGuid>{58554e52-fdec-4832-aff9-302b01e08dca}</ProjectGuid>
|
|
<DSP>Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider</DSP>
|
|
<ModelCollation>1033,CI</ModelCollation>
|
|
<TargetDatabaseSet>True</TargetDatabaseSet>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<!-- Remove file just so we can add it back with some suppressions -->
|
|
<Build Remove="dbo/Stored Procedures/AzureSQLMaintenance.sql" />
|
|
<Build Include="dbo/Stored Procedures/AzureSQLMaintenance.sql">
|
|
<SuppressTSqlWarnings>71502</SuppressTSqlWarnings>
|
|
</Build>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Billing\dbo\" />
|
|
</ItemGroup>
|
|
</Project>
|