- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r6832 r6833 119 119 <Compile Include="Controller.cs" /> 120 120 <Compile Include="Ghosts.cs" /> 121 <Compile Include=" HeuristicLabNetronPlugin.cs" />121 <Compile Include="Plugin.cs" /> 122 122 <Compile Include="Properties\AssemblyInfo.cs" /> 123 123 <Compile Include="TextEditor.cs" /> … … 128 128 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 129 129 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 130 <Private>False</Private></ProjectReference> 130 <Private>False</Private> 131 </ProjectReference> 131 132 <ProjectReference Include="..\Netron.Diagramming.Core-3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446.csproj"> 132 133 <Project>{96AEBBEE-4203-45F3-BCF5-7B73BF256BDA}</Project> 133 134 <Name>Netron.Diagramming.Core-3.0.2672.12446</Name> 134 <Private>False</Private></ProjectReference> 135 <Private>False</Private> 136 </ProjectReference> 135 137 </ItemGroup> 136 138 <ItemGroup> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/Plugin.cs
r6829 r6833 28 28 [PluginFile("Netron.Diagramming.Core-3.0.2672.12446.dll", PluginFileType.Assembly)] 29 29 [PluginFile("Netron.Diagramming.Core License.txt", PluginFileType.License)] 30 public class HeuristicLabNetronPlugin : PluginBase {30 public class Plugin : PluginBase { 31 31 } 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.