2016-09-06 17:09:19 -07: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>
|
|
|
|
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
|
|
|
|
<PropertyGroup Label="Globals">
|
2016-09-07 13:52:26 -07:00
|
|
|
<ProjectGuid>2110cbb0-3b38-4ee4-a743-df6968d80d90</ProjectGuid>
|
|
|
|
<RootNamespace>Microsoft.eShopOnContainers.Services.Basket.API</RootNamespace>
|
2016-09-06 17:09:19 -07:00
|
|
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
|
|
|
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" />
|
2016-09-07 13:52:26 -07:00
|
|
|
</Project>
|