Changeset 13581 for trunk/sources
- Timestamp:
- 02/01/16 17:09:16 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3/HeuristicLab.Algorithms.RandomSearch-3.3.csproj
r13580 r13581 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath> ..\..\bin\</OutputPath>19 <OutputPath>$(SolutionDir)\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath> ..\..\bin\</OutputPath>27 <OutputPath>$(SolutionDir)\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 32 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 33 33 <DebugSymbols>true</DebugSymbols> 34 <OutputPath> ..\..\bin\</OutputPath>34 <OutputPath>$(SolutionDir)\bin\</OutputPath> 35 35 <DefineConstants>DEBUG;TRACE</DefineConstants> 36 36 <DebugType>full</DebugType> … … 40 40 </PropertyGroup> 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 42 <OutputPath> ..\..\bin\</OutputPath>42 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 43 <DefineConstants>TRACE</DefineConstants> 44 44 <Optimize>true</Optimize> … … 50 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 51 51 <DebugSymbols>true</DebugSymbols> 52 <OutputPath> ..\..\bin\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>DEBUG;TRACE</DefineConstants> 54 54 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath> ..\..\bin\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.