Skip to content

Commit b67cb1d

Browse files
committed
fix build
1 parent e157797 commit b67cb1d

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

src/fsharp/FSharp.Compiler.Server.Shared/AssemblyInfo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ open Microsoft.VisualStudio.Shell
99
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("FsiAnyCPU, PublicKey=002400000480000094000000060200000024000052534131000400000100010007D1FA57C4AED9F0A32E84AA0FAEFD0DE9E8FD6AEC8F87FB03766C834C99921EB23BE79AD9D5DCC1DD9AD236132102900B723CF980957FC4E177108FC607774F29E8320E92EA05ECE4E821C0A5EFE8F1645C4C0C93C1AB99285D622CAA652C1DFAD63D745D6F2DE5F17E5EAF0FC4963D261C8A12436518206DC093344D5AD293")>]
1010
[<assembly:System.Runtime.CompilerServices.InternalsVisibleTo("FSharp.VS.FSI, PublicKey=002400000480000094000000060200000024000052534131000400000100010007D1FA57C4AED9F0A32E84AA0FAEFD0DE9E8FD6AEC8F87FB03766C834C99921EB23BE79AD9D5DCC1DD9AD236132102900B723CF980957FC4E177108FC607774F29E8320E92EA05ECE4E821C0A5EFE8F1645C4C0C93C1AB99285D622CAA652C1DFAD63D745D6F2DE5F17E5EAF0FC4963D261C8A12436518206DC093344D5AD293")>]
1111

12-
[<assembly: ProvideCodeBase(CodeBase = @"$PackageFolder$\FSharp.Compiler.Server.Shared.dll")>]
12+
//[<assembly: ProvideCodeBase(CodeBase = @"$PackageFolder$\FSharp.Compiler.Server.Shared.dll")>]
1313

1414
do()
1515

src/fsharp/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<Reference Include="System" />
4141
<Reference Include="System.Runtime.Remoting" />
4242
</ItemGroup>
43+
<!--
4344
<ItemGroup>
4445
<Reference Include="Microsoft.VisualStudio.OLE.Interop.dll" />
4546
<Reference Include="Microsoft.VisualStudio.Shell.$(VisualStudioVersion)" />
@@ -52,23 +53,14 @@
5253
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0.dll" />
5354
<Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0.dll" />
5455
<Reference Include="Microsoft.VisualStudio.Shell.Interop.dll" />
55-
</ItemGroup>
56-
<ItemGroup>
56+
</ItemGroup>
57+
-->
58+
<ItemGroup>
5759
<ProjectReference Include="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj">
5860
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>
5961
<Name>FSharp.Core</Name>
6062
</ProjectReference>
6163
</ItemGroup>
6264
<Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" />
63-
<Import Project="$(VsSdkTargetsDir)\Microsoft.VsSDK.targets" />
6465

65-
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize">
66-
<ItemGroup>
67-
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
68-
<FilesToSign Include="@(BinariesToBeSigned)">
69-
<Authenticode>Microsoft</Authenticode>
70-
<StrongName>StrongName</StrongName>
71-
</FilesToSign>
72-
</ItemGroup>
73-
</Target>
7466
</Project>

0 commit comments

Comments
 (0)