Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12755


Ignore:
Timestamp:
07/13/15 13:06:30 (9 years ago)
Author:
ascheibe
Message:

#2317 fixed folder structure and output path of nk landscapes (missed that on trunk integration...)

Location:
trunk/sources
Files:
1 added
1 edited
11 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r12722 r12755  
    421421Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.ExternalEvaluation.Views-3.4", "HeuristicLab.Problems.ExternalEvaluation.Views\3.4\HeuristicLab.Problems.ExternalEvaluation.Views-3.4.csproj", "{F7E5B975-FDF2-45A4-91CB-FF6D3C33D65E}"
    422422EndProject
    423 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.NK", "HeuristicLab.Problems.NK\HeuristicLab.Problems.NK.csproj", "{C3AD50E6-E717-490E-ABC7-32EF7FB03C97}"
     423Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.NK", "HeuristicLab.Problems.NK\3.3\HeuristicLab.Problems.NK.csproj", "{C3AD50E6-E717-490E-ABC7-32EF7FB03C97}"
    424424EndProject
    425425Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OutdatedPlugins", "OutdatedPlugins", "{D1B1DE45-F9C7-4FBF-B73C-E759BC4223D5}"
  • trunk/sources/HeuristicLab.Problems.NK/3.3/HeuristicLab.Problems.NK.csproj

    r12754 r12755  
    1919    <DebugType>full</DebugType>
    2020    <Optimize>false</Optimize>
    21     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     21    <OutputPath>..\..\bin\</OutputPath>
    2222    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2323    <ErrorReport>prompt</ErrorReport>
     
    2828    <DebugType>pdbonly</DebugType>
    2929    <Optimize>true</Optimize>
    30     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     30    <OutputPath>..\..\bin\</OutputPath>
    3131    <DefineConstants>TRACE</DefineConstants>
    3232    <ErrorReport>prompt</ErrorReport>
     
    4242  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    4343    <DebugSymbols>true</DebugSymbols>
    44     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     44    <OutputPath>..\..\bin\</OutputPath>
    4545    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4646    <DebugType>full</DebugType>
     
    5858  </PropertyGroup>
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    60     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     60    <OutputPath>..\..\bin\</OutputPath>
    6161    <DefineConstants>TRACE</DefineConstants>
    6262    <Optimize>true</Optimize>
     
    7676  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    7777    <DebugSymbols>true</DebugSymbols>
    78     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     78    <OutputPath>..\..\bin\</OutputPath>
    7979    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8080    <DebugType>full</DebugType>
     
    9292  </PropertyGroup>
    9393  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    94     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     94    <OutputPath>..\..\bin\</OutputPath>
    9595    <DefineConstants>TRACE</DefineConstants>
    9696    <Optimize>true</Optimize>
     
    148148  </ItemGroup>
    149149  <ItemGroup>
    150     <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     150    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    151151      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    152152      <Name>HeuristicLab.Collections-3.3</Name>
    153153      <Private>False</Private>
    154154    </ProjectReference>
    155     <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     155    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    156156      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
    157157      <Name>HeuristicLab.Common-3.3</Name>
    158158      <Private>False</Private>
    159159    </ProjectReference>
    160     <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     160    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    161161      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
    162162      <Name>HeuristicLab.Core-3.3</Name>
    163163      <Private>False</Private>
    164164    </ProjectReference>
    165     <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     165    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    166166      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
    167167      <Name>HeuristicLab.Data-3.3</Name>
    168168      <Private>False</Private>
    169169    </ProjectReference>
    170     <ProjectReference Include="..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
     170    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
    171171      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
    172172      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
    173173      <Private>False</Private>
    174174    </ProjectReference>
    175     <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     175    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    176176      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
    177177      <Name>HeuristicLab.Operators-3.3</Name>
    178178      <Private>False</Private>
    179179    </ProjectReference>
    180     <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     180    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    181181      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    182182      <Name>HeuristicLab.Optimization-3.3</Name>
    183183      <Private>False</Private>
    184184    </ProjectReference>
    185     <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     185    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    186186      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
    187187      <Name>HeuristicLab.Parameters-3.3</Name>
    188188      <Private>False</Private>
    189189    </ProjectReference>
    190     <ProjectReference Include="..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     190    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    191191      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
    192192      <Name>HeuristicLab.Persistence-3.3</Name>
    193193      <Private>False</Private>
    194194    </ProjectReference>
    195     <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     195    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    196196      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    197197      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    198198      <Private>False</Private>
    199199    </ProjectReference>
    200     <ProjectReference Include="..\HeuristicLab.Problems.Binary\3.3\HeuristicLab.Problems.Binary-3.3.csproj">
     200    <ProjectReference Include="..\..\HeuristicLab.Problems.Binary\3.3\HeuristicLab.Problems.Binary-3.3.csproj">
    201201      <Project>{fc627be5-0f93-47d8-bd2e-530ea2b8aa5f}</Project>
    202202      <Name>HeuristicLab.Problems.Binary-3.3</Name>
    203203      <Private>False</Private>
    204204    </ProjectReference>
    205     <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     205    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    206206      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
    207207      <Name>HeuristicLab.Random-3.3</Name>
Note: See TracChangeset for help on using the changeset viewer.