Changeset 14871
- Timestamp:
- 04/14/17 12:28:40 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/HeuristicLab.Algorithms.DataAnalysis.Glmnet.csproj
r14846 r14871 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.