Files
server/src/Icons/Icons.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
774 B
XML
Raw Normal View History

2018-08-01 10:07:20 -04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<UserSecretsId>bitwarden-Icons</UserSecretsId>
2017-10-27 23:42:19 -04:00
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
2026-01-13 04:02:56 -05:00
<!-- These opt outs should be removed when all warnings are addressed -->
<WarningsNotAsErrors>$(WarningsNotAsErrors);CA1304;CA1305</WarningsNotAsErrors>
</PropertyGroup>
2023-06-08 13:21:03 -04:00
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Icons' " />
<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.2.0" />
</ItemGroup>
2018-05-25 12:50:21 -04:00
<ItemGroup>
<EmbeddedResource Include="Resources\public_suffix_list.dat" />
</ItemGroup>
2018-07-10 00:09:18 -04:00
<ItemGroup>
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
2018-07-10 00:09:18 -04:00
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
</Project>