Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/18 15:00:53 (6 years ago)
Author:
bburlacu
Message:

#2288: Rename branch and update references.

Location:
branches/2288_HeuristicLab.VariableInteractionNetworks
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2288_HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks/3.3/HeuristicLab.VariableInteractionNetworks-3.3.csproj

    r14275 r15929  
    1717    <DebugType>full</DebugType>
    1818    <Optimize>false</Optimize>
    19     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     19    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2020    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2121    <ErrorReport>prompt</ErrorReport>
     
    2525    <DebugType>pdbonly</DebugType>
    2626    <Optimize>true</Optimize>
    27     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     27    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2828    <DefineConstants>TRACE</DefineConstants>
    2929    <ErrorReport>prompt</ErrorReport>
     
    3838  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    3939    <DebugSymbols>true</DebugSymbols>
    40     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     40    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <DebugType>full</DebugType>
     
    4646  </PropertyGroup>
    4747  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    48     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     48    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4949    <DefineConstants>TRACE</DefineConstants>
    5050    <Optimize>true</Optimize>
     
    5656  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    5757    <DebugSymbols>true</DebugSymbols>
    58     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     58    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5959    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6060    <DebugType>full</DebugType>
     
    6464  </PropertyGroup>
    6565  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    66     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     66    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6767    <DefineConstants>TRACE</DefineConstants>
    6868    <Optimize>true</Optimize>
     
    192192  </ItemGroup>
    193193  <ItemGroup>
    194     <Compile Include="CreateTargetVariationExperiment.cs" />
    195     <Compile Include="CreateTargetVariationExperimentDialog.cs">
    196       <SubType>Form</SubType>
    197     </Compile>
    198     <Compile Include="CreateTargetVariationExperimentDialog.Designer.cs">
    199       <DependentUpon>CreateTargetVariationExperimentDialog.cs</DependentUpon>
    200     </Compile>
    201194    <Compile Include="INetworkNode.cs" />
    202195    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.