1111 <WithLegacyNamespaces >true</WithLegacyNamespaces >
1212 <DefineConstants Condition =" '$(WithLegacyNamespaces)'=='true'" >$(DefineConstants);WITH_LEGACY_NAMESPACE</DefineConstants >
1313 </PropertyGroup >
14+
1415 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1516 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1617 <DefineConstants >$(DefineConstants);DEBUG;TRACE</DefineConstants >
1718 </PropertyGroup >
19+
1820 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
19- <DocumentationFile >..\..\bin\net40 \FSharp.Data.SqlClient.XML</DocumentationFile >
21+ <DocumentationFile >..\..\bin\netstandard2.0 \FSharp.Data.SqlClient.XML</DocumentationFile >
2022 </PropertyGroup >
23+
2124 <ItemGroup >
22- <PackageReference Include =" FSharp.Core" Version =" 4.1.18" Condition =" '$(TargetFramework)' == 'net40'" />
23- <PackageReference Include =" FSharp.Core" Version =" 4.3.4" Condition =" '$(TargetFramework)' != 'net40'" />
24- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.5.0" Condition =" '$(TargetFramework)' != 'net40'" />
25- </ItemGroup >
26- <ItemGroup Condition =" '$(TargetFramework)' == 'net40'" >
27- <Reference Include =" System.Data" />
28- <Reference Include =" System.Transactions" />
29- </ItemGroup >
30- <ItemGroup >
25+ <None Include =" paket.references" />
3126 <Compile Include =" AssemblyInfo.fs" />
3227 <Compile Include =" Extensions.fs" />
3328 <Compile Include =" Shared.fs" />
3732 <Compile Include =" ISqlCommand.fs" />
3833 <Compile Include =" Runtime.fs" />
3934 </ItemGroup >
35+
4036 <Target Name =" CopyAssemblies" AfterTargets =" Build" >
4137 <ItemGroup >
42- <RuntimeAssemblies Include =" $(OutputPath)\FSharp.Data.SqlClient.*" />
43- </ItemGroup >
38+ <RuntimeAssemblies Include =" $(OutputPath)\FSharp.Data.SqlClient.*" />
39+ </ItemGroup >
4440 <Copy SourceFiles =" @(RuntimeAssemblies)" DestinationFolder =" ..\..\bin\$(TargetFramework)" />
4541 </Target >
42+
43+ <Import Project =" ..\..\.paket\Paket.Restore.targets" />
4644</Project >
0 commit comments