Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/18/11 15:00:20 (13 years ago)
Author:
gkronber
Message:

#1423: added main project for automatic deployment

Location:
branches/Algorithms.GradientDescent
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/Algorithms.GradientDescent

    • Property svn:ignore set to
      *.suo
  • branches/Algorithms.GradientDescent/HeuristicLab.Algorithms.GradientDescent/3.3

    • Property svn:ignore set to
      bin
      obj
      Plugin.cs
  • branches/Algorithms.GradientDescent/HeuristicLab.Algorithms.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent.csproj

    r5516 r5518  
    102102  </PropertyGroup>
    103103  <ItemGroup>
     104    <Reference Include="ALGLIB-3.1.0">
     105      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
     106    </Reference>
     107    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
     108      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
     109    </Reference>
     110    <Reference Include="HeuristicLab.Collections-3.3">
     111      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     112    </Reference>
     113    <Reference Include="HeuristicLab.Common-3.3">
     114      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     115    </Reference>
     116    <Reference Include="HeuristicLab.Core-3.3">
     117      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     118    </Reference>
     119    <Reference Include="HeuristicLab.Data-3.3">
     120      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     121    </Reference>
     122    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
     123      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     124    </Reference>
     125    <Reference Include="HeuristicLab.Operators-3.3">
     126      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
     127    </Reference>
     128    <Reference Include="HeuristicLab.Optimization-3.3">
     129      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     130    </Reference>
     131    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
     132      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     133    </Reference>
     134    <Reference Include="HeuristicLab.Parameters-3.3">
     135      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
     136    </Reference>
     137    <Reference Include="HeuristicLab.Persistence-3.3">
     138      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     139    </Reference>
    104140    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    105       <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\bin\x86\Debug\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     141      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     142    </Reference>
     143    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
     144      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
     145    </Reference>
     146    <Reference Include="HeuristicLab.Random-3.3">
     147      <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
    106148    </Reference>
    107149    <Reference Include="System" />
     
    119161  <ItemGroup>
    120162    <None Include="HeuristicLab.snk" />
    121   </ItemGroup>
    122   <ItemGroup>
    123     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    124       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    125       <Name>HeuristicLab.Collections-3.3</Name>
    126     </ProjectReference>
    127     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    128       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    129       <Name>HeuristicLab.Common-3.3</Name>
    130     </ProjectReference>
    131     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    132       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    133       <Name>HeuristicLab.Core-3.3</Name>
    134     </ProjectReference>
    135     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    136       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    137       <Name>HeuristicLab.Data-3.3</Name>
    138     </ProjectReference>
    139     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    140       <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
    141       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    142     </ProjectReference>
    143     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
    144       <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
    145       <Name>ALGLIB-3.1.0</Name>
    146     </ProjectReference>
    147     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
    148       <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
    149       <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
    150     </ProjectReference>
    151     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    152       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    153       <Name>HeuristicLab.Operators-3.3</Name>
    154     </ProjectReference>
    155     <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
    156       <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
    157       <Name>HeuristicLab.Optimization.Operators-3.3</Name>
    158     </ProjectReference>
    159     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    160       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    161       <Name>HeuristicLab.Optimization-3.3</Name>
    162     </ProjectReference>
    163     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    164       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    165       <Name>HeuristicLab.Parameters-3.3</Name>
    166     </ProjectReference>
    167     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    168       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    169       <Name>HeuristicLab.Persistence-3.3</Name>
    170     </ProjectReference>
    171     <ProjectReference Include="..\..\HeuristicLab.Problems.TestFunctions\3.3\HeuristicLab.Problems.TestFunctions-3.3.csproj">
    172       <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project>
    173       <Name>HeuristicLab.Problems.TestFunctions-3.3</Name>
    174     </ProjectReference>
    175     <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    176       <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    177       <Name>HeuristicLab.Random-3.3</Name>
    178     </ProjectReference>
    179163  </ItemGroup>
    180164  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/Algorithms.GradientDescent/HeuristicLab.Algorithms.GradientDescent/3.3/Properties

    • Property svn:ignore set to
      AssemblyInfo.cs
Note: See TracChangeset for help on using the changeset viewer.