2017-04-10 11:41:01 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
2017-06-07 13:16:24 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{D58E8D2B-3331-4660-8DFB-512D66F8EC63}</ProjectGuid>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<IsPartialFacadeAssembly Condition="'$(TargetGroup)' == 'netfx'">true</IsPartialFacadeAssembly>
|
2018-01-24 17:04:36 +00:00
|
|
|
|
<!-- Must match version supported by frameworks which support 4.3.* inbox.
|
|
|
|
|
|
Can be removed when API is added and this assembly is versioned to 4.4.* -->
|
2018-01-29 19:03:06 +00:00
|
|
|
|
<AssemblyVersion Condition="'$(TargetsNetFx)' != 'true'">4.3.1.0</AssemblyVersion>
|
2017-06-07 13:16:24 +00:00
|
|
|
|
</PropertyGroup>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Debug|AnyCPU'" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Release|AnyCPU'" />
|
2017-06-07 13:16:24 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<ItemGroup>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<SuppressPackageTargetFrameworkCompatibility Include="$(UAPvNextTFM)" />
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<Compile Include="System.Data.SqlClient.cs" />
|
|
|
|
|
|
<Compile Include="System.Data.SqlClient.Manual.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<ItemGroup Condition="'$(TargetGroup)' == 'netfx'">
|
|
|
|
|
|
<Reference Include="mscorlib" />
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
|
|
|
|
</Project>
|