Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/08/18 12:56:28 (6 years ago)
Author:
abeham
Message:

#2165: Changed to .net 4.5 and adapted paths to make it compile again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2165_PythonScript/HeuristicLab.IronPython/2.7.4/HeuristicLab.IronPython-2.7.4/HeuristicLab.IronPython-2.7.4.csproj

    r10567 r16217  
    1010    <RootNamespace>HeuristicLab.IronPython</RootNamespace>
    1111    <AssemblyName>HeuristicLab.IronPython-2.7.4</AssemblyName>
    12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
     
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     20    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
    2323    <WarningLevel>4</WarningLevel>
    2424    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     25    <Prefer32Bit>false</Prefer32Bit>
    2526  </PropertyGroup>
    2627  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    2728    <DebugType>pdbonly</DebugType>
    2829    <Optimize>true</Optimize>
    29     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     30    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    3031    <DefineConstants>TRACE</DefineConstants>
    3132    <ErrorReport>prompt</ErrorReport>
    3233    <WarningLevel>4</WarningLevel>
     34    <Prefer32Bit>false</Prefer32Bit>
    3335  </PropertyGroup>
    3436  <PropertyGroup>
     
    4042  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4143    <DebugSymbols>true</DebugSymbols>
    42     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     44    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    4345    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4446    <DebugType>full</DebugType>
     
    4648    <ErrorReport>prompt</ErrorReport>
    4749    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     50    <Prefer32Bit>false</Prefer32Bit>
    4851  </PropertyGroup>
    4952  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    50     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    5154    <DefineConstants>TRACE</DefineConstants>
    5255    <Optimize>true</Optimize>
     
    5558    <ErrorReport>prompt</ErrorReport>
    5659    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     60    <Prefer32Bit>false</Prefer32Bit>
    5761  </PropertyGroup>
    5862  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    5963    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     64    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    6165    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6266    <DebugType>full</DebugType>
     
    6468    <ErrorReport>prompt</ErrorReport>
    6569    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     70    <Prefer32Bit>false</Prefer32Bit>
    6671  </PropertyGroup>
    6772  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    68     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     73    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    6974    <DefineConstants>TRACE</DefineConstants>
    7075    <Optimize>true</Optimize>
     
    7378    <ErrorReport>prompt</ErrorReport>
    7479    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     80    <Prefer32Bit>false</Prefer32Bit>
    7581  </PropertyGroup>
    7682  <ItemGroup>
    7783    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    78       <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     84      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    7985      <Private>False</Private>
    8086    </Reference>
Note: See TracChangeset for help on using the changeset viewer.