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