9 строки
366 B
XML
9 строки
366 B
XML
<?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> |