Files
server/src/EventsProcessor/EventsProcessor.csproj

18 lines
613 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk;Microsoft.NET.Sdk.Publish">
2017-12-08 15:02:54 -05:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net47</TargetFramework>
2017-12-08 15:02:54 -05:00
<RootNamespace>Bit.EventsProcessor</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs" Version="2.0.0" />
<PackageReference Include="WindowsAzure.Storage" Version="8.6.0" />
2017-12-08 15:02:54 -05:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
2017-12-08 15:02:54 -05:00
</ItemGroup>
2017-12-08 16:03:20 -05:00
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
2017-12-08 16:03:20 -05:00
</ItemGroup>
2017-12-08 15:02:54 -05:00
</Project>