Free cookie consent management tool by TermsFeed Policy Generator

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

#2077: fixed project properties for all configurations and platforms

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.