Changeset 7830 for trunk/sources/HeuristicLab.Problems.Instances.Views
- Timestamp:
- 05/15/12 16:25:59 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.Views/3.3
- Files:
-
- 1 added
- 1 deleted
- 1 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.Views/3.3
- Property svn:ignore
-
old new 3 3 obj 4 4 Plugin.cs 5 *.user
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/Plugin.cs.frame
r7826 r7830 23 23 24 24 namespace HeuristicLab.Problems.Instances.Views { 25 [Plugin("HeuristicLab.Problems.Instances.Views", "3. 4.0.$WCREV$")]26 [PluginFile("HeuristicLab.Problems.Instances.Views-3. 4.dll", PluginFileType.Assembly)]25 [Plugin("HeuristicLab.Problems.Instances.Views", "3.3.6.$WCREV$")] 26 [PluginFile("HeuristicLab.Problems.Instances.Views-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] 28 28 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] -
trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/Properties/AssemblyInfo.cs.frame
r7664 r7830 52 52 // You can specify all the values or you can default the Revision and Build Numbers 53 53 // by using the '*' as shown below: 54 [assembly: AssemblyVersion("3. 4.0.0")]55 [assembly: AssemblyFileVersion("3. 4.2.$WCREV$")]54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3.6.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.