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>
|
2022-01-11 10:40:51 +01:00
|
|
|
|
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
|
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>
|
|
|
|
|
|
|
2021-06-30 09:35:26 +02:00
|
|
|
|
<Choose>
|
|
|
|
|
|
<When Condition="!$(DefineConstants.Contains('OSS'))">
|
|
|
|
|
|
<ItemGroup>
|
2022-08-02 20:41:18 +02:00
|
|
|
|
<ProjectReference Include="..\..\bitwarden_license\src\Commercial.Core\Commercial.Core.csproj" />
|
2021-06-30 09:35:26 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</When>
|
|
|
|
|
|
</Choose>
|
|
|
|
|
|
|
2018-03-21 12:57:43 -04:00
|
|
|
|
<ItemGroup>
|
2022-06-24 10:39:34 -04:00
|
|
|
|
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.26.1" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="$(MicrosoftVisualStudioWebCodeGenerationDesignVersion)" />
|
2019-02-25 10:39:04 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2018-03-21 12:57:43 -04:00
|
|
|
|
</Project>
|