Skip to content

Commit 5733305

Browse files
author
Sam Hanes
committed
Remove debugging stuff from design time project - move to nuspec commit
1 parent b400124 commit 5733305

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

src/SqlClient.DesignTime/SqlClient.DesignTime.fsproj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,11 @@
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'">

0 commit comments

Comments
 (0)