Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/11 23:24:25 (13 years ago)
Author:
mkommend
Message:

#1653: Extracted external libraries from trunk solution.

Location:
branches/Trunk/HeuristicLab.Problems.DataAnalysis
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj

    r6833 r6842  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    5858  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5959    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6161    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6262    <DebugType>full</DebugType>
     
    6666  </PropertyGroup>
    6767  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    68     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6969    <DefineConstants>TRACE</DefineConstants>
    7070    <Optimize>true</Optimize>
     
    7676  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7777    <DebugSymbols>true</DebugSymbols>
    78     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7979    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8080    <DebugType>full</DebugType>
     
    8484  </PropertyGroup>
    8585  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    86     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8787    <DefineConstants>TRACE</DefineConstants>
    8888    <Optimize>true</Optimize>
     
    9393  </PropertyGroup>
    9494  <ItemGroup>
     95    <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <HintPath>..\..\bin\LibSVM-1.6.3.dll</HintPath>
     97    </Reference>
    9598    <Reference Include="System" />
    9699    <Reference Include="System.Core">
     
    216219      <Private>False</Private>
    217220    </ProjectReference>
    218     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
    219       <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
    220       <Name>ALGLIB-3.1.0</Name>
    221       <Private>False</Private>
    222     </ProjectReference>
    223     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
    224       <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
    225       <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
    226       <Private>False</Private>
    227     </ProjectReference>
    228     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
    229       <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
    230       <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
    231       <Private>False</Private>
    232     </ProjectReference>
    233     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
    234       <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
    235       <Name>LibSVM-1.6.3</Name>
    236       <Private>False</Private>
    237     </ProjectReference>
    238221    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    239222      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
  • branches/Trunk/HeuristicLab.Problems.DataAnalysis/3.3/Tests/HeuristicLab.Problems.DataAnalysis.Tests-3.3.csproj

    r6832 r6842  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    5555  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5656    <DebugSymbols>true</DebugSymbols>
    57     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     57    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5858    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5959    <DebugType>full</DebugType>
     
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    64     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6565    <DefineConstants>TRACE</DefineConstants>
    6666    <Optimize>true</Optimize>
     
    7171  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    7272    <DebugSymbols>true</DebugSymbols>
    73     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7474    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7575    <DebugType>full</DebugType>
     
    8686  </PropertyGroup>
    8787  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    88     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     88    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8989    <DefineConstants>TRACE</DefineConstants>
    9090    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r6833 r6842  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    5858  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5959    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6161    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6262    <DebugType>full</DebugType>
     
    6666  </PropertyGroup>
    6767  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    68     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6969    <DefineConstants>TRACE</DefineConstants>
    7070    <Optimize>true</Optimize>
     
    7676  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7777    <DebugSymbols>true</DebugSymbols>
    78     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7979    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8080    <DebugType>full</DebugType>
     
    8484  </PropertyGroup>
    8585  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    86     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8787    <DefineConstants>TRACE</DefineConstants>
    8888    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.Problems.DataAnalysis/3.4/Tests/HeuristicLab.Problems.DataAnalysis.Tests-3.4.csproj

    r6832 r6842  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    5555  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5656    <DebugSymbols>true</DebugSymbols>
    57     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     57    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5858    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5959    <DebugType>full</DebugType>
     
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    64     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6565    <DefineConstants>TRACE</DefineConstants>
    6666    <Optimize>true</Optimize>
     
    7171  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    7272    <DebugSymbols>true</DebugSymbols>
    73     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7474    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7575    <DebugType>full</DebugType>
     
    8686  </PropertyGroup>
    8787  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    88     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     88    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8989    <DefineConstants>TRACE</DefineConstants>
    9090    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.