Changeset 16217
- Timestamp:
- 10/08/18 12:56:28 (6 years ago)
- Location:
- branches/2165_PythonScript
- Files:
-
- 3 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> -
branches/2165_PythonScript/HeuristicLab.Scripting.Python.Views/3.3/HeuristicLab.Scripting.Python.Views-3.3.csproj
r10567 r16217 10 10 <RootNamespace>HeuristicLab.Scripting.Python.Views</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Scripting.Python.Views-3.3</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.Scripting.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 78 84 <SpecificVersion>False</SpecificVersion> 79 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath>85 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath> 80 86 <Private>False</Private> 81 87 </Reference> … … 89 95 <Reference Include="System.Xml" /> 90 96 <Reference Include="HeuristicLab.Collections-3.3"> 91 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>97 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 92 98 <Private>False</Private> 93 99 </Reference> 94 100 <Reference Include="HeuristicLab.Common.Resources-3.3"> 95 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>101 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 96 102 <Private>False</Private> 97 103 </Reference> 98 104 <Reference Include="HeuristicLab.Common-3.3"> 99 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>105 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 100 106 <Private>False</Private> 101 107 </Reference> 102 108 <Reference Include="HeuristicLab.Core.Views-3.3"> 103 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>109 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 104 110 <Private>False</Private> 105 111 </Reference> 106 112 <Reference Include="HeuristicLab.Core-3.3"> 107 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>113 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 108 114 <Private>False</Private> 109 115 </Reference> 110 116 <Reference Include="HeuristicLab.Scripting-3.3"> 111 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath> 112 118 <Private>False</Private> 113 119 </Reference> 114 120 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 115 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>121 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 116 122 <Private>False</Private> 117 123 </Reference> 118 124 <Reference Include="HeuristicLab.MainForm-3.3"> 119 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>125 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 120 126 <Private>False</Private> 121 127 </Reference> 122 128 <Reference Include="HeuristicLab.Persistence-3.3"> 123 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>129 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 124 130 <Private>False</Private> 125 131 </Reference> 126 132 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 127 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>133 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 128 134 <Private>False</Private> 129 135 </Reference> -
branches/2165_PythonScript/HeuristicLab.Scripting.Python/3.3/HeuristicLab.Scripting.Python-3.3.csproj
r10567 r16217 10 10 <RootNamespace>HeuristicLab.Scripting.Python</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Scripting.Python-3.3</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="IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> 78 84 <SpecificVersion>False</SpecificVersion> 79 <HintPath>..\..\..\..\trunk\ sources\bin\IronPython.dll</HintPath>85 <HintPath>..\..\..\..\trunk\bin\IronPython.dll</HintPath> 80 86 <Private>False</Private> 81 87 </Reference> 82 88 <Reference Include="IronPython.Modules, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> 83 89 <SpecificVersion>False</SpecificVersion> 84 <HintPath>..\..\..\..\trunk\ sources\bin\IronPython.Modules.dll</HintPath>90 <HintPath>..\..\..\..\trunk\bin\IronPython.Modules.dll</HintPath> 85 91 <Private>False</Private> 86 92 </Reference> 87 93 <Reference Include="Microsoft.CSharp" /> 88 94 <Reference Include="HeuristicLab.Collections-3.3"> 89 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>95 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 90 96 <Private>False</Private> 91 97 </Reference> 92 98 <Reference Include="HeuristicLab.Common.Resources-3.3"> 93 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>99 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 94 100 <Private>False</Private> 95 101 </Reference> 96 102 <Reference Include="HeuristicLab.Common-3.3"> 97 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>103 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 98 104 <Private>False</Private> 99 105 </Reference> 100 106 <Reference Include="HeuristicLab.Core-3.3"> 101 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>107 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 102 108 <Private>False</Private> 103 109 </Reference> 104 110 <Reference Include="HeuristicLab.Persistence-3.3"> 105 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>111 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 106 112 <Private>False</Private> 107 113 </Reference> 108 114 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 109 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>115 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 110 116 <Private>False</Private> 111 117 </Reference> 112 118 <Reference Include="HeuristicLab.Scripting-3.3"> 113 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>119 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath> 114 120 <Private>False</Private> 115 121 </Reference> 116 122 <Reference Include="Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> 117 123 <SpecificVersion>False</SpecificVersion> 118 <HintPath>..\..\..\..\trunk\ sources\bin\Microsoft.Dynamic.dll</HintPath>124 <HintPath>..\..\..\..\trunk\bin\Microsoft.Dynamic.dll</HintPath> 119 125 <Private>False</Private> 120 126 </Reference> 121 127 <Reference Include="Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> 122 128 <SpecificVersion>False</SpecificVersion> 123 <HintPath>..\..\..\..\trunk\ sources\bin\Microsoft.Scripting.dll</HintPath>129 <HintPath>..\..\..\..\trunk\bin\Microsoft.Scripting.dll</HintPath> 124 130 <Private>False</Private> 125 131 </Reference> 126 132 <Reference Include="Microsoft.Scripting.Metadata, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> 127 133 <SpecificVersion>False</SpecificVersion> 128 <HintPath>..\..\..\..\trunk\ sources\bin\Microsoft.Scripting.Metadata.dll</HintPath>134 <HintPath>..\..\..\..\trunk\bin\Microsoft.Scripting.Metadata.dll</HintPath> 129 135 <Private>False</Private> 130 136 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.