Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/15 17:09:22 (9 years ago)
Author:
ascheibe
Message:

#2290 merged r11723, r11724, r11829, r11830, r11831, r11833, r11992 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj

    r11920 r12007  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\bin\</OutputPath>
     20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
    2323    <WarningLevel>4</WarningLevel>
    24     <UseVSHostingProcess>false</UseVSHostingProcess>
     24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2525    <Prefer32Bit>false</Prefer32Bit>
    2626  </PropertyGroup>
     
    2828    <DebugType>pdbonly</DebugType>
    2929    <Optimize>true</Optimize>
    30     <OutputPath>..\..\bin\</OutputPath>
     30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    3131    <DefineConstants>TRACE</DefineConstants>
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
     34    <DocumentationFile>
     35    </DocumentationFile>
     36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     37    <Prefer32Bit>false</Prefer32Bit>
     38  </PropertyGroup>
     39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     40    <DebugSymbols>true</DebugSymbols>
     41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     42    <DefineConstants>DEBUG;TRACE</DefineConstants>
     43    <DebugType>full</DebugType>
     44    <PlatformTarget>x64</PlatformTarget>
     45    <ErrorReport>prompt</ErrorReport>
     46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
     48  </PropertyGroup>
     49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     51    <DefineConstants>TRACE</DefineConstants>
     52    <DocumentationFile>
     53    </DocumentationFile>
     54    <Optimize>true</Optimize>
     55    <DebugType>pdbonly</DebugType>
     56    <PlatformTarget>x64</PlatformTarget>
     57    <ErrorReport>prompt</ErrorReport>
     58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     59    <Prefer32Bit>false</Prefer32Bit>
     60  </PropertyGroup>
     61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     62    <DebugSymbols>true</DebugSymbols>
     63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     64    <DefineConstants>DEBUG;TRACE</DefineConstants>
     65    <DebugType>full</DebugType>
     66    <PlatformTarget>x86</PlatformTarget>
     67    <ErrorReport>prompt</ErrorReport>
     68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     69    <Prefer32Bit>false</Prefer32Bit>
     70  </PropertyGroup>
     71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     73    <DefineConstants>TRACE</DefineConstants>
     74    <DocumentationFile>
     75    </DocumentationFile>
     76    <Optimize>true</Optimize>
     77    <DebugType>pdbonly</DebugType>
     78    <PlatformTarget>x86</PlatformTarget>
     79    <ErrorReport>prompt</ErrorReport>
     80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3481    <Prefer32Bit>false</Prefer32Bit>
    3582  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.