mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
suppress sql proj warnings
This commit is contained in:
parent
ec9be8bcfa
commit
605efeb6d6
@ -36,6 +36,7 @@
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<SuppressTSqlWarnings>71502</SuppressTSqlWarnings>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
@ -48,6 +49,7 @@
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<SuppressTSqlWarnings>71502</SuppressTSqlWarnings>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
|
||||
|
Loading…
Reference in New Issue
Block a user