Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/16 15:55:22 (7 years ago)
Author:
bburlacu
Message:

#2704: Implement export of expressions as infix strings. Include missing AssemblyInfo.cs.frame file and set language version to C# 4.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.ExpressionGenerator/HeuristicLab.ExpressionGenerator/3.4/HeuristicLab.ExpressionGenerator.csproj

    r14409 r14480  
    2222    <ErrorReport>prompt</ErrorReport>
    2323    <WarningLevel>4</WarningLevel>
     24    <LangVersion>4</LangVersion>
    2425  </PropertyGroup>
    2526  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    7677    <Compile Include="Interfaces\IExpression.cs" />
    7778    <Compile Include="Plugin.cs" />
    78     <Compile Include="Properties\AssemblyInfo.cs" />
     79  </ItemGroup>
     80  <ItemGroup>
     81    <None Include="Properties\AssemblyInfo.cs.frame" />
    7982  </ItemGroup>
    8083  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    8386set ProjectDir=$(ProjectDir)
    8487set SolutionDir=$(SolutionDir)
     88set Outdir=$(Outdir)
     89
    8590call PreBuildEvent.cmd</PreBuildEvent>
    8691  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.