1
0
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:
Kyle Spearrin 2019-03-07 23:03:32 -05:00
parent ec9be8bcfa
commit 605efeb6d6

View File

@ -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>