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>None</DebugType>
|
---|
57 | <PlatformTarget>x86</PlatformTarget>
|
---|
58 | </PropertyGroup>
|
---|
59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
60 | <DebugSymbols>true</DebugSymbols>
|
---|
61 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
62 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
63 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
64 | <FileAlignment>4096</FileAlignment>
|
---|
65 | <DebugType>Full</DebugType>
|
---|
66 | <PlatformTarget>x64</PlatformTarget>
|
---|
67 | </PropertyGroup>
|
---|
68 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
69 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
70 | <DefineConstants>TRACE</DefineConstants>
|
---|
71 | <Optimize>true</Optimize>
|
---|
72 | <FileAlignment>4096</FileAlignment>
|
---|
73 | <DebugType>None</DebugType>
|
---|
74 | <PlatformTarget>x64</PlatformTarget>
|
---|
75 | </PropertyGroup>
|
---|
76 | <ItemGroup>
|
---|
77 | <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.2.0.2615, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
78 | <SpecificVersion>False</SpecificVersion>
|
---|
79 | <HintPath>..\..\HeuristicLab.PluginInfrastructure\bin\x86\Debug\HeuristicLab.PluginInfrastructure.dll</HintPath>
|
---|
80 | </Reference>
|
---|
81 | <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
|
---|
82 | <SpecificVersion>False</SpecificVersion>
|
---|
83 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.NRefactory.dll</HintPath>
|
---|
84 | </Reference>
|
---|
85 | <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
---|
86 | <SpecificVersion>False</SpecificVersion>
|
---|
87 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
88 | </Reference>
|
---|
89 | <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
---|
90 | <SpecificVersion>False</SpecificVersion>
|
---|
91 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.TextEditor.dll</HintPath>
|
---|
92 | </Reference>
|
---|
93 | <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
---|
94 | <SpecificVersion>False</SpecificVersion>
|
---|
95 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\Mono.Cecil.dll</HintPath>
|
---|
96 | </Reference>
|
---|
97 | <Reference Include="System" />
|
---|
98 | <Reference Include="System.Core">
|
---|
99 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
100 | </Reference>
|
---|
101 | <Reference Include="System.Data" />
|
---|
102 | <Reference Include="System.Drawing" />
|
---|
103 | <Reference Include="System.Windows.Forms" />
|
---|
104 | <Reference Include="System.Xml" />
|
---|
105 | </ItemGroup>
|
---|
106 | <ItemGroup>
|
---|
107 | <Compile Include="CodeCompletionData.cs" />
|
---|
108 | <EmbeddedResource Include="CodeEditor.resx">
|
---|
109 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
110 | </EmbeddedResource>
|
---|
111 | <EmbeddedResource Include="CodeViewer.resx">
|
---|
112 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
113 | </EmbeddedResource>
|
---|
114 | <Compile Include="CodeCompletionProvider.cs" />
|
---|
115 | <Compile Include="CodeCompletionKeyHandler.cs" />
|
---|
116 | <Compile Include="CodeViewer.cs">
|
---|
117 | <SubType>Form</SubType>
|
---|
118 | </Compile>
|
---|
119 | <Compile Include="CodeViewer.Designer.cs">
|
---|
120 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
121 | </Compile>
|
---|
122 | <Compile Include="HeuristicLabCodeEditorPlugin.cs" />
|
---|
123 | <Compile Include="ErrorBookmark.cs" />
|
---|
124 | <Compile Include="HostCallbackImplementation.cs" />
|
---|
125 | <Compile Include="CodeEditor.cs">
|
---|
126 | <SubType>UserControl</SubType>
|
---|
127 | </Compile>
|
---|
128 | <Compile Include="CodeEditor.Designer.cs">
|
---|
129 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
130 | </Compile>
|
---|
131 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
132 | <Compile Include="ToolTipProvider.cs" />
|
---|
133 | </ItemGroup>
|
---|
134 | <ItemGroup>
|
---|
135 | <None Include="HeuristicLab.snk" />
|
---|
136 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
137 | </ItemGroup>
|
---|
138 | <ItemGroup>
|
---|
139 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
|
---|
140 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
141 | <Name>HeuristicLab.Common.Resources-3.2</Name>
|
---|
142 | </ProjectReference>
|
---|
143 | <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
|
---|
144 | <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
|
---|
145 | <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
|
---|
146 | </ProjectReference>
|
---|
147 | </ItemGroup>
|
---|
148 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
---|
149 | <PropertyGroup>
|
---|
150 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
151 | set ProjectDir=$(ProjectDir)
|
---|
152 | set SolutionDir=$(SolutionDir)
|
---|
153 | set Outdir=$(Outdir)
|
---|
154 |
|
---|
155 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
156 | </PropertyGroup>
|
---|
157 | </Project> |
---|