Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/06/11 18:33:23 (12 years ago)
Author:
epitzer
Message:

#1696 correct output paths and add VRP analysis project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/HeuristicLab.Problems.NK.csproj

    r7128 r7141  
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    5454  </PropertyGroup>
    5555  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    56     <OutputPath>bin\x86\Release\</OutputPath>
     56    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    5757    <DefineConstants>TRACE</DefineConstants>
    5858    <Optimize>true</Optimize>
     
    7171  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    7272    <DebugSymbols>true</DebugSymbols>
    73     <OutputPath>bin\x64\Debug\</OutputPath>
     73    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    7474    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7575    <DebugType>full</DebugType>
     
    8686  </PropertyGroup>
    8787  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    88     <OutputPath>bin\x64\Release\</OutputPath>
     88    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    8989    <DefineConstants>TRACE</DefineConstants>
    9090    <Optimize>true</Optimize>
     
    114114      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    115115    </Reference>
    116     <Reference Include="HeuristicLab.Core.Views-3.3">
    117       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    118     </Reference>
    119116    <Reference Include="HeuristicLab.Data-3.3">
    120117      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    121118    </Reference>
    122     <Reference Include="HeuristicLab.Data.Views-3.3">
    123       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
    124     </Reference>
    125119    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
    126120      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
    127     </Reference>
    128     <Reference Include="HeuristicLab.MainForm-3.3">
    129       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
    130     </Reference>
    131     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    132       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    133121    </Reference>
    134122    <Reference Include="HeuristicLab.Operators-3.3">
     
    153141    <Reference Include="System.Core" />
    154142    <Reference Include="System.Drawing" />
    155     <Reference Include="System.Windows.Forms" />
    156143    <Reference Include="System.Xml.Linq" />
    157144    <Reference Include="System.Data.DataSetExtensions" />
     
    165152    <Compile Include="BinaryVectorComparers\AverageBitBinaryVectorComparer.cs" />
    166153    <Compile Include="BinaryVectorComparers\MedianBitBinaryVectorComparer.cs" />
    167     <Compile Include="BoolMatrixBitmapView.cs">
    168       <SubType>UserControl</SubType>
    169     </Compile>
    170     <Compile Include="BoolMatrixBitmapView.Designer.cs">
    171       <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>
    172     </Compile>
    173154    <Compile Include="InteractionInitializers\LimitedRandomInteractionsInitializer.cs" />
    174155    <Compile Include="InteractionInitializers\IncreasingBlockSizeInteractionsInitializer.cs" />
     
    197178    <None Include="Properties\AssemblyInfo.cs.frame" />
    198179  </ItemGroup>
    199   <ItemGroup>
    200     <EmbeddedResource Include="BoolMatrixBitmapView.resx">
    201       <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>
    202     </EmbeddedResource>
    203   </ItemGroup>
    204180  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    205181  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.