Changeset 9978
- Timestamp:
- 09/17/13 10:25:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r9959 r9978 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath> bin\</OutputPath>43 <OutputPath>..\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <DebugType>full</DebugType> … … 56 56 </PropertyGroup> 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 58 <OutputPath> bin\</OutputPath>58 <OutputPath>..\bin\</OutputPath> 59 59 <DefineConstants>TRACE</DefineConstants> 60 60 <Optimize>true</Optimize> … … 73 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 74 74 <DebugSymbols>true</DebugSymbols> 75 <OutputPath> bin\</OutputPath>75 <OutputPath>..\bin\</OutputPath> 76 76 <DefineConstants>DEBUG;TRACE</DefineConstants> 77 77 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 90 <OutputPath> bin\</OutputPath>90 <OutputPath>..\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.