Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/24/14 12:43:35 (10 years ago)
Author:
abeham
Message:

#2136: fixed build configuration, output path and added ignore properties

Location:
trunk/sources/HeuristicLab.HLScript.Views/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.HLScript.Views/3.3

    • Property svn:global-ignores set to
      bin
      obj
      Plugin.cs
  • trunk/sources/HeuristicLab.HLScript.Views/3.3/HeuristicLab.HLScript.Views-3.3.csproj

    r10358 r10391  
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>bin\Release\</OutputPath>
     29    <OutputPath>..\..\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    3737  <PropertyGroup>
    3838    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     39  </PropertyGroup>
     40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     41    <DebugSymbols>true</DebugSymbols>
     42    <OutputPath>..\..\bin\</OutputPath>
     43    <DefineConstants>DEBUG;TRACE</DefineConstants>
     44    <DebugType>full</DebugType>
     45    <PlatformTarget>x64</PlatformTarget>
     46    <ErrorReport>prompt</ErrorReport>
     47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48  </PropertyGroup>
     49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     50    <OutputPath>..\..\bin\</OutputPath>
     51    <DefineConstants>TRACE</DefineConstants>
     52    <Optimize>true</Optimize>
     53    <DebugType>pdbonly</DebugType>
     54    <PlatformTarget>x64</PlatformTarget>
     55    <ErrorReport>prompt</ErrorReport>
     56    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     57  </PropertyGroup>
     58  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     59    <DebugSymbols>true</DebugSymbols>
     60    <OutputPath>..\..\bin\</OutputPath>
     61    <DefineConstants>DEBUG;TRACE</DefineConstants>
     62    <DebugType>full</DebugType>
     63    <PlatformTarget>x86</PlatformTarget>
     64    <ErrorReport>prompt</ErrorReport>
     65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     66  </PropertyGroup>
     67  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     68    <OutputPath>..\..\bin\</OutputPath>
     69    <DefineConstants>TRACE</DefineConstants>
     70    <Optimize>true</Optimize>
     71    <DebugType>pdbonly</DebugType>
     72    <PlatformTarget>x86</PlatformTarget>
     73    <ErrorReport>prompt</ErrorReport>
     74    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    3975  </PropertyGroup>
    4076  <ItemGroup>
  • trunk/sources/HeuristicLab.HLScript.Views/3.3/Properties

    • Property svn:global-ignores set to
      AssemblyInfo.cs
Note: See TracChangeset for help on using the changeset viewer.