2018-08-01 10:07:20 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2017-10-08 22:23:17 +02:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-10-19 00:08:09 -04:00
|
|
|
|
<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>
|
2017-10-08 22:23:17 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2023-06-08 13:21:03 -04:00
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Icons' " />
|
2017-10-08 22:23:17 +02:00
|
|
|
|
<ItemGroup>
|
2025-03-18 14:26:29 -04:00
|
|
|
|
<PackageReference Include="AngleSharp" Version="1.2.0" />
|
2017-10-08 22:23:17 +02:00
|
|
|
|
</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>
|
2022-01-11 10:40:51 +01:00
|
|
|
|
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
|
2018-07-10 00:09:18 -04:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2017-10-08 22:23:17 +02:00
|
|
|
|
</Project>
|