Changeset 17053 for stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/HeuristicLab.SimSharp-3.1.1/Plugin.cs.frame
- Timestamp:
- 07/04/19 12:55:52 (5 years ago)
- Location:
- stable
- Files:
-
- 3 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/HeuristicLab.ExtLibs merged: 16779
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/HeuristicLab.SimSharp-3.1.1/Plugin.cs.frame
r15972 r17053 23 23 24 24 namespace HeuristicLab.SimSharp { 25 [Plugin("HeuristicLab.SimSharp", "Transport plugin for the simulation framework Sim#", "3. 0.11.$WCREV$")]26 [PluginFile("HeuristicLab.SimSharp-3. 0.11.dll", PluginFileType.Assembly)]27 [PluginFile("SimSharp-3. 0.11.dll", PluginFileType.Assembly)]28 [PluginFile("SimSharp-3. 0.11 License.txt", PluginFileType.License)]25 [Plugin("HeuristicLab.SimSharp", "Transport plugin for the simulation framework Sim#", "3.1.1.$WCREV$")] 26 [PluginFile("HeuristicLab.SimSharp-3.1.1.dll", PluginFileType.Assembly)] 27 [PluginFile("SimSharp-3.1.1.dll", PluginFileType.Assembly)] 28 [PluginFile("SimSharp-3.1.1 License.txt", PluginFileType.License)] 29 29 public class HeuristicLabSimSharpPlugin : PluginBase { 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.