Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/14 10:03:10 (9 years ago)
Author:
pfleck
Message:

#2269 Added ALPS-Plugin.

  • Updated Build-Configuration for DataPreprocessingViews.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj

    r11116 r11566  
    3838    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    3939  </PropertyGroup>
     40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     41    <DebugSymbols>true</DebugSymbols>
     42    <OutputPath>bin\x64\Debug\</OutputPath>
     43    <DefineConstants>DEBUG;TRACE</DefineConstants>
     44    <DebugType>full</DebugType>
     45    <PlatformTarget>x64</PlatformTarget>
     46    <UseVSHostingProcess>false</UseVSHostingProcess>
     47    <ErrorReport>prompt</ErrorReport>
     48    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     49  </PropertyGroup>
     50  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     51    <OutputPath>bin\x64\Release\</OutputPath>
     52    <DefineConstants>TRACE</DefineConstants>
     53    <Optimize>true</Optimize>
     54    <DebugType>pdbonly</DebugType>
     55    <PlatformTarget>x64</PlatformTarget>
     56    <ErrorReport>prompt</ErrorReport>
     57    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     58  </PropertyGroup>
     59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     60    <DebugSymbols>true</DebugSymbols>
     61    <OutputPath>bin\x86\Debug\</OutputPath>
     62    <DefineConstants>DEBUG;TRACE</DefineConstants>
     63    <DebugType>full</DebugType>
     64    <PlatformTarget>x86</PlatformTarget>
     65    <UseVSHostingProcess>false</UseVSHostingProcess>
     66    <ErrorReport>prompt</ErrorReport>
     67    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     68  </PropertyGroup>
     69  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     70    <OutputPath>bin\x86\Release\</OutputPath>
     71    <DefineConstants>TRACE</DefineConstants>
     72    <Optimize>true</Optimize>
     73    <DebugType>pdbonly</DebugType>
     74    <PlatformTarget>x86</PlatformTarget>
     75    <ErrorReport>prompt</ErrorReport>
     76    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     77  </PropertyGroup>
    4078  <ItemGroup>
    4179    <Reference Include="System" />
     
    272310  </ItemGroup>
    273311  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    274 <PropertyGroup>
     312  <PropertyGroup>
    275313    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    276314set ProjectDir=$(ProjectDir)
Note: See TracChangeset for help on using the changeset viewer.