Changeset 9203 for trunk/sources/HeuristicLab.CodeEditor
- Timestamp:
- 02/04/13 15:07:42 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.CodeEditor/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj ¶
r8600 r9203 114 114 </PropertyGroup> 115 115 <ItemGroup> 116 <Reference Include="ICSharpCode.NRefactory, Version=3. 1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">116 <Reference Include="ICSharpCode.NRefactory, Version=3.2.1.0, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL"> 117 117 <SpecificVersion>False</SpecificVersion> 118 118 <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath> 119 119 <Private>False</Private> 120 120 </Reference> 121 <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3. 1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">121 <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.2.1.0, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL"> 122 122 <SpecificVersion>False</SpecificVersion> 123 123 <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath> 124 124 <Private>False</Private> 125 125 </Reference> 126 <Reference Include="ICSharpCode.TextEditor, Version=3. 1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">126 <Reference Include="ICSharpCode.TextEditor, Version=3.2.1.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL"> 127 127 <SpecificVersion>False</SpecificVersion> 128 128 <HintPath>..\..\bin\ICSharpCode.TextEditor.dll</HintPath> … … 207 207 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> 208 208 <PropertyGroup> 209 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)209 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 210 210 set ProjectDir=$(ProjectDir) 211 211 set SolutionDir=$(SolutionDir) … … 214 214 call PreBuildEvent.cmd 215 215 </PreBuildEvent> 216 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">216 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 217 217 export ProjectDir=$(ProjectDir) 218 218 export SolutionDir=$(SolutionDir) -
TabularUnified trunk/sources/HeuristicLab.CodeEditor/3.3/Plugin.cs.frame ¶
r8246 r9203 30 30 [PluginFile("HeuristicLab.CodeEditor-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 32 [PluginDependency("HeuristicLab.SharpDevelop", "3. 1.1.5327")]32 [PluginDependency("HeuristicLab.SharpDevelop", "3.2.1")] 33 33 public class HeuristicLabCodeEditorPlugin : PluginBase { 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.