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