Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/13 15:07:42 (11 years ago)
Author:
abeham
Message:

#2012:

  • Removed plugin HeuristicLab.SharpDevelop-3.1.1.5327
  • Added plugin HeuristicLab.SharpDevelop-3.2.1
    • Contains custom built binaries from SharpDevelop's 3.x branch
  • Changed dependency in HeuristicLab.CodeEditor-3.3
  • Removed log4net from ExtLibs
Location:
trunk/sources/HeuristicLab.CodeEditor/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj

    r8600 r9203  
    114114  </PropertyGroup>
    115115  <ItemGroup>
    116     <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
     116    <Reference Include="ICSharpCode.NRefactory, Version=3.2.1.0, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
    117117      <SpecificVersion>False</SpecificVersion>
    118118      <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath>
    119119      <Private>False</Private>
    120120    </Reference>
    121     <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
     121    <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.2.1.0, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
    122122      <SpecificVersion>False</SpecificVersion>
    123123      <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
    124124      <Private>False</Private>
    125125    </Reference>
    126     <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
     126    <Reference Include="ICSharpCode.TextEditor, Version=3.2.1.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
    127127      <SpecificVersion>False</SpecificVersion>
    128128      <HintPath>..\..\bin\ICSharpCode.TextEditor.dll</HintPath>
     
    207207  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
    208208  <PropertyGroup>
    209    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     209    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    210210set ProjectDir=$(ProjectDir)
    211211set SolutionDir=$(SolutionDir)
     
    214214call PreBuildEvent.cmd
    215215</PreBuildEvent>
    216 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     216    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    217217export ProjectDir=$(ProjectDir)
    218218export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.CodeEditor/3.3/Plugin.cs.frame

    r8246 r9203  
    3030  [PluginFile("HeuristicLab.CodeEditor-3.3.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    32   [PluginDependency("HeuristicLab.SharpDevelop", "3.1.1.5327")]
     32  [PluginDependency("HeuristicLab.SharpDevelop", "3.2.1")]
    3333  public class HeuristicLabCodeEditorPlugin : PluginBase {
    3434  }
Note: See TracChangeset for help on using the changeset viewer.