- Timestamp:
- 09/26/11 00:18:01 (13 years ago)
- Location:
- branches/Trunk
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab/3.3/Tests/HeuristicLab-3.3.Tests.csproj
r6553 r6829 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath> bin\Debug\</OutputPath>22 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath> bin\Release\</OutputPath>30 <OutputPath>$(SolutionDir)\bin\Release\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 35 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 36 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath> bin\x86\Debug\</OutputPath>37 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 38 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 39 <DebugType>full</DebugType> … … 48 48 </PropertyGroup> 49 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 50 <OutputPath> bin\x86\Release\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 51 51 <DefineConstants>TRACE</DefineConstants> 52 52 <Optimize>true</Optimize> … … 65 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 66 66 <DebugSymbols>true</DebugSymbols> 67 <OutputPath> bin\x64\Debug\</OutputPath>67 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 68 68 <DefineConstants>DEBUG;TRACE</DefineConstants> 69 69 <DebugType>full</DebugType> … … 78 78 </PropertyGroup> 79 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 80 <OutputPath> bin\x64\Release\</OutputPath>80 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 81 81 <DefineConstants>TRACE</DefineConstants> 82 82 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.