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.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r11447 r11677  
    1111    <RootNamespace>HeuristicLab.Optimizer</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Optimizer-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    4646    <WarningLevel>4</WarningLevel>
    4747    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48    <Prefer32Bit>false</Prefer32Bit>
    4849  </PropertyGroup>
    4950  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5758    </DocumentationFile>
    5859    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     60    <Prefer32Bit>false</Prefer32Bit>
    5961  </PropertyGroup>
    6062  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6668    <ErrorReport>prompt</ErrorReport>
    6769    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     70    <Prefer32Bit>false</Prefer32Bit>
    6871  </PropertyGroup>
    6972  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7780    <ErrorReport>prompt</ErrorReport>
    7881    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     82    <Prefer32Bit>false</Prefer32Bit>
    7983  </PropertyGroup>
    8084  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8690    <ErrorReport>prompt</ErrorReport>
    8791    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     92    <Prefer32Bit>false</Prefer32Bit>
    8893  </PropertyGroup>
    8994  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    97102    <ErrorReport>prompt</ErrorReport>
    98103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     104    <Prefer32Bit>false</Prefer32Bit>
    99105  </PropertyGroup>
    100106  <ItemGroup>
     
    135141    <EmbeddedResource Include="Documents\GP_Multiplexer.hl" />
    136142    <EmbeddedResource Include="Documents\OSGP_TimeSeries.hl" />
    137     <EmbeddedResource Include="Documents\GridSearch_RF_Classification.hl" />
    138     <EmbeddedResource Include="Documents\GridSearch_RF_Regression.hl" />
    139     <EmbeddedResource Include="Documents\GridSearch_SVM_Classification.hl" />
    140     <EmbeddedResource Include="Documents\GridSearch_SVM_Regression.hl" />
     143    <EmbeddedResource Include="Documents\GridSearch_RF_Classification_Script.hl" />
     144    <EmbeddedResource Include="Documents\GridSearch_RF_Regression_Script.hl" />
     145    <EmbeddedResource Include="Documents\GridSearch_SVM_Classification_Script.hl" />
     146    <EmbeddedResource Include="Documents\GridSearch_SVM_Regression_Script.hl" />
    141147    <None Include="Plugin.cs.frame" />
    142148    <Compile Include="OptimizerSingleDocumentMainForm.cs">
Note: See TracChangeset for help on using the changeset viewer.