Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/11 15:54:13 (13 years ago)
Author:
mkommend
Message:

#1653: Renamed frame files.

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  
    119119    <Compile Include="Controller.cs" />
    120120    <Compile Include="Ghosts.cs" />
    121     <Compile Include="HeuristicLabNetronPlugin.cs" />
     121    <Compile Include="Plugin.cs" />
    122122    <Compile Include="Properties\AssemblyInfo.cs" />
    123123    <Compile Include="TextEditor.cs" />
     
    128128      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    129129      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    130   <Private>False</Private></ProjectReference>
     130      <Private>False</Private>
     131    </ProjectReference>
    131132    <ProjectReference Include="..\Netron.Diagramming.Core-3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446.csproj">
    132133      <Project>{96AEBBEE-4203-45F3-BCF5-7B73BF256BDA}</Project>
    133134      <Name>Netron.Diagramming.Core-3.0.2672.12446</Name>
    134   <Private>False</Private></ProjectReference>
     135      <Private>False</Private>
     136    </ProjectReference>
    135137  </ItemGroup>
    136138  <ItemGroup>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/Plugin.cs

    r6829 r6833  
    2828  [PluginFile("Netron.Diagramming.Core-3.0.2672.12446.dll", PluginFileType.Assembly)]
    2929  [PluginFile("Netron.Diagramming.Core License.txt", PluginFileType.License)]
    30   public class HeuristicLabNetronPlugin : PluginBase {
     30  public class Plugin : PluginBase {
    3131  }
    3232}
Note: See TracChangeset for help on using the changeset viewer.