Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MonoDevelop.TextEditor.Cocoa.csproj « MonoDevelop.TextEditor.Cocoa « MonoDevelop.TextEditor « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc20959aa8ee7625e238c14590459dafa0036020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<Project Sdk="Microsoft.NET.Sdk">
  <Import Project="$(RootDirectory)\MonoDevelop.props" />
  <Import Project="$(ReferencesVSEditor)" />
  <Import Project="$(ReferencesGtk)" />
  <PropertyGroup>
    <AssemblyTitle>MonoDevelop Cocoa Text Editor</AssemblyTitle>
    <AssemblyDescription>Integrates the Cocoa version of the Visual Studio Editor into MonoDevelop</AssemblyDescription>
    <AddinBuildDir>DisplayBindings\TextEditor.Cocoa</AddinBuildDir>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
    <StartAction>Program</StartAction>
    <StartProgram>..\..\..\..\build\bin\MonoDevelop.exe</StartProgram>
    <StartArguments>--no-redirect</StartArguments>
    <ExternalConsole>false</ExternalConsole>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System.ComponentModel.Composition" />
    <Reference Include="Xamarin.Mac" HintPath="$(RootDirectory)\external\Xamarin.Mac.dll" Private="False" />
    <Reference Include="MonoDevelop.Core">
      <HintPath>$(RootDirectory)\build\bin\MonoDevelop.Core.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="MonoDevelop.Ide">
      <HintPath>$(RootDirectory)\build\bin\MonoDevelop.Ide.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Mono.Addins.Setup">
      <HintPath>$(RootDirectory)\build\bin\Mono.Addins.Setup.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Mono.Addins">
      <HintPath>$(RootDirectory)\build\bin\Mono.Addins.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="MonoDevelop.SourceEditor">
      <HintPath>$(RootDirectory)\build\AddIns\DisplayBindings\SourceEditor\MonoDevelop.SourceEditor.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Microsoft.CodeAnalysis.Workspaces">
      <HintPath>$(RootDirectory)\build\bin\Microsoft.CodeAnalysis.Workspaces.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="MonoDevelop.TextEditor">
      <HintPath>$(RootDirectory)\build\AddIns\DisplayBindings\TextEditor\MonoDevelop.TextEditor.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <ProjectReference Include="$(MdAddinsDirectory)Xamarin.Designer\external\xwt\Xwt\Xwt.csproj">
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
      <Name>Xwt</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Roslyn\EditorFeatures\Cocoa\Microsoft.CodeAnalysis.EditorFeatures.Cocoa.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\CocoaControls\CocoaControls.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\CocoaView\CocoaViewImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\Find\Find.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Language\Impl\StandardClassification\StandardClassificationImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\ClassificationFormat\ClassificationFormatMapImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\CurrentLineHighlighter\CurrentLineHighlighterImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\NavigationProviders\NavigationProvidersImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\RTF\RtfBuilderServiceImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\TextAndAdornmentSequencer\TextAndAdornmentSequencerImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\ToolTipAdornment\ToolTipAdornmentImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\VisibleWhitespace\VisibleWhitespaceImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\GlyphMargin\GlyphMarginImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\Structure\StructureImpl.csproj" Private="true" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\TaskTagger\TaskTagger.csproj" Private="true" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\UrlTagger\UrlTagger.csproj" Private="true" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\DragDrop\DragDropImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\ChangeTagger\ChangeTagger.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\TextMate\Core\Core.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\DifferenceViewer\DifferenceViewerImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\DifferenceBuffer\DifferenceBufferImpl.csproj" Private="True" />
    <ProjectReference Include="$(VSEditorCoreDirectory)src\Editor\Text\Impl\XPlat\IndentationManagerImpl\IndentationManagerImpl.csproj" Private="True" />
    <Reference Include="MonoDevelop.DesignerSupport">
      <HintPath>..\..\..\..\build\AddIns\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.dll</HintPath>
      <Private>False</Private>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <None Include="$(VSEditorCoreDirectory)bin\TextMate\Onig\libonig.dylib">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="$(VSEditorCoreDirectory)src\TextMate\VSWindows\Setup\**\*">
      <Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>
  <ItemGroup>
    <IncludeCopyLocal Include="Microsoft.CodeAnalysis.EditorFeatures.Cocoa.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Logic.Text.Navigation.NavigationProviders.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Controls.macOS.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Text.Find.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Text.IndentationManager.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Language.StandardClassification.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Text.Formatting.RtfBuilderService.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Text.Structure.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.AdornmentLibrary.ToolTip.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.Cocoa.View.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.TextAndAdornmentSequencer.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.Wpf.Classification.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.Wpf.GlyphMargin.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.AdornmentLibrary.VisibleWhitespace.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.CurrentLineHighlighter.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Logic.Text.TaskTagger.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Logic.Text.UrlTagger.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.Cocoa.DragDrop.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Logic.Text.ChangeTagger.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Text.DifferenceBuffer.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.Text.DifferenceViewer.Implementation.dll" />
    <IncludeCopyLocal Include="Microsoft.VisualStudio.TextMate.Core.dll" />
  </ItemGroup>
  <ItemGroup>
    <None Remove="icons\vs-find-replace-close-16.png" />
    <None Remove="icons\vs-find-replace-close-16%402x.png" />
    <None Remove="icons\vs-find-replace-option-case-sensitive-16~disabled.png" />
    <None Remove="icons\vs-find-replace-option-case-sensitive-16~disabled%402x.png" />
    <None Remove="icons\vs-find-replace-option-case-sensitive-16.png" />
    <None Remove="icons\vs-find-replace-option-case-sensitive-16%402x.png" />
    <None Remove="icons\vs-find-replace-option-regex-16~disabled.png" />
    <None Remove="icons\vs-find-replace-option-regex-16~disabled%402x.png" />
    <None Remove="icons\vs-find-replace-option-regex-16.png" />
    <None Remove="icons\vs-find-replace-option-regex-16%402x.png" />
    <None Remove="icons\vs-find-replace-option-whole-words-only-16~disabled.png" />
    <None Remove="icons\vs-find-replace-option-whole-words-only-16~disabled%402x.png" />
    <None Remove="icons\vs-find-replace-option-whole-words-only-16.png" />
    <None Remove="icons\vs-find-replace-option-whole-words-only-16%402x.png" />
    <None Remove="icons\vs-find-replace-search-16.png" />
    <None Remove="icons\vs-find-replace-search-16%402x.png" />
    <None Remove="icons\go-up-16.png" />
    <None Remove="icons\go-up-16%402x.png" />
    <None Remove="icons\go-up-16~contrast.png" />
    <None Remove="icons\go-up-16~contrast%402x.png" />
    <None Remove="icons\go-down-16.png" />
    <None Remove="icons\go-down-16%402x.png" />
    <None Remove="icons\go-down-16~contrast.png" />
    <None Remove="icons\go-down-16~contrast%402x.png" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="icons\vs-find-replace-close-16.png" />
    <EmbeddedResource Include="icons\vs-find-replace-close-16%402x.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-case-sensitive-16~disabled.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-case-sensitive-16~disabled%402x.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-case-sensitive-16.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-case-sensitive-16%402x.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-regex-16~disabled.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-regex-16~disabled%402x.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-regex-16.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-regex-16%402x.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-whole-words-only-16~disabled.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-whole-words-only-16~disabled%402x.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-whole-words-only-16.png" />
    <EmbeddedResource Include="icons\vs-find-replace-option-whole-words-only-16%402x.png" />
    <EmbeddedResource Include="icons\vs-find-replace-search-16.png" />
    <EmbeddedResource Include="icons\vs-find-replace-search-16%402x.png" />
    <EmbeddedResource Include="icons\go-up-16.png" />
    <EmbeddedResource Include="icons\go-up-16%402x.png" />
    <EmbeddedResource Include="icons\go-up-16~contrast.png" />
    <EmbeddedResource Include="icons\go-up-16~contrast%402x.png" />
    <EmbeddedResource Include="icons\go-down-16.png" />
    <EmbeddedResource Include="icons\go-down-16%402x.png" />
    <EmbeddedResource Include="icons\go-down-16~contrast.png" />
    <EmbeddedResource Include="icons\go-down-16~contrast%402x.png" />
  </ItemGroup>
  <Target Name="BuildTextMate" BeforeTargets="Compile">
    <MSBuild Projects="$(VSEditorCoreDirectory)src\TextMate\TMRegEx\TMRegEx.proj" Targets="Build" Properties="Configuration=$(Configuration)" />
  </Target>
  <Target Name="CleanTextMate" BeforeTargets="Clean">
    <MSBuild Projects="$(VSEditorCoreDirectory)src\TextMate\TMRegEx\TMRegEx.proj" Targets="Clean" Properties="Configuration=$(Configuration)" />
  </Target>
</Project>