2017-09-26 15:38:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
|
|
|
|
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ImportGroup>
|
2017-11-06 19:01:01 +01:00
|
|
|
<Import Project="$(NuGetPackageRoot)\NETStandard.Library\2.0.1\build\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)\NETStandard.Library\2.0.1\build\NETStandard.Library.targets')" />
|
2017-09-26 15:38:58 +02:00
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|