Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/14 10:31:41 (9 years ago)
Author:
pfleck
Message:

#2269 Merged trunk. Updated .net version of ALPS plugin.

Location:
branches/ALPS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS

  • branches/ALPS/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj

    r11113 r11677  
    2020    <UpgradeBackupLocation>
    2121    </UpgradeBackupLocation>
    22     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     22    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    2323    <TargetFrameworkProfile>
    2424    </TargetFrameworkProfile>
     
    4848    <WarningLevel>4</WarningLevel>
    4949    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     50    <Prefer32Bit>false</Prefer32Bit>
    5051  </PropertyGroup>
    5152  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    6061    </DocumentationFile>
    6162    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     63    <Prefer32Bit>false</Prefer32Bit>
    6264  </PropertyGroup>
    6365  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6971    <ErrorReport>prompt</ErrorReport>
    7072    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     73    <Prefer32Bit>false</Prefer32Bit>
    7174  </PropertyGroup>
    7275  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    8083    <ErrorReport>prompt</ErrorReport>
    8184    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     85    <Prefer32Bit>false</Prefer32Bit>
    8286  </PropertyGroup>
    8387  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8993    <ErrorReport>prompt</ErrorReport>
    9094    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     95    <Prefer32Bit>false</Prefer32Bit>
    9196  </PropertyGroup>
    9297  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    100105    <ErrorReport>prompt</ErrorReport>
    101106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     107    <Prefer32Bit>false</Prefer32Bit>
    102108  </PropertyGroup>
    103109  <ItemGroup>
     
    108114    <Reference Include="System.Drawing" />
    109115    <Reference Include="System.IdentityModel" />
     116    <Reference Include="System.IO.Compression" />
    110117    <Reference Include="System.Runtime.Serialization" />
    111118    <Reference Include="System.ServiceModel" />
    112119    <Reference Include="System.Windows.Forms" />
    113120    <Reference Include="System.Xml" />
    114     <Reference Include="ICSharpCode.SharpZipLib">
    115       <HintPath>ICSharpCode.SharpZipLib.dll</HintPath>
    116     </Reference>
    117121  </ItemGroup>
    118122  <ItemGroup>
     
    310314  </ItemGroup>
    311315  <ItemGroup>
    312     <Content Include="ICSharpCode.SharpZipLib License.txt">
    313       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    314     </Content>
    315     <Content Include="ICSharpCode.SharpZipLib.dll">
    316       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    317     </Content>
    318316    <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
    319317    <None Include="Resources\Error.ico" />
Note: See TracChangeset for help on using the changeset viewer.