Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/06/12 11:35:59 (12 years ago)
Author:
ascheibe
Message:

#1937

  • fixed wrong assembly references in project files
  • fixed cases of file names
  • removed an InvokeRequired check that Mono couldn't handle
  • changed visibility of inherited setters so that the Mono compiler doesn't crash
  • specified the namespace of the Random class so that Mono doesn't confuses it with our Random class
File:
1 edited

Legend:

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

    r8334 r8587  
    9999  </PropertyGroup>
    100100  <ItemGroup>
    101     <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    102       <Private>False</Private>
    103     </Reference>
    104101    <Reference Include="Microsoft.CSharp" />
    105102    <Reference Include="System" />
     
    152149      <SubType>UserControl</SubType>
    153150    </Compile>
    154     <Compile Include="ProblemView.designer.cs">
     151    <Compile Include="ProblemView.Designer.cs">
    155152      <DependentUpon>ProblemView.cs</DependentUpon>
    156153    </Compile>
     
    386383      <Private>False</Private>
    387384    </ProjectReference>
     385    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     386      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     387      <Name>HeuristicLab.Analysis-3.3</Name>
     388      <Private>False</Private>
     389    </ProjectReference>
    388390  </ItemGroup>
    389391  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.