Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/10 15:27:15 (14 years ago)
Author:
mkommend
Message:

updated plugin version of tracing and common.resources to 3.3 (ticket #1002)

Location:
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3
Files:
2 edited

Legend:

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

    r3572 r3702  
    176176  </ItemGroup>
    177177  <ItemGroup>
    178     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     178    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    179179      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    180       <Name>HeuristicLab.Common.Resources-3.2</Name>
     180      <Name>HeuristicLab.Common.Resources-3.3</Name>
    181181    </ProjectReference>
    182182    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLabMainFormWindowsFormsPlugin.cs.frame

    r3437 r3702  
    2929  [PluginFile("HeuristicLab.MainForm.WindowsForms-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Common", "3.3")]
    31   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     31  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3232  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3333  [PluginDependency("HeuristicLab.WinFormsUI", "2.3.1")]
Note: See TracChangeset for help on using the changeset viewer.