File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 <None Include =" Scripts\ReverseLineOrderForNotex.fsx" />
6060 <None Include =" Scripts\XE.fsx" />
6161 </ItemGroup >
62- <!-- <ItemGroup>
63- <DesignTimeAssemblies Include="$(OutputPath)\FSharp.Data.SqlClient.DesignTime.*" />
64- <DesignTimeAssemblies Include="$(OutputPath)\Microsoft.SqlServer.*.dll" />
65- </ItemGroup> -->
6662 <Target Name =" CopyAssembliesToTPFolder" AfterTargets =" Build" >
6763 <ItemGroup >
6864 <DesignTimeAssemblies Include =" $(OutputPath)\FSharp.Data.SqlClient.DesignTime.*" />
6965 <DesignTimeAssemblies Include =" $(OutputPath)\Microsoft.SqlServer.*.dll" />
70- </ItemGroup >
71-
72- <Message Importance =" high" Text =" OutputPath:" />
73- <Message Importance =" high" Text =" $(OutputPath)" />
74- <Message Importance =" high" Text =" DesignTimeAssemblies:" />
75- <Message Importance =" high" Text =" @(DesignTimeAssemblies)" />
76-
66+ </ItemGroup >
7767 <Copy SourceFiles =" @(DesignTimeAssemblies)" DestinationFolder =" ..\..\bin\typeproviders\fsharp41\$(TargetFramework)" />
7868 </Target >
7969 <Target Name =" CopyAssembliesToLegacyFolder" AfterTargets =" Build" Condition =" $(TargetFramework) == 'net40'" >
You can’t perform that action at this time.
0 commit comments