Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 18:34:56 (14 years ago)
Author:
epitzer
Message:

Ensure proper resizing of CodeEditor and don't crash when removing non-existent assemblies (#842)

File:
1 edited

Legend:

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

    r2660 r2667  
    7575  </PropertyGroup>
    7676  <ItemGroup>
    77     <Reference Include="HeuristicLab.Common.Resources-3.2, Version=3.2.0.2591, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    78       <SpecificVersion>False</SpecificVersion>
    79       <HintPath>..\..\HeuristicLab.Common.Resources\3.2\bin\x86\Debug\HeuristicLab.Common.Resources-3.2.dll</HintPath>
    80     </Reference>
    8177    <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.2.0.2615, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    8278      <SpecificVersion>False</SpecificVersion>
     
    9490      <SpecificVersion>False</SpecificVersion>
    9591      <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>
    9696    </Reference>
    9797    <Reference Include="System" />
     
    137137  </ItemGroup>
    138138  <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>
    139143    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
    140144      <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
Note: See TracChangeset for help on using the changeset viewer.