Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CodeEditor/HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj @ 11722

Last change on this file since 11722 was 11722, checked in by jkarder, 9 years ago

#2077:

  • added completion image for templates
  • cleaned CSharpCodeCompletionDataFactory
  • sorted foldings by start offset
File size: 13.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{C38691AE-ECB4-489A-A05D-B035554E0168}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
11    <AssemblyName>HeuristicLab.CodeEditor-3.4</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <DocumentationFile>
34    </DocumentationFile>
35    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
36    <Prefer32Bit>false</Prefer32Bit>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x64</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46    <Prefer32Bit>false</Prefer32Bit>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <DocumentationFile>
56    </DocumentationFile>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <DocumentationFile>
78    </DocumentationFile>
79    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
80    <Prefer32Bit>false</Prefer32Bit>
81  </PropertyGroup>
82  <PropertyGroup>
83    <SignAssembly>true</SignAssembly>
84  </PropertyGroup>
85  <PropertyGroup>
86    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
87  </PropertyGroup>
88  <ItemGroup>
89    <Reference Include="ICSharpCode.AvalonEdit, Version=5.0.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
90      <SpecificVersion>False</SpecificVersion>
91      <HintPath>..\..\bin\ICSharpCode.AvalonEdit.dll</HintPath>
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="ICSharpCode.NRefactory, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="ICSharpCode.NRefactory.Cecil, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
100      <SpecificVersion>False</SpecificVersion>
101      <HintPath>..\..\bin\ICSharpCode.NRefactory.Cecil.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="ICSharpCode.NRefactory.CSharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
105      <SpecificVersion>False</SpecificVersion>
106      <HintPath>..\..\bin\ICSharpCode.NRefactory.CSharp.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="PresentationCore" />
110    <Reference Include="PresentationFramework" />
111    <Reference Include="System" />
112    <Reference Include="System.Core" />
113    <Reference Include="System.Drawing" />
114    <Reference Include="System.Windows.Forms" />
115    <Reference Include="System.Xaml" />
116    <Reference Include="System.Xml" />
117    <Reference Include="WindowsBase" />
118    <Reference Include="WindowsFormsIntegration" />
119  </ItemGroup>
120  <ItemGroup>
121    <Compile Include="AssemblyLoader.cs" />
122    <Compile Include="CodeViewer.cs">
123      <SubType>Form</SubType>
124    </Compile>
125    <Compile Include="CodeViewer.Designer.cs">
126      <DependentUpon>CodeViewer.cs</DependentUpon>
127    </Compile>
128    <Compile Include="LanguageFeatures\CodeFolding\CodeFoldingResult.cs" />
129    <Compile Include="LanguageFeatures\CodeFolding\CodeFoldingStrategy.cs" />
130    <Compile Include="LanguageFeatures\CodeFolding\CSharp\CSharpCodeFoldingContext.cs" />
131    <Compile Include="LanguageFeatures\CodeFolding\CSharp\CSharpCodeFoldingStrategy.cs" />
132    <Compile Include="LanguageFeatures\CodeFolding\CSharp\FoldingVisitor.cs" />
133    <Compile Include="LanguageFeatures\CodeFolding\XML\XmlCodeFoldingStrategy.cs" />
134    <Compile Include="ITextMarker.cs" />
135    <Compile Include="LanguageFeatures\CodeCompletion\CodeCompletionResult.cs" />
136    <Compile Include="LanguageFeatures\CodeCompletion\CodeCompletionStrategy.cs" />
137    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\CompletionImage.cs" />
138    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpInsightItem.cs" />
139    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpOverloadProvider.cs" />
140    <Compile Include="LanguageFeatures\Interfaces\IUpdatableOverloadProvider.cs" />
141    <Compile Include="LanguageFeatures\Interfaces\ICodeCompletionStrategy.cs" />
142    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\CodeCompletionData.cs" />
143    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionStrategy.cs" />
144    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionContext.cs" />
145    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionDataFactory.cs" />
146    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\EntityCompletionData.cs" />
147    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\ImportCompletionData.cs" />
148    <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\VariableCompletionData.cs" />
149    <Compile Include="LanguageFeatures\Interfaces\ICodeFoldingStrategy.cs" />
150    <Compile Include="LanguageFeatures\LanguageFeatures.cs" />
151    <Compile Include="MethodDefinitionReadOnlySectionProvider.cs" />
152    <Compile Include="TextMarkerService.cs" />
153    <Compile Include="LanguageFeatures\XmlLanguageFeatures.cs" />
154    <None Include="HeuristicLab.snk" />
155    <None Include="Properties\AssemblyInfo.cs.frame" />
156    <None Include="Plugin.cs.frame" />
157    <Compile Include="CodeEditor.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="CodeEditor.Designer.cs">
161      <DependentUpon>CodeEditor.cs</DependentUpon>
162    </Compile>
163    <Compile Include="AvalonEditWrapper.xaml.cs">
164      <DependentUpon>AvalonEditWrapper.xaml</DependentUpon>
165    </Compile>
166    <Compile Include="LanguageFeatures\CSharpLanguageFeatures.cs" />
167    <Compile Include="LanguageFeatures\Interfaces\ILanguageFeatures.cs" />
168    <Compile Include="Plugin.cs" />
169    <Compile Include="Properties\AssemblyInfo.cs" />
170  </ItemGroup>
171  <ItemGroup>
172    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
173      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
174      <Name>HeuristicLab.Common.Resources-3.3</Name>
175      <Private>False</Private>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
178      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
179      <Name>HeuristicLab.Common-3.3</Name>
180      <Private>False</Private>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
183      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
184      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
187  </ItemGroup>
188  <ItemGroup>
189    <Page Include="AvalonEditWrapper.xaml">
190      <SubType>Designer</SubType>
191      <Generator>MSBuild:Compile</Generator>
192    </Page>
193  </ItemGroup>
194  <ItemGroup>
195    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Class.png" />
196    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Constructor.png" />
197    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Delegate.png" />
198    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Enum.png" />
199    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\EnumValue.png" />
200    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Event.png" />
201    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\ExtensionMethod.png" />
202    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Field.png" />
203    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\FieldReadOnly.png" />
204    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Indexer.png" />
205    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Interface.png" />
206    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Literal.png" />
207    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Method.png" />
208    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\NameSpace.png" />
209    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Operator.png" />
210    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayInternal.png" />
211    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayPrivate.png" />
212    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayProtected.png" />
213    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayProtectedInternal.png" />
214    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayStatic.png" />
215    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\PInvokeMethod.png" />
216    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Property.png" />
217    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\StaticClass.png" />
218    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Struct.png" />
219    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Template.png" />
220    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\VirtualMethod.png" />
221  </ItemGroup>
222  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
223  <PropertyGroup>
224    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
225set ProjectDir=$(ProjectDir)
226set SolutionDir=$(SolutionDir)
227set Outdir=$(Outdir)
228
229call PreBuildEvent.cmd
230</PreBuildEvent>
231  </PropertyGroup>
232  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
233       Other similar extension points exist, see Microsoft.Common.targets.
234  <Target Name="BeforeBuild">
235  </Target>
236  <Target Name="AfterBuild">
237  </Target>
238  -->
239</Project>
Note: See TracBrowser for help on using the repository browser.