2019-03-02 12:15:28 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
2017-12-08 15:02:54 -05:00
|
|
|
|
<PropertyGroup>
|
2019-03-02 12:15:28 -05:00
|
|
|
|
<UserSecretsId>bitwarden-EventsProcessor</UserSecretsId>
|
2017-12-08 15:02:54 -05:00
|
|
|
|
</PropertyGroup>
|
2019-03-02 12:15:28 -05:00
|
|
|
|
|
2023-06-08 13:21:03 -04:00
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'EventsProcessor' " />
|
2017-12-08 15:02:54 -05:00
|
|
|
|
<ItemGroup>
|
2022-01-11 10:40:51 +01:00
|
|
|
|
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
|
2017-12-15 16:18:06 -05:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
2017-12-08 15:02:54 -05:00
|
|
|
|
</ItemGroup>
|
2019-03-02 12:15:28 -05:00
|
|
|
|
|
|
|
|
|
|
</Project>
|