21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<AssemblyName>aka.terribledev.io</AssemblyName>
|
|
<PackageId>aka.terribledev.io</PackageId>
|
|
<ApplicationInsightsResourceId>/subscriptions/6332a4fe-3d5b-4857-9206-6dedd406f451/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/tparnellaka</ApplicationInsightsResourceId>
|
|
<ApplicationInsightsAnnotationResourceId>/subscriptions/6332a4fe-3d5b-4857-9206-6dedd406f451/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/tparnellaka</ApplicationInsightsAnnotationResourceId>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Update="wwwroot\**\*">
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services" />
|
|
</ItemGroup>
|
|
</Project> |