Changeset 7215 for branches/HeuristicLab.Hive.Azure/HeuristicLab.CodeEditor
- Timestamp:
- 12/20/11 13:54:57 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure
- Property svn:ignore
-
old new 4 4 *.suo 5 5 *.vsp 6 Doxygen 6 7 Google.ProtocolBuffers-0.9.1.dll 7 8 HeuristicLab 3.3.5.1.ReSharper.user 8 9 HeuristicLab 3.3.6.0.ReSharper.user 9 10 HeuristicLab.4.5.resharper.user 11 HeuristicLab.ExtLibs.6.0.ReSharper.user 10 12 HeuristicLab.resharper.user 11 13 ProtoGen.exe … … 16 18 bin 17 19 protoc.exe 18 HeuristicLab.ExtLibs.6.0.ReSharper.user19 Doxygen
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r6866 r7215 116 116 <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL"> 117 117 <SpecificVersion>False</SpecificVersion> 118 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.NRefactory.dll</HintPath> 118 <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath> 119 <Private>False</Private> 119 120 </Reference> 120 121 <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL"> 121 122 <SpecificVersion>False</SpecificVersion> 122 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.SharpDevelop.Dom.dll</HintPath> 123 <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath> 124 <Private>False</Private> 123 125 </Reference> 124 126 <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL"> 125 127 <SpecificVersion>False</SpecificVersion> 126 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.TextEditor.dll</HintPath> 128 <HintPath>..\..\bin\ICSharpCode.TextEditor.dll</HintPath> 129 <Private>False</Private> 127 130 </Reference> 128 131 <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> 129 132 <SpecificVersion>False</SpecificVersion> 130 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\Mono.Cecil.dll</HintPath> 133 <HintPath>..\..\bin\Mono.Cecil.dll</HintPath> 134 <Private>False</Private> 131 135 </Reference> 132 136 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.