- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Operators.Views.GraphVisualization/3.3/BidirectionalLookup.cs
r7259 r9363 26 26 namespace HeuristicLab.Operators.Views.GraphVisualization { 27 27 [StorableClass] 28 publicclass BidirectionalLookup<TFirst, TSecond> {28 internal class BidirectionalLookup<TFirst, TSecond> { 29 29 [Storable] 30 30 private Dictionary<TFirst, TSecond> firstToSecond; -
branches/OaaS/HeuristicLab.Operators.Views.GraphVisualization/3.3/HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj
r6866 r9363 197 197 --> 198 198 <PropertyGroup> 199 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)199 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 200 200 set ProjectDir=$(ProjectDir) 201 201 set SolutionDir=$(SolutionDir) … … 204 204 call PreBuildEvent.cmd 205 205 </PreBuildEvent> 206 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 207 export ProjectDir=$(ProjectDir) 208 export SolutionDir=$(SolutionDir) 209 210 $SolutionDir/PreBuildEvent.sh 211 </PreBuildEvent> 206 212 </PropertyGroup> 207 213 </Project> -
branches/OaaS/HeuristicLab.Operators.Views.GraphVisualization/3.3/Plugin.cs.frame
r7259 r9363 29 29 /// Plugin class for HeuristicLab.Operators.Views plugin. 30 30 /// </summary> 31 [Plugin("HeuristicLab.Operators.Views.GraphVisualization", "3.3. 6.$WCREV$")]31 [Plugin("HeuristicLab.Operators.Views.GraphVisualization", "3.3.7.$WCREV$")] 32 32 [PluginFile("HeuristicLab.Operators.Views.GraphVisualization-3.3.dll", PluginFileType.Assembly)] 33 33 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/OaaS/HeuristicLab.Operators.Views.GraphVisualization/3.3/Properties/AssemblyInfo.cs.frame
r7259 r9363 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.