Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/10 12:27:28 (14 years ago)
Author:
gkronber
Message:

Added operators for support vector regression. #1009

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3/HeuristicLab.LibSVM-1.6.3.csproj

    r2645 r3842  
    8383  </ItemGroup>
    8484  <ItemGroup>
     85    <None Include="HeuristicLabLibSVMPlugin.cs.frame" />
    8586    <Compile Include="HeuristicLabLibSVMPlugin.cs" />
    8687    <Compile Include="Properties\AssemblyInfo.cs" />
    8788  </ItemGroup>
    8889  <ItemGroup>
    89     <Content Include="LibSVM License.txt">
     90    <Content Include="SVM.NET-1.6.3 License.txt">
    9091      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    9192    </Content>
     
    9697  </ItemGroup>
    9798  <ItemGroup>
    98     <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
     99    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    99100      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    100101      <Name>HeuristicLab.PluginInfrastructure</Name>
     
    119120set Outdir=$(Outdir)
    120121
    121 call PreBuildEvent.cmd</PreBuildEvent>
     122call PreBuildEvent.cmd
     123SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabLibSVMPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabLibSVMPlugin.cs"</PreBuildEvent>
    122124  </PropertyGroup>
    123125</Project>
Note: See TracChangeset for help on using the changeset viewer.