Files
server/src/EventsProcessor/EventsProcessor.csproj

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

14 lines
379 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
2017-12-08 15:02:54 -05:00
<PropertyGroup>
<UserSecretsId>bitwarden-EventsProcessor</UserSecretsId>
2017-12-08 15:02:54 -05:00
</PropertyGroup>
2023-06-08 13:21:03 -04:00
<PropertyGroup Condition=" '$(RunConfiguration)' == 'EventsProcessor' " />
2017-12-08 15:02:54 -05:00
<ItemGroup>
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
<ProjectReference Include="..\Core\Core.csproj" />
2017-12-08 15:02:54 -05:00
</ItemGroup>
</Project>