1
0
Форкнуть 0
ApplicationInsights-aspnetcore/dirs.proj

9 строки
366 B
Plaintext
Исходник Обычный вид История

2015-06-26 20:24:54 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Solution Include="ApplicationInsights.AspNet.sln" />
</ItemGroup>
<Target Name="Build">
<MSBuild Projects="@(Solution)" ContinueOnError="ErrorAndStop" ToolsVersion="14.0"/>
</Target>
</Project>