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="ICSharpCode.NRefactory.Xml, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
110 | <SpecificVersion>False</SpecificVersion>
|
---|
111 | <HintPath>..\..\bin\ICSharpCode.NRefactory.Xml.dll</HintPath>
|
---|
112 | <Private>False</Private>
|
---|
113 | </Reference>
|
---|
114 | <Reference Include="PresentationCore" />
|
---|
115 | <Reference Include="PresentationFramework" />
|
---|
116 | <Reference Include="System" />
|
---|
117 | <Reference Include="System.Core" />
|
---|
118 | <Reference Include="System.Drawing" />
|
---|
119 | <Reference Include="System.Windows.Forms" />
|
---|
120 | <Reference Include="System.Xaml" />
|
---|
121 | <Reference Include="System.Xml" />
|
---|
122 | <Reference Include="WindowsBase" />
|
---|
123 | <Reference Include="WindowsFormsIntegration" />
|
---|
124 | </ItemGroup>
|
---|
125 | <ItemGroup>
|
---|
126 | <Compile Include="AssemblyLoader.cs" />
|
---|
127 | <Compile Include="CodeViewer.cs">
|
---|
128 | <SubType>Form</SubType>
|
---|
129 | </Compile>
|
---|
130 | <Compile Include="CodeViewer.Designer.cs">
|
---|
131 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
132 | </Compile>
|
---|
133 | <Compile Include="GoToLineDialog.cs">
|
---|
134 | <SubType>Form</SubType>
|
---|
135 | </Compile>
|
---|
136 | <Compile Include="GoToLineDialog.Designer.cs">
|
---|
137 | <DependentUpon>GoToLineDialog.cs</DependentUpon>
|
---|
138 | </Compile>
|
---|
139 | <Compile Include="LanguageFeatures\CodeFolding\CodeFoldingResult.cs" />
|
---|
140 | <Compile Include="LanguageFeatures\CodeFolding\CodeFoldingStrategy.cs" />
|
---|
141 | <Compile Include="LanguageFeatures\CodeFolding\CSharp\CSharpCodeFoldingContext.cs" />
|
---|
142 | <Compile Include="LanguageFeatures\CodeFolding\CSharp\CSharpCodeFoldingStrategy.cs" />
|
---|
143 | <Compile Include="LanguageFeatures\CodeFolding\CSharp\FoldingVisitor.cs" />
|
---|
144 | <Compile Include="LanguageFeatures\CodeFolding\XML\XmlCodeFoldingStrategy.cs" />
|
---|
145 | <Compile Include="ITextMarker.cs" />
|
---|
146 | <Compile Include="LanguageFeatures\CodeCompletion\CodeCompletionResult.cs" />
|
---|
147 | <Compile Include="LanguageFeatures\CodeCompletion\CodeCompletionStrategy.cs" />
|
---|
148 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\CompletionImage.cs" />
|
---|
149 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpInsightItem.cs" />
|
---|
150 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpOverloadProvider.cs" />
|
---|
151 | <Compile Include="LanguageFeatures\Interfaces\IUpdatableOverloadProvider.cs" />
|
---|
152 | <Compile Include="LanguageFeatures\Interfaces\ICodeCompletionStrategy.cs" />
|
---|
153 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\CodeCompletionData.cs" />
|
---|
154 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionStrategy.cs" />
|
---|
155 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpDocumentationBuilder.cs" />
|
---|
156 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionContext.cs" />
|
---|
157 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionDataFactory.cs" />
|
---|
158 | <Compile Include="LanguageFeatures\Helpers\CSharpParsingHelpers.cs" />
|
---|
159 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\EntityCompletionData.cs" />
|
---|
160 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\ImportCompletionData.cs" />
|
---|
161 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\VariableCompletionData.cs" />
|
---|
162 | <Compile Include="LanguageFeatures\Interfaces\ICodeFoldingStrategy.cs" />
|
---|
163 | <Compile Include="LanguageFeatures\LanguageFeatures.cs" />
|
---|
164 | <Compile Include="MethodDefinitionReadOnlySectionProvider.cs" />
|
---|
165 | <Compile Include="TextMarkerService.cs" />
|
---|
166 | <Compile Include="LanguageFeatures\XmlLanguageFeatures.cs" />
|
---|
167 | <None Include="HeuristicLab.snk" />
|
---|
168 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
169 | <None Include="Plugin.cs.frame" />
|
---|
170 | <Compile Include="CodeEditor.cs">
|
---|
171 | <SubType>UserControl</SubType>
|
---|
172 | </Compile>
|
---|
173 | <Compile Include="CodeEditor.Designer.cs">
|
---|
174 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
175 | </Compile>
|
---|
176 | <Compile Include="AvalonEditWrapper.xaml.cs">
|
---|
177 | <DependentUpon>AvalonEditWrapper.xaml</DependentUpon>
|
---|
178 | </Compile>
|
---|
179 | <Compile Include="LanguageFeatures\CSharpLanguageFeatures.cs" />
|
---|
180 | <Compile Include="LanguageFeatures\Interfaces\ILanguageFeatures.cs" />
|
---|
181 | <Compile Include="Plugin.cs" />
|
---|
182 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
183 | </ItemGroup>
|
---|
184 | <ItemGroup>
|
---|
185 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
186 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
187 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
188 | <Private>False</Private>
|
---|
189 | </ProjectReference>
|
---|
190 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
191 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
192 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
193 | <Private>False</Private>
|
---|
194 | </ProjectReference>
|
---|
195 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
196 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
197 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
198 | <Private>False</Private>
|
---|
199 | </ProjectReference>
|
---|
200 | </ItemGroup>
|
---|
201 | <ItemGroup>
|
---|
202 | <Page Include="AvalonEditWrapper.xaml">
|
---|
203 | <SubType>Designer</SubType>
|
---|
204 | <Generator>MSBuild:Compile</Generator>
|
---|
205 | </Page>
|
---|
206 | </ItemGroup>
|
---|
207 | <ItemGroup>
|
---|
208 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Class.png" />
|
---|
209 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Constructor.png" />
|
---|
210 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Delegate.png" />
|
---|
211 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Enum.png" />
|
---|
212 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\EnumValue.png" />
|
---|
213 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Event.png" />
|
---|
214 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\ExtensionMethod.png" />
|
---|
215 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Field.png" />
|
---|
216 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\FieldReadOnly.png" />
|
---|
217 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Indexer.png" />
|
---|
218 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Interface.png" />
|
---|
219 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Literal.png" />
|
---|
220 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Method.png" />
|
---|
221 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\NameSpace.png" />
|
---|
222 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Operator.png" />
|
---|
223 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayInternal.png" />
|
---|
224 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayPrivate.png" />
|
---|
225 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayProtected.png" />
|
---|
226 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayProtectedInternal.png" />
|
---|
227 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayStatic.png" />
|
---|
228 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\PInvokeMethod.png" />
|
---|
229 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Property.png" />
|
---|
230 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\StaticClass.png" />
|
---|
231 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Struct.png" />
|
---|
232 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Template.png" />
|
---|
233 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\VirtualMethod.png" />
|
---|
234 | </ItemGroup>
|
---|
235 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
236 | <PropertyGroup>
|
---|
237 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
238 | set ProjectDir=$(ProjectDir)
|
---|
239 | set SolutionDir=$(SolutionDir)
|
---|
240 | set Outdir=$(Outdir)
|
---|
241 |
|
---|
242 | call PreBuildEvent.cmd
|
---|
243 | </PreBuildEvent>
|
---|
244 | </PropertyGroup>
|
---|
245 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
246 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
247 | <Target Name="BeforeBuild">
|
---|
248 | </Target>
|
---|
249 | <Target Name="AfterBuild">
|
---|
250 | </Target>
|
---|
251 | -->
|
---|
252 | </Project> |
---|