Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj @ 11992

Last change on this file since 11992 was 11992, checked in by ascheibe, 9 years ago

#2290 added missing linux prebuild commands to code editor project

File size: 13.9 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="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\VariableCompletionData.cs" />
161    <Compile Include="LanguageFeatures\Interfaces\ICodeFoldingStrategy.cs" />
162    <Compile Include="LanguageFeatures\LanguageFeatures.cs" />
163    <Compile Include="MethodDefinitionReadOnlySectionProvider.cs" />
164    <Compile Include="TextMarkerService.cs" />
165    <Compile Include="LanguageFeatures\XmlLanguageFeatures.cs" />
166    <None Include="HeuristicLab.snk" />
167    <None Include="Properties\AssemblyInfo.cs.frame" />
168    <None Include="Plugin.cs.frame" />
169    <Compile Include="CodeEditor.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="CodeEditor.Designer.cs">
173      <DependentUpon>CodeEditor.cs</DependentUpon>
174    </Compile>
175    <Compile Include="AvalonEditWrapper.xaml.cs">
176      <DependentUpon>AvalonEditWrapper.xaml</DependentUpon>
177    </Compile>
178    <Compile Include="LanguageFeatures\CSharpLanguageFeatures.cs" />
179    <Compile Include="LanguageFeatures\Interfaces\ILanguageFeatures.cs" />
180    <Compile Include="Plugin.cs" />
181    <Compile Include="Properties\AssemblyInfo.cs" />
182  </ItemGroup>
183  <ItemGroup>
184    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
185      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
186      <Name>HeuristicLab.Common.Resources-3.3</Name>
187      <Private>False</Private>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
190      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
191      <Name>HeuristicLab.Common-3.3</Name>
192      <Private>False</Private>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
195      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
196      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
197      <Private>False</Private>
198    </ProjectReference>
199  </ItemGroup>
200  <ItemGroup>
201    <Page Include="AvalonEditWrapper.xaml">
202      <SubType>Designer</SubType>
203      <Generator>MSBuild:Compile</Generator>
204    </Page>
205  </ItemGroup>
206  <ItemGroup>
207    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Class.png" />
208    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Constructor.png" />
209    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Delegate.png" />
210    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Enum.png" />
211    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\EnumValue.png" />
212    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Event.png" />
213    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\ExtensionMethod.png" />
214    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Field.png" />
215    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\FieldReadOnly.png" />
216    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Indexer.png" />
217    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Interface.png" />
218    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Literal.png" />
219    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Method.png" />
220    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\NameSpace.png" />
221    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Operator.png" />
222    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayInternal.png" />
223    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayPrivate.png" />
224    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayProtected.png" />
225    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayProtectedInternal.png" />
226    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayStatic.png" />
227    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\PInvokeMethod.png" />
228    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Property.png" />
229    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\StaticClass.png" />
230    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Struct.png" />
231    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Template.png" />
232    <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\VirtualMethod.png" />
233  </ItemGroup>
234  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
235  <PropertyGroup>
236    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
237      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    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
245      export ProjectDir=$(ProjectDir)
246      export SolutionDir=$(SolutionDir)
247
248      $SolutionDir/PreBuildEvent.sh
249    </PreBuildEvent>
250  </PropertyGroup>
251  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
252       Other similar extension points exist, see Microsoft.Common.targets.
253  <Target Name="BeforeBuild">
254  </Target>
255  <Target Name="AfterBuild">
256  </Target>
257  -->
258</Project>
Note: See TracBrowser for help on using the repository browser.