Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10057


Ignore:
Timestamp:
10/17/13 15:45:05 (11 years ago)
Author:
gkronber
Message:

#2026 moved a test class into the HL specific GPDL branch

Location:
branches
Files:
5 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/HeuristicLab.Problems.GPDL-3.4.csproj

    r10054 r10057  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\..\..\bin\Debug\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
    4646    <WarningLevel>4</WarningLevel>
    4747    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48    <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\Debug\</IntermediateOutputPath>
    4849  </PropertyGroup>
    4950  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    5051    <DebugType>pdbonly</DebugType>
    5152    <Optimize>true</Optimize>
    52     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\..\..\bin\Release\</OutputPath>
    5354    <DefineConstants>TRACE</DefineConstants>
    5455    <ErrorReport>prompt</ErrorReport>
    5556    <WarningLevel>4</WarningLevel>
    5657    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     58    <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\Release\</IntermediateOutputPath>
    5759  </PropertyGroup>
    5860  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6466    <ErrorReport>prompt</ErrorReport>
    6567    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     68    <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\x64\Debug\</IntermediateOutputPath>
    6669  </PropertyGroup>
    6770  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7376    <ErrorReport>prompt</ErrorReport>
    7477    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     78    <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\x64\Release\</IntermediateOutputPath>
    7579  </PropertyGroup>
    7680  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8286    <ErrorReport>prompt</ErrorReport>
    8387    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     88    <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\x86\Debug\</IntermediateOutputPath>
    8489  </PropertyGroup>
    8590  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    9196    <ErrorReport>prompt</ErrorReport>
    9297    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     98    <IntermediateOutputPath>C:\Users\P24581\AppData\Local\Temp\vsEE3A.tmp\x86\Release\</IntermediateOutputPath>
    9399  </PropertyGroup>
    94100  <ItemGroup>
     
    152158set Outdir=$(Outdir)
    153159
    154 call PreBuildEvent.cmd
    155160call GenerateFromAtg.cmd</PreBuildEvent>
    156161  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.