Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11707


Ignore:
Timestamp:
12/20/14 00:12:12 (9 years ago)
Author:
jkarder
Message:

#2077: fixed project properties for all configurations and platforms

Location:
branches/CodeEditor/HeuristicLab.ExtLibs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/CodeEditor/HeuristicLab.ExtLibs/HeuristicLab.AvalonEdit/5.0.1/AvalonEdit-5.0.1/ICSharpCode.AvalonEdit-5.0.1.csproj

    r11700 r11707  
    1717    <Optimize>true</Optimize>
    1818    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    19     <DefineConstants>TRACE</DefineConstants>
     19    <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants>
    2020    <ErrorReport>prompt</ErrorReport>
    2121    <WarningLevel>4</WarningLevel>
     
    3535  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    3636    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    37     <DefineConstants>TRACE</DefineConstants>
     37    <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants>
    3838    <Optimize>true</Optimize>
    3939    <DebugType>pdbonly</DebugType>
     
    5555  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    5656    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    57     <DefineConstants>TRACE</DefineConstants>
     57    <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants>
    5858    <Optimize>true</Optimize>
    5959    <DebugType>pdbonly</DebugType>
  • branches/CodeEditor/HeuristicLab.ExtLibs/HeuristicLab.Cecil/0.9.5/Mono.Cecil-0.9.5/Mono.Cecil-0.9.5.csproj

    r11700 r11707  
    2929    <Optimize>true</Optimize>
    3030    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    31     <DefineConstants>TRACE</DefineConstants>
     31    <DefineConstants>TRACE;NET_4_0;CECIL</DefineConstants>
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
    3434    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3535    <Prefer32Bit>false</Prefer32Bit>
     36    <NoWarn>0649</NoWarn>
    3637  </PropertyGroup>
    3738  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    4950    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    50     <DefineConstants>TRACE</DefineConstants>
     51    <DefineConstants>TRACE;NET_4_0;CECIL</DefineConstants>
    5152    <Optimize>true</Optimize>
    5253    <DebugType>pdbonly</DebugType>
     
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5657    <Prefer32Bit>false</Prefer32Bit>
     58    <NoWarn>0649</NoWarn>
    5759  </PropertyGroup>
    5860  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6971  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    7072    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    71     <DefineConstants>TRACE</DefineConstants>
     73    <DefineConstants>TRACE;NET_4_0;CECIL</DefineConstants>
    7274    <Optimize>true</Optimize>
    7375    <DebugType>pdbonly</DebugType>
     
    7678    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7779    <Prefer32Bit>false</Prefer32Bit>
     80    <NoWarn>0649</NoWarn>
    7881  </PropertyGroup>
    7982  <PropertyGroup>
  • branches/CodeEditor/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/NRefactory.CSharp-5.5.0/ICSharpCode.NRefactory.CSharp-5.5.0.csproj

    r11700 r11707  
    2929    <Optimize>true</Optimize>
    3030    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    31     <DefineConstants>TRACE</DefineConstants>
     31    <DefineConstants>TRACE;FULL_AST</DefineConstants>
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
    3434    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3535    <Prefer32Bit>false</Prefer32Bit>
     36    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    3637  </PropertyGroup>
    3738  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    4950    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    50     <DefineConstants>TRACE</DefineConstants>
     51    <DefineConstants>TRACE;FULL_AST</DefineConstants>
    5152    <Optimize>true</Optimize>
    5253    <DebugType>pdbonly</DebugType>
     
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5657    <Prefer32Bit>false</Prefer32Bit>
     58    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    5759  </PropertyGroup>
    5860  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6971  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    7072    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    71     <DefineConstants>TRACE</DefineConstants>
     73    <DefineConstants>TRACE;FULL_AST</DefineConstants>
    7274    <Optimize>true</Optimize>
    7375    <DebugType>pdbonly</DebugType>
     
    7678    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7779    <Prefer32Bit>false</Prefer32Bit>
     80    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    7881  </PropertyGroup>
    7982  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.