Changeset 3705 for trunk/sources
- Timestamp:
- 05/07/10 15:40:44 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 deleted
- 5 edited
- 2 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r3702 r3705 103 103 EndProjectSection 104 104 EndProject 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}"105 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tracing-3.3", "HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj", "{EE2034D9-6E27-48A1-B855-42D45F69A4FC}" 106 106 EndProject 107 107 Project("{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}" … … 148 148 EndProjectSection 149 149 EndProject 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}"150 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.CodeEditor-3.3", "HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj", "{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}" 151 151 EndProject 152 152 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLab.SharpDevelop", "HeuristicLab.SharpDevelop", "{F94E41E4-F25F-4302-8486-0BEF121CF5C8}" -
trunk/sources/HeuristicLab 3.3/Files.txt
r3702 r3705 14 14 HeuristicLab.Analysis\3.3:HeuristicLab.Analysis-3.3.dll 15 15 HeuristicLab.Analysis.Views\3.3:HeuristicLab.Analysis.Views-3.3.dll 16 HeuristicLab.CodeEditor\3. 2:HeuristicLab.CodeEditor-3.2.dll16 HeuristicLab.CodeEditor\3.3:HeuristicLab.CodeEditor-3.3.dll 17 17 HeuristicLab.Collections\3.3:HeuristicLab.Collections-3.3.dll 18 18 HeuristicLab.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 148 148 <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj"> 149 149 <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project> 150 <Name>HeuristicLab.Tracing-3. 2</Name>150 <Name>HeuristicLab.Tracing-3.3</Name> 151 151 </ProjectReference> 152 152 <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj"> -
trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r3702 r3705 3 3 <OutputType>Library</OutputType> 4 4 <RootNamespace>HeuristicLab.CodeEditor</RootNamespace> 5 <AssemblyName>HeuristicLab.CodeEditor-3. 2</AssemblyName>5 <AssemblyName>HeuristicLab.CodeEditor-3.3</AssemblyName> 6 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 7 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> … … 56 56 <DebugType>pdbonly</DebugType> 57 57 <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> 59 59 <DebugSymbols>true</DebugSymbols> 60 60 </PropertyGroup> … … 75 75 <DebugType>None</DebugType> 76 76 <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> 78 78 </PropertyGroup> 79 79 <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> 81 81 </PropertyGroup> 82 82 <ItemGroup> -
trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLabCodeEditorPlugin.cs.frame
r3702 r3705 27 27 28 28 namespace 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)] 31 31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 32 32 [PluginDependency("HeuristicLab.SharpDevelop", "3.1.1.5327")] -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r3702 r3705 101 101 </ItemGroup> 102 102 <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"> 104 104 <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project> 105 <Name>HeuristicLab.CodeEditor-3. 2</Name>105 <Name>HeuristicLab.CodeEditor-3.3</Name> 106 106 </ProjectReference> 107 107 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs.frame
r3443 r3705 28 28 [Plugin("HeuristicLab.Operators.Programmable", "3.3.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Operators.Programmable-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.CodeEditor", "3. 2")]30 [PluginDependency("HeuristicLab.CodeEditor", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 32 [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.