Skip to content

Commit 7ba637a

Browse files
lyticohwthomas
authored andcommitted
Merge pull request dotdevelop#63 from hwthomas/msbuild-16.9_fix
All changes in openssl_test reverted. Now uptodate with main Add PublicKey to "InternalsVisibleTo" assemblies in MonoDevelop.TextE…
2 parents f0019a0 + 2050cc6 commit 7ba637a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/MonoDevelop.TextEditor.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
<DefineConstants Condition="$(OS) == 'Windows_NT'">$(DefineConstants);WINDOWS;WIN32</DefineConstants>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<InternalsVisibleTo Include="MonoDevelop.TextEditor.Cocoa" />
14-
<InternalsVisibleTo Include="MonoDevelop.TextEditor.Wpf" />
13+
<!-- Add PublicKey to "InternalsVisibleTo" assemblies below in order to build with msbuild versions >= 16.9.0 -->
14+
<!-- This Key is extracted from main/external/mono-addins/mono-addins.snk (within the MonoDevelop solution) -->
15+
<InternalsVisibleTo Include="MonoDevelop.TextEditor.Cocoa,
16+
PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
17+
<InternalsVisibleTo Include="MonoDevelop.TextEditor.Wpf,
18+
PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
1519
<Reference Include="PresentationFramework" />
1620
<Reference Include="PresentationCore" />
1721
<ProjectReference Include="..\..\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.csproj" Private="false" />
@@ -21,4 +25,4 @@
2125
<Compile Include="$(VSEditorApiDirectory)src\Editor\Text\Util\TextUIUtil\UIExtensionSelector.cs" Link="Util\UIExtensionSelector.cs" />
2226
<Compile Include="$(VSEditorApiDirectory)src\Editor\Text\Util\TextUIUtil\VacuousTextViewModel.cs" Link="Util\VacuousTextViewModel.cs" />
2327
</ItemGroup>
24-
</Project>
28+
</Project>

0 commit comments

Comments
 (0)