Changeset 3702 for trunk/sources/HeuristicLab.CodeEditor
- Timestamp:
- 05/07/10 15:27:15 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.CodeEditor/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj
r2911 r3702 140 140 </ItemGroup> 141 141 <ItemGroup> 142 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">142 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 143 143 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 144 <Name>HeuristicLab.Common.Resources-3. 2</Name>144 <Name>HeuristicLab.Common.Resources-3.3</Name> 145 145 </ProjectReference> 146 146 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj"> -
trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLabCodeEditorPlugin.cs.frame
r2911 r3702 29 29 [Plugin("HeuristicLab.CodeEditor", "3.2.0.$WCREV$")] 30 30 [PluginFile("HeuristicLab.CodeEditor-3.2.dll", PluginFileType.Assembly)] 31 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 32 32 [PluginDependency("HeuristicLab.SharpDevelop", "3.1.1.5327")] 33 33 public class HeuristicLabCodeEditorPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.