File tree Expand file tree Collapse file tree
main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments