Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj @ 2911

Last change on this file since 2911 was 2911, checked in by swagner, 14 years ago

Operator architecture refactoring (#95)

  • corrected plugin metadata and license headers
File size: 8.0 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <OutputType>Library</OutputType>
4    <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
5    <AssemblyName>HeuristicLab.CodeEditor-3.2</AssemblyName>
6    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8    <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid>
9    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
10    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
11    <NoStdLib>False</NoStdLib>
12    <WarningLevel>4</WarningLevel>
13    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
14    <StartupObject>
15    </StartupObject>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
20    <OutputPath>bin\Debug\</OutputPath>
21    <Optimize>False</Optimize>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <DebugSymbols>true</DebugSymbols>
24    <DebugType>Full</DebugType>
25    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
28    <OutputPath>bin\Release\</OutputPath>
29    <Optimize>True</Optimize>
30    <DefineConstants>TRACE</DefineConstants>
31    <DebugSymbols>False</DebugSymbols>
32    <DebugType>None</DebugType>
33    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
36    <RegisterForComInterop>False</RegisterForComInterop>
37    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
38    <BaseAddress>4194304</BaseAddress>
39    <PlatformTarget>AnyCPU</PlatformTarget>
40    <FileAlignment>4096</FileAlignment>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>bin\x86\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
47    <FileAlignment>4096</FileAlignment>
48    <DebugType>Full</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
52    <OutputPath>bin\x86\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <Optimize>true</Optimize>
55    <FileAlignment>4096</FileAlignment>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
59    <DebugSymbols>true</DebugSymbols>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x64\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
66    <FileAlignment>4096</FileAlignment>
67    <DebugType>Full</DebugType>
68    <PlatformTarget>x64</PlatformTarget>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\x64\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <FileAlignment>4096</FileAlignment>
75    <DebugType>None</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
80    <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
84      <SpecificVersion>False</SpecificVersion>
85      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.NRefactory.dll</HintPath>
86    </Reference>
87    <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
88      <SpecificVersion>False</SpecificVersion>
89      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
90    </Reference>
91    <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
92      <SpecificVersion>False</SpecificVersion>
93      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.TextEditor.dll</HintPath>
94    </Reference>
95    <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\Mono.Cecil.dll</HintPath>
98    </Reference>
99    <Reference Include="System" />
100    <Reference Include="System.Core">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data" />
104    <Reference Include="System.Drawing" />
105    <Reference Include="System.Windows.Forms" />
106    <Reference Include="System.Xml" />
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="CodeCompletionData.cs" />
110    <EmbeddedResource Include="CodeEditor.resx">
111      <DependentUpon>CodeEditor.cs</DependentUpon>
112    </EmbeddedResource>
113    <EmbeddedResource Include="CodeViewer.resx">
114      <DependentUpon>CodeViewer.cs</DependentUpon>
115    </EmbeddedResource>
116    <Compile Include="CodeCompletionProvider.cs" />
117    <Compile Include="CodeCompletionKeyHandler.cs" />
118    <Compile Include="CodeViewer.cs">
119      <SubType>Form</SubType>
120    </Compile>
121    <Compile Include="CodeViewer.Designer.cs">
122      <DependentUpon>CodeViewer.cs</DependentUpon>
123    </Compile>
124    <None Include="HeuristicLabCodeEditorPlugin.cs.frame" />
125    <Compile Include="HeuristicLabCodeEditorPlugin.cs" />
126    <Compile Include="ErrorBookmark.cs" />
127    <Compile Include="HostCallbackImplementation.cs" />
128    <Compile Include="CodeEditor.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="CodeEditor.Designer.cs">
132      <DependentUpon>CodeEditor.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Properties\AssemblyInfo.cs" />
135    <Compile Include="ToolTipProvider.cs" />
136  </ItemGroup>
137  <ItemGroup>
138    <None Include="HeuristicLab.snk" />
139    <None Include="Properties\AssemblyInfo.frame" />
140  </ItemGroup>
141  <ItemGroup>
142    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
143      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
144      <Name>HeuristicLab.Common.Resources-3.2</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
147      <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
148      <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
151      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
152      <Name>HeuristicLab.PluginInfrastructure</Name>
153    </ProjectReference>
154  </ItemGroup>
155  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
156  <PropertyGroup>
157    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
158set ProjectDir=$(ProjectDir)
159set SolutionDir=$(SolutionDir)
160set Outdir=$(Outdir)
161
162call PreBuildEvent.cmd
163SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs"</PreBuildEvent>
164  </PropertyGroup>
165</Project>
Note: See TracBrowser for help on using the repository browser.