Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3705


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

incremented version of CodeEditor to 3.3 (ticket #1002)

Location:
trunk/sources
Files:
1 deleted
5 edited
2 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r3702 r3705  
    103103  EndProjectSection
    104104EndProject
    105 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tracing-3.2", "HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj", "{EE2034D9-6E27-48A1-B855-42D45F69A4FC}"
     105Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tracing-3.3", "HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj", "{EE2034D9-6E27-48A1-B855-42D45F69A4FC}"
    106106EndProject
    107107Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Common.Resources-3.3", "HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj", "{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}"
     
    148148  EndProjectSection
    149149EndProject
    150 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.CodeEditor-3.2", "HeuristicLab.CodeEditor\3.2\HeuristicLab.CodeEditor-3.2.csproj", "{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}"
     150Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.CodeEditor-3.3", "HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj", "{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}"
    151151EndProject
    152152Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLab.SharpDevelop", "HeuristicLab.SharpDevelop", "{F94E41E4-F25F-4302-8486-0BEF121CF5C8}"
  • trunk/sources/HeuristicLab 3.3/Files.txt

    r3702 r3705  
    1414HeuristicLab.Analysis\3.3:HeuristicLab.Analysis-3.3.dll
    1515HeuristicLab.Analysis.Views\3.3:HeuristicLab.Analysis.Views-3.3.dll
    16 HeuristicLab.CodeEditor\3.2:HeuristicLab.CodeEditor-3.2.dll
     16HeuristicLab.CodeEditor\3.3:HeuristicLab.CodeEditor-3.3.dll
    1717HeuristicLab.Collections\3.3:HeuristicLab.Collections-3.3.dll
    1818HeuristicLab.Common\3.3:HeuristicLab.Common-3.3.dll
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Tests/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.Tests.csproj

    r3702 r3705  
    148148    <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
    149149      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
    150       <Name>HeuristicLab.Tracing-3.2</Name>
     150      <Name>HeuristicLab.Tracing-3.3</Name>
    151151    </ProjectReference>
    152152    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
  • trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj

    r3702 r3705  
    33    <OutputType>Library</OutputType>
    44    <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
    5     <AssemblyName>HeuristicLab.CodeEditor-3.2</AssemblyName>
     5    <AssemblyName>HeuristicLab.CodeEditor-3.3</AssemblyName>
    66    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    77    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     
    5656    <DebugType>pdbonly</DebugType>
    5757    <PlatformTarget>x86</PlatformTarget>
    58     <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
     58    <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
    5959    <DebugSymbols>true</DebugSymbols>
    6060  </PropertyGroup>
     
    7575    <DebugType>None</DebugType>
    7676    <PlatformTarget>x64</PlatformTarget>
    77     <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
     77    <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
    7878  </PropertyGroup>
    7979  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    80     <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
     80    <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
    8181  </PropertyGroup>
    8282  <ItemGroup>
  • trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLabCodeEditorPlugin.cs.frame

    r3702 r3705  
    2727
    2828namespace HeuristicLab.CodeEditor {
    29   [Plugin("HeuristicLab.CodeEditor", "3.2.0.$WCREV$")]
    30   [PluginFile("HeuristicLab.CodeEditor-3.2.dll", PluginFileType.Assembly)]
     29  [Plugin("HeuristicLab.CodeEditor", "3.3.0.$WCREV$")]
     30  [PluginFile("HeuristicLab.CodeEditor-3.3.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3232  [PluginDependency("HeuristicLab.SharpDevelop", "3.1.1.5327")]
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj

    r3702 r3705  
    101101  </ItemGroup>
    102102  <ItemGroup>
    103     <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.2\HeuristicLab.CodeEditor-3.2.csproj">
     103    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
    104104      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
    105       <Name>HeuristicLab.CodeEditor-3.2</Name>
     105      <Name>HeuristicLab.CodeEditor-3.3</Name>
    106106    </ProjectReference>
    107107    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs.frame

    r3443 r3705  
    2828  [Plugin("HeuristicLab.Operators.Programmable", "3.3.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Operators.Programmable-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.CodeEditor", "3.2")]
     30  [PluginDependency("HeuristicLab.CodeEditor", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.