1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-09 05:32:24 -05: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> <DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<SuppressTSqlWarnings>71502</SuppressTSqlWarnings>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
@ -48,6 +49,7 @@
<DefineTrace>true</DefineTrace> <DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<SuppressTSqlWarnings>71502</SuppressTSqlWarnings>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>