2015-12-08 19:30:25 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
</PropertyGroup>
|
2016-03-16 16:44:09 +00:00
|
|
|
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
2015-12-08 19:30:25 +00:00
|
|
|
<PropertyGroup Label="Globals">
|
2016-02-09 22:23:56 +00:00
|
|
|
<ProjectGuid>09c52f96-efdd-4448-95ec-6d362dd60baa</ProjectGuid>
|
|
|
|
<RootNamespace>Microsoft.DotNet.Cli.Utils</RootNamespace>
|
2015-12-08 19:30:25 +00:00
|
|
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
2016-03-01 20:29:09 +00:00
|
|
|
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin</OutputPath>
|
2015-12-08 19:30:25 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
</PropertyGroup>
|
2016-03-15 00:38:36 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
|
|
|
</ItemGroup>
|
2016-03-16 16:44:09 +00:00
|
|
|
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
2016-02-09 22:23:56 +00:00
|
|
|
</Project>
|