2017-12-15 16:18:06 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk;Microsoft.NET.Sdk.Publish">
|
2017-12-08 15:02:54 -05:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-12-15 16:18:06 -05:00
|
|
|
<TargetFramework>net47</TargetFramework>
|
2017-12-08 15:02:54 -05:00
|
|
|
<RootNamespace>Bit.EventsProcessor</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2017-12-15 16:18:06 -05:00
|
|
|
<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>
|
2017-12-15 16:18:06 -05:00
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
2017-12-08 15:02:54 -05:00
|
|
|
</ItemGroup>
|
2017-12-08 16:03:20 -05:00
|
|
|
<ItemGroup>
|
2017-12-15 16:18:06 -05:00
|
|
|
<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>
|