Changeset 15146
- Timestamp:
- 07/06/17 11:25:19 (7 years ago)
- Location:
- stable
- Files:
-
- 3 deleted
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab 3.3.sln
r14212 r15146 93 93 {B94FFB82-43D4-40AB-9980-B03470ADF221} = {B94FFB82-43D4-40AB-9980-B03470ADF221} 94 94 {06D4A186-9319-48A0-BADE-A2058D462EEA} = {06D4A186-9319-48A0-BADE-A2058D462EEA} 95 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9} = {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9} 95 96 {5B9B9E8C-2706-43C2-80B8-A08341E431F7} = {5B9B9E8C-2706-43C2-80B8-A08341E431F7} 96 97 {997F018D-AEA2-4F21-9301-82FAF6A5612D} = {997F018D-AEA2-4F21-9301-82FAF6A5612D} … … 446 447 EndProject 447 448 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.BinPacking-3.3", "HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj", "{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}" 449 EndProject 450 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.DataAnalysis.Glmnet", "HeuristicLab.Algorithms.DataAnalysis.Glmnet\3.4\HeuristicLab.Algorithms.DataAnalysis.Glmnet.csproj", "{4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}" 448 451 EndProject 449 452 Global … … 2173 2176 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|x86.ActiveCfg = Release|x86 2174 2177 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|x86.Build.0 = Release|x86 2178 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 2179 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Debug|Any CPU.Build.0 = Debug|Any CPU 2180 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Debug|x64.ActiveCfg = Debug|x64 2181 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Debug|x64.Build.0 = Debug|x64 2182 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Debug|x86.ActiveCfg = Debug|x86 2183 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Debug|x86.Build.0 = Debug|x86 2184 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Release|Any CPU.ActiveCfg = Release|Any CPU 2185 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Release|Any CPU.Build.0 = Release|Any CPU 2186 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Release|x64.ActiveCfg = Release|x64 2187 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Release|x64.Build.0 = Release|x64 2188 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Release|x86.ActiveCfg = Release|x86 2189 {4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}.Release|x86.Build.0 = Release|x86 2175 2190 EndGlobalSection 2176 2191 GlobalSection(SolutionProperties) = preSolution -
stable/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/HeuristicLab.Algorithms.DataAnalysis.Glmnet.csproj
r14846 r15146 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>22 <OutputPath>..\..\bin\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> … … 30 30 <DebugType>pdbonly</DebugType> 31 31 <Optimize>true</Optimize> 32 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>32 <OutputPath>..\..\bin\</OutputPath> 33 33 <DefineConstants>TRACE</DefineConstants> 34 34 <ErrorReport>prompt</ErrorReport> … … 46 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 47 47 <DebugSymbols>true</DebugSymbols> 48 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>48 <OutputPath>..\..\bin\</OutputPath> 49 49 <DefineConstants>DEBUG;TRACE</DefineConstants> 50 50 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 54 54 </PropertyGroup> 55 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 56 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>56 <OutputPath>..\..\bin\</OutputPath> 57 57 <DefineConstants>TRACE</DefineConstants> 58 58 <Optimize>true</Optimize> … … 63 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>65 <OutputPath>..\..\bin\</OutputPath> 66 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 67 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 73 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>73 <OutputPath>..\..\bin\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.