Changeset 6829 for branches/Trunk/HeuristicLab.Problems.QuadraticAssignment/3.3/Tests/HeuristicLab.Problems.QuadraticAssignment.Tests-3.3.csproj
- 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.Problems.QuadraticAssignment/3.3/Tests/HeuristicLab.Problems.QuadraticAssignment.Tests-3.3.csproj
r5938 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> … … 50 50 </PropertyGroup> 51 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 52 <OutputPath> bin\x86\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <Optimize>true</Optimize> … … 66 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 67 67 <DebugSymbols>true</DebugSymbols> 68 <OutputPath> bin\x64\Debug\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 69 69 <DefineConstants>DEBUG;TRACE</DefineConstants> 70 70 <DebugType>full</DebugType> … … 81 81 </PropertyGroup> 82 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 83 <OutputPath> bin\x64\Release\</OutputPath>83 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 84 84 <DefineConstants>TRACE</DefineConstants> 85 85 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.