Changeset 11707 for branches/CodeEditor
- Timestamp:
- 12/20/14 00:12:12 (10 years ago)
- 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 17 17 <Optimize>true</Optimize> 18 18 <OutputPath>$(SolutionDir)\bin\</OutputPath> 19 <DefineConstants>TRACE </DefineConstants>19 <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants> 20 20 <ErrorReport>prompt</ErrorReport> 21 21 <WarningLevel>4</WarningLevel> … … 35 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 36 36 <OutputPath>$(SolutionDir)\bin\</OutputPath> 37 <DefineConstants>TRACE </DefineConstants>37 <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants> 38 38 <Optimize>true</Optimize> 39 39 <DebugType>pdbonly</DebugType> … … 55 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 56 56 <OutputPath>$(SolutionDir)\bin\</OutputPath> 57 <DefineConstants>TRACE </DefineConstants>57 <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants> 58 58 <Optimize>true</Optimize> 59 59 <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 29 29 <Optimize>true</Optimize> 30 30 <OutputPath>$(SolutionDir)\bin\</OutputPath> 31 <DefineConstants>TRACE </DefineConstants>31 <DefineConstants>TRACE;NET_4_0;CECIL</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 34 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 35 35 <Prefer32Bit>false</Prefer32Bit> 36 <NoWarn>0649</NoWarn> 36 37 </PropertyGroup> 37 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 48 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 49 50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 <DefineConstants>TRACE </DefineConstants>51 <DefineConstants>TRACE;NET_4_0;CECIL</DefineConstants> 51 52 <Optimize>true</Optimize> 52 53 <DebugType>pdbonly</DebugType> … … 55 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 57 <Prefer32Bit>false</Prefer32Bit> 58 <NoWarn>0649</NoWarn> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 69 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 70 72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 71 <DefineConstants>TRACE </DefineConstants>73 <DefineConstants>TRACE;NET_4_0;CECIL</DefineConstants> 72 74 <Optimize>true</Optimize> 73 75 <DebugType>pdbonly</DebugType> … … 76 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 77 79 <Prefer32Bit>false</Prefer32Bit> 80 <NoWarn>0649</NoWarn> 78 81 </PropertyGroup> 79 82 <PropertyGroup> -
branches/CodeEditor/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/NRefactory.CSharp-5.5.0/ICSharpCode.NRefactory.CSharp-5.5.0.csproj
r11700 r11707 29 29 <Optimize>true</Optimize> 30 30 <OutputPath>$(SolutionDir)\bin\</OutputPath> 31 <DefineConstants>TRACE </DefineConstants>31 <DefineConstants>TRACE;FULL_AST</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 34 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 35 35 <Prefer32Bit>false</Prefer32Bit> 36 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 36 37 </PropertyGroup> 37 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 48 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 49 50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 <DefineConstants>TRACE </DefineConstants>51 <DefineConstants>TRACE;FULL_AST</DefineConstants> 51 52 <Optimize>true</Optimize> 52 53 <DebugType>pdbonly</DebugType> … … 55 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 57 <Prefer32Bit>false</Prefer32Bit> 58 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 69 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 70 72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 71 <DefineConstants>TRACE </DefineConstants>73 <DefineConstants>TRACE;FULL_AST</DefineConstants> 72 74 <Optimize>true</Optimize> 73 75 <DebugType>pdbonly</DebugType> … … 76 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 77 79 <Prefer32Bit>false</Prefer32Bit> 80 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 78 81 </PropertyGroup> 79 82 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.