Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/30/10 15:17:54 (14 years ago)
Author:
gkronber
Message:

Turned of 'Treat warnings as errors' option in the release configuration of the persistence plugin to allow release builds without compiler errors. #548

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r3937 r3987  
    3535    <WarningLevel>4</WarningLevel>
    3636    <DocumentationFile>bin\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
    37     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
     37    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    3838  </PropertyGroup>
    3939  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
Note: See TracChangeset for help on using the changeset viewer.