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
Files:
12 edited
15 moved

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/HeuristicLab.ALGLIB-3.1.0

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabALGLIBPlugin.cs
        55*.vs10x
         6Plugin.cs
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/HeuristicLab.ALGLIB-3.1.0/HeuristicLab.ALGLIB-3.1.0.csproj

    r6832 r6833  
    107107  </ItemGroup>
    108108  <ItemGroup>
    109     <Compile Include="HeuristicLabALGLIBPlugin.cs" />
     109    <Compile Include="Plugin.cs" />
    110110    <Compile Include="Properties\AssemblyInfo.cs" />
    111111  </ItemGroup>
     
    114114      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    115115      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    116   <Private>False</Private></ProjectReference>
     116      <Private>False</Private>
     117    </ProjectReference>
    117118    <ProjectReference Include="..\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
    118119      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
    119120      <Name>ALGLIB-3.1.0</Name>
    120   <Private>False</Private></ProjectReference>
     121      <Private>False</Private>
     122    </ProjectReference>
    121123  </ItemGroup>
    122124  <ItemGroup>
    123125    <None Include="HeuristicLab.snk" />
    124     <None Include="HeuristicLabALGLIBPlugin.cs.frame" />
    125     <None Include="Properties\AssemblyInfo.frame" />
     126    <None Include="Plugin.cs.frame" />
     127    <None Include="Properties\AssemblyInfo.cs.frame" />
    126128  </ItemGroup>
    127129  <ItemGroup>
     
    162164
    163165call PreBuildEvent.cmd
    164 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabALGLIBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabALGLIBPlugin.cs"</PreBuildEvent>
     166</PreBuildEvent>
    165167  </PropertyGroup>
    166168</Project>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0/HeuristicLab.DayView-1.0.csproj

    r6832 r6833  
    107107  </ItemGroup>
    108108  <ItemGroup>
    109     <Compile Include="HeuristicLabDayViewPlugin.cs" />
     109    <Compile Include="Plugin.cs" />
    110110    <Compile Include="Properties\AssemblyInfo.cs" />
    111111  </ItemGroup>
    112112  <ItemGroup>
    113113    <None Include="HeuristicLab.snk" />
    114     <None Include="Properties\AssemblyInfo.frame" />
     114    <None Include="Properties\AssemblyInfo.cs.frame" />
    115115  </ItemGroup>
    116116  <ItemGroup>
     
    143143      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    144144      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    145   <Private>False</Private></ProjectReference>
     145      <Private>False</Private>
     146    </ProjectReference>
    146147  </ItemGroup>
    147148  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0/Plugin.cs

    r6829 r6833  
    2727  [PluginFile("Calendar.DayView.dll", PluginFileType.Assembly)]
    2828  [PluginFile("DayView License.txt", PluginFileType.License)]
    29   public class HeuristicLabDayViewPlugin : PluginBase {
     29  public class Plugin : PluginBase {
    3030  }
    3131}
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabLibSVMPlugin.cs
        55*.vs10x
         6Plugin.cs
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3/HeuristicLab.LibSVM-1.6.3.csproj

    r6832 r6833  
    1212    <AssemblyName>HeuristicLab.LibSVM-1.6.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    5354    <ErrorReport>prompt</ErrorReport>
    5455    <WarningLevel>4</WarningLevel>
    55     <DocumentationFile></DocumentationFile>
     56    <DocumentationFile>
     57    </DocumentationFile>
    5658    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5759  </PropertyGroup>
     
    6870    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    6971    <DefineConstants>TRACE</DefineConstants>
    70     <DocumentationFile></DocumentationFile>
     72    <DocumentationFile>
     73    </DocumentationFile>
    7174    <Optimize>true</Optimize>
    7275    <DebugType>pdbonly</DebugType>
     
    8790    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    8891    <DefineConstants>TRACE</DefineConstants>
    89     <DocumentationFile></DocumentationFile>
     92    <DocumentationFile>
     93    </DocumentationFile>
    9094    <Optimize>true</Optimize>
    9195    <DebugType>pdbonly</DebugType>
     
    109113  </ItemGroup>
    110114  <ItemGroup>
    111     <None Include="HeuristicLabLibSVMPlugin.cs.frame" />
    112     <Compile Include="HeuristicLabLibSVMPlugin.cs" />
     115    <None Include="Plugin.cs.frame" />
     116    <Compile Include="Plugin.cs" />
    113117    <Compile Include="Properties\AssemblyInfo.cs" />
    114118  </ItemGroup>
     
    120124  <ItemGroup>
    121125    <None Include="HeuristicLab.snk" />
    122     <None Include="Properties\AssemblyInfo.frame" />
     126    <None Include="Properties\AssemblyInfo.cs.frame" />
    123127  </ItemGroup>
    124128  <ItemGroup>
     
    126130      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    127131      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    128   <Private>False</Private></ProjectReference>
     132      <Private>False</Private>
     133    </ProjectReference>
    129134    <ProjectReference Include="..\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
    130135      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
    131136      <Name>LibSVM-1.6.3</Name>
    132   <Private>False</Private></ProjectReference>
     137      <Private>False</Private>
     138    </ProjectReference>
    133139  </ItemGroup>
    134140  <ItemGroup>
     
    164170
    165171call PreBuildEvent.cmd
    166 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabLibSVMPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabLibSVMPlugin.cs"</PreBuildEvent>
     172</PreBuildEvent>
    167173  </PropertyGroup>
    168174</Project>
  • 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}
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabProtobufCSPlugin.cs
        55*.vs10x
         6Plugin.cs
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-0.9.1.csproj

    r6832 r6833  
    1212    <AssemblyName>HeuristicLab.ProtobufCS-0.9.1</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    9596  </ItemGroup>
    9697  <ItemGroup>
    97     <None Include="HeuristicLabProtobufCSPlugin.cs.frame" />
    98     <Compile Include="HeuristicLabProtobufCSPlugin.cs" />
     98    <None Include="Plugin.cs.frame" />
     99    <Compile Include="Plugin.cs" />
    99100    <Compile Include="Properties\AssemblyInfo.cs" />
    100     <None Include="Properties\AssemblyInfo.frame" />
     101    <None Include="Properties\AssemblyInfo.cs.frame" />
    101102  </ItemGroup>
    102103  <ItemGroup>
     
    104105      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    105106      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    106   <Private>False</Private></ProjectReference>
     107      <Private>False</Private>
     108    </ProjectReference>
    107109    <ProjectReference Include="..\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj">
    108110      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    109111      <Name>ProtocolBuffers</Name>
    110   <Private>False</Private></ProjectReference>
     112      <Private>False</Private>
     113    </ProjectReference>
    111114  </ItemGroup>
    112115  <ItemGroup>
     
    150153
    151154call PreBuildEvent.cmd
    152 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProtobufCSPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProtobufCSPlugin.cs"</PreBuildEvent>
     155</PreBuildEvent>
    153156  </PropertyGroup>
    154157</Project>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj

    r6832 r6833  
    1212    <AssemblyName>HeuristicLab.SharpDevelop-3.1.1.5327</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    123124  </ItemGroup>
    124125  <ItemGroup>
    125     <Compile Include="HeuristicLabSharpDevelopPlugin.cs" />
     126    <Compile Include="Plugin.cs" />
    126127    <None Include="HeuristicLab.snk" />
    127     <None Include="Properties\AssemblyInfo.frame" />
     128    <None Include="Properties\AssemblyInfo.cs.frame" />
    128129    <Compile Include="Properties\AssemblyInfo.cs" />
    129130  </ItemGroup>
     
    152153      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    153154      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    154   <Private>False</Private></ProjectReference>
     155      <Private>False</Private>
     156    </ProjectReference>
    155157  </ItemGroup>
    156158  <ItemGroup>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/Plugin.cs

    r6829 r6833  
    3232  [PluginFile("SharpDevelop License.txt", PluginFileType.License)]
    3333  [PluginDependency("HeuristicLab.log4net", "1.2.10.0")]
    34   public class HeuristicLabSharpDevelopPlugin : PluginBase {
     34  public class Plugin : PluginBase {
    3535  }
    3636}
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabWinFormsUIPlugin.cs
        55*.vs10x
         6Plugin.cs
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj

    r6832 r6833  
    1212    <AssemblyName>HeuristicLab.WinFormsUI-2.3.1</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    106107  </ItemGroup>
    107108  <ItemGroup>
    108     <None Include="HeuristicLabWinFormsUIPlugin.cs.frame" />
    109     <Compile Include="HeuristicLabWinFormsUIPlugin.cs" />
     109    <None Include="Plugin.cs.frame" />
     110    <Compile Include="Plugin.cs" />
    110111    <Compile Include="Properties\AssemblyInfo.cs" />
    111112  </ItemGroup>
    112113  <ItemGroup>
    113     <None Include="Properties\AssemblyInfo.frame" />
     114    <None Include="Properties\AssemblyInfo.cs.frame" />
    114115  </ItemGroup>
    115116  <ItemGroup>
     
    123124      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    124125      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    125   <Private>False</Private></ProjectReference>
     126      <Private>False</Private>
     127    </ProjectReference>
    126128    <ProjectReference Include="..\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
    127129      <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project>
    128130      <Name>WinFormsUI-2.3.1</Name>
    129   <Private>False</Private></ProjectReference>
     131      <Private>False</Private>
     132    </ProjectReference>
    130133  </ItemGroup>
    131134  <ItemGroup>
     
    161164
    162165call PreBuildEvent.cmd
    163 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs"</PreBuildEvent>
     166</PreBuildEvent>
    164167  </PropertyGroup>
    165168</Project>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLab.log4net-1.2.10.0.csproj

    r6832 r6833  
    1212    <AssemblyName>HeuristicLab.log4net-1.2.10.0</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    5354    <ErrorReport>prompt</ErrorReport>
    5455    <WarningLevel>4</WarningLevel>
    55     <DocumentationFile></DocumentationFile>
     56    <DocumentationFile>
     57    </DocumentationFile>
    5658    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5759  </PropertyGroup>
     
    6870    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    6971    <DefineConstants>TRACE</DefineConstants>
    70     <DocumentationFile></DocumentationFile>
     72    <DocumentationFile>
     73    </DocumentationFile>
    7174    <Optimize>true</Optimize>
    7275    <DebugType>pdbonly</DebugType>
     
    8790    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    8891    <DefineConstants>TRACE</DefineConstants>
    89     <DocumentationFile></DocumentationFile>
     92    <DocumentationFile>
     93    </DocumentationFile>
    9094    <Optimize>true</Optimize>
    9195    <DebugType>pdbonly</DebugType>
     
    109113  </ItemGroup>
    110114  <ItemGroup>
    111     <Compile Include="HeuristicLablog4netPlugin.cs" />
     115    <Compile Include="Plugin.cs" />
    112116    <Compile Include="Properties\AssemblyInfo.cs" />
    113117  </ItemGroup>
    114118  <ItemGroup>
    115119    <None Include="HeuristicLab.snk" />
    116     <None Include="Properties\AssemblyInfo.frame" />
     120    <None Include="Properties\AssemblyInfo.cs.frame" />
    117121  </ItemGroup>
    118122  <ItemGroup>
     
    120124      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    121125      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    122   <Private>False</Private></ProjectReference>
     126      <Private>False</Private>
     127    </ProjectReference>
    123128  </ItemGroup>
    124129  <ItemGroup>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/Plugin.cs

    r6829 r6833  
    2727  [PluginFile("log4net.dll", PluginFileType.Assembly)]
    2828  [PluginFile("log4net License.txt", PluginFileType.License)]
    29   public class HeuristicLablog4netPlugin : PluginBase {
     29  public class Plugin : PluginBase {
    3030  }
    3131}
Note: See TracChangeset for help on using the changeset viewer.