2015-10-30 22:40:13 +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-10-30 22:40:13 +00:00
|
|
|
<PropertyGroup Label="Globals">
|
2015-12-15 01:39:29 +00:00
|
|
|
<ProjectGuid>386d412c-003c-47b1-8258-0e35865cb7c4</ProjectGuid>
|
|
|
|
<RootNamespace>Microsoft.DotNet.Tools.Publish.Tests</RootNamespace>
|
2015-10-30 22:40:13 +00:00
|
|
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
2016-03-01 20:29:09 +00:00
|
|
|
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin</OutputPath>
|
2015-10-30 22:40:13 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
</PropertyGroup>
|
2015-12-15 01:39:29 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
|
2016-03-01 20:29:09 +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)' != ''" />
|
2015-11-02 00:21:10 +00:00
|
|
|
</Project>
|