Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10391


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
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r10359 r10391  
    18641864    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    18651865    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|Any CPU.Build.0 = Debug|Any CPU
    1866     {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x64.ActiveCfg = Debug|Any CPU
    1867     {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x86.ActiveCfg = Debug|Any CPU
     1866    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x64.ActiveCfg = Debug|x64
     1867    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x64.Build.0 = Debug|x64
     1868    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x86.ActiveCfg = Debug|x86
     1869    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Debug|x86.Build.0 = Debug|x86
    18681870    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|Any CPU.ActiveCfg = Release|Any CPU
    18691871    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|Any CPU.Build.0 = Release|Any CPU
    1870     {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x64.ActiveCfg = Release|Any CPU
    1871     {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x86.ActiveCfg = Release|Any CPU
     1872    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x64.ActiveCfg = Release|x64
     1873    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x64.Build.0 = Release|x64
     1874    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x86.ActiveCfg = Release|x86
     1875    {21977CC3-1757-4B3B-87BD-FF817AAA900F}.Release|x86.Build.0 = Release|x86
    18721876    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    18731877    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
    1874     {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x64.ActiveCfg = Debug|Any CPU
    1875     {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x86.ActiveCfg = Debug|Any CPU
     1878    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x64.ActiveCfg = Debug|x64
     1879    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x64.Build.0 = Debug|x64
     1880    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x86.ActiveCfg = Debug|x86
     1881    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Debug|x86.Build.0 = Debug|x86
    18761882    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
    18771883    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|Any CPU.Build.0 = Release|Any CPU
    1878     {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x64.ActiveCfg = Release|Any CPU
    1879     {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x86.ActiveCfg = Release|Any CPU
     1884    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x64.ActiveCfg = Release|x64
     1885    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x64.Build.0 = Release|x64
     1886    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x86.ActiveCfg = Release|x86
     1887    {0C2917C8-7AA8-4E18-800A-C4D064F992ED}.Release|x86.Build.0 = Release|x86
    18801888  EndGlobalSection
    18811889  GlobalSection(SolutionProperties) = preSolution
  • 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
  • trunk/sources/HeuristicLab.HLScript/3.3

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

    r10332 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/3.3/Properties

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