2018-08-01 10:07:20 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2018-03-21 12:57:43 -04:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<UserSecretsId>bitwarden-Admin</UserSecretsId>
|
|
|
|
|
|
</PropertyGroup>
|
2018-03-28 23:16:09 -04:00
|
|
|
|
|
2018-03-21 12:57:43 -04:00
|
|
|
|
<ItemGroup>
|
2019-03-25 13:23:50 -04:00
|
|
|
|
<ProjectReference Include="..\..\util\Migrator\Migrator.csproj" />
|
2018-03-21 12:57:43 -04:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-06-24 16:36:07 -04:00
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
|
2019-02-25 10:39:04 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2018-03-21 12:57:43 -04:00
|
|
|
|
</Project>
|