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 | </PropertyGroup>
|
---|
78 | <ItemGroup>
|
---|
79 | <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
|
---|
80 | <SpecificVersion>False</SpecificVersion>
|
---|
81 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.NRefactory.dll</HintPath>
|
---|
82 | </Reference>
|
---|
83 | <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
---|
84 | <SpecificVersion>False</SpecificVersion>
|
---|
85 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
86 | </Reference>
|
---|
87 | <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
---|
88 | <SpecificVersion>False</SpecificVersion>
|
---|
89 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.TextEditor.dll</HintPath>
|
---|
90 | </Reference>
|
---|
91 | <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
---|
92 | <SpecificVersion>False</SpecificVersion>
|
---|
93 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\Mono.Cecil.dll</HintPath>
|
---|
94 | </Reference>
|
---|
95 | <Reference Include="System" />
|
---|
96 | <Reference Include="System.Core">
|
---|
97 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
98 | </Reference>
|
---|
99 | <Reference Include="System.Data" />
|
---|
100 | <Reference Include="System.Drawing" />
|
---|
101 | <Reference Include="System.Windows.Forms" />
|
---|
102 | <Reference Include="System.Xml" />
|
---|
103 | </ItemGroup>
|
---|
104 | <ItemGroup>
|
---|
105 | <Compile Include="CodeCompletionData.cs" />
|
---|
106 | <EmbeddedResource Include="CodeEditor.resx">
|
---|
107 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
108 | </EmbeddedResource>
|
---|
109 | <EmbeddedResource Include="CodeViewer.resx">
|
---|
110 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
111 | </EmbeddedResource>
|
---|
112 | <Compile Include="CodeCompletionProvider.cs" />
|
---|
113 | <Compile Include="CodeCompletionKeyHandler.cs" />
|
---|
114 | <Compile Include="CodeViewer.cs">
|
---|
115 | <SubType>Form</SubType>
|
---|
116 | </Compile>
|
---|
117 | <Compile Include="CodeViewer.Designer.cs">
|
---|
118 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
119 | </Compile>
|
---|
120 | <Compile Include="HeuristicLabCodeEditorPlugin.cs" />
|
---|
121 | <Compile Include="ErrorBookmark.cs" />
|
---|
122 | <Compile Include="HostCallbackImplementation.cs" />
|
---|
123 | <Compile Include="CodeEditor.cs">
|
---|
124 | <SubType>UserControl</SubType>
|
---|
125 | </Compile>
|
---|
126 | <Compile Include="CodeEditor.Designer.cs">
|
---|
127 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
128 | </Compile>
|
---|
129 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
130 | <Compile Include="ToolTipProvider.cs" />
|
---|
131 | </ItemGroup>
|
---|
132 | <ItemGroup>
|
---|
133 | <None Include="HeuristicLab.snk" />
|
---|
134 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
135 | </ItemGroup>
|
---|
136 | <ItemGroup>
|
---|
137 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
|
---|
138 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
139 | <Name>HeuristicLab.Common.Resources-3.2</Name>
|
---|
140 | </ProjectReference>
|
---|
141 | <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
|
---|
142 | <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
|
---|
143 | <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
|
---|
144 | </ProjectReference>
|
---|
145 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
146 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
147 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
148 | </ProjectReference>
|
---|
149 | </ItemGroup>
|
---|
150 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
---|
151 | <PropertyGroup>
|
---|
152 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
153 | set ProjectDir=$(ProjectDir)
|
---|
154 | set SolutionDir=$(SolutionDir)
|
---|
155 | set Outdir=$(Outdir)
|
---|
156 |
|
---|
157 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
158 | </PropertyGroup>
|
---|
159 | </Project> |
---|