Changeset 16217 for branches/2165_PythonScript/HeuristicLab.IronPython
- Timestamp:
- 10/08/18 12:56:28 (6 years ago)
- 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 10 10 <RootNamespace>HeuristicLab.IronPython</RootNamespace> 11 11 <AssemblyName>HeuristicLab.IronPython-2.7.4</AssemblyName> 12 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile /> … … 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\..\..\trunk\ sources\bin\</OutputPath>20 <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> 23 23 <WarningLevel>4</WarningLevel> 24 24 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 25 <Prefer32Bit>false</Prefer32Bit> 25 26 </PropertyGroup> 26 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 28 <DebugType>pdbonly</DebugType> 28 29 <Optimize>true</Optimize> 29 <OutputPath>..\..\..\..\..\trunk\ sources\bin\</OutputPath>30 <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath> 30 31 <DefineConstants>TRACE</DefineConstants> 31 32 <ErrorReport>prompt</ErrorReport> 32 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 33 35 </PropertyGroup> 34 36 <PropertyGroup> … … 40 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 41 43 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>..\..\..\..\..\trunk\ sources\bin\</OutputPath>44 <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath> 43 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 46 <DebugType>full</DebugType> … … 46 48 <ErrorReport>prompt</ErrorReport> 47 49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 <Prefer32Bit>false</Prefer32Bit> 48 51 </PropertyGroup> 49 52 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 50 <OutputPath>..\..\..\..\..\trunk\ sources\bin\</OutputPath>53 <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath> 51 54 <DefineConstants>TRACE</DefineConstants> 52 55 <Optimize>true</Optimize> … … 55 58 <ErrorReport>prompt</ErrorReport> 56 59 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 60 <Prefer32Bit>false</Prefer32Bit> 57 61 </PropertyGroup> 58 62 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 59 63 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>..\..\..\..\..\trunk\ sources\bin\</OutputPath>64 <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath> 61 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 66 <DebugType>full</DebugType> … … 64 68 <ErrorReport>prompt</ErrorReport> 65 69 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 70 <Prefer32Bit>false</Prefer32Bit> 66 71 </PropertyGroup> 67 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 68 <OutputPath>..\..\..\..\..\trunk\ sources\bin\</OutputPath>73 <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath> 69 74 <DefineConstants>TRACE</DefineConstants> 70 75 <Optimize>true</Optimize> … … 73 78 <ErrorReport>prompt</ErrorReport> 74 79 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 80 <Prefer32Bit>false</Prefer32Bit> 75 81 </PropertyGroup> 76 82 <ItemGroup> 77 83 <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> 79 85 <Private>False</Private> 80 86 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.