- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj
r6833 r6842 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>20 <OutputPath>$(SolutionDir)\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>28 <OutputPath>$(SolutionDir)\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>41 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 54 54 </PropertyGroup> 55 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 56 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>56 <OutputPath>$(SolutionDir)\bin\</OutputPath> 57 57 <DefineConstants>TRACE</DefineConstants> 58 58 <Optimize>true</Optimize> … … 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 71 71 <DebugSymbols>true</DebugSymbols> 72 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 73 <DefineConstants>DEBUG;TRACE</DefineConstants> 74 74 <DebugType>full</DebugType> … … 85 85 </PropertyGroup> 86 86 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 87 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>87 <OutputPath>$(SolutionDir)\bin\</OutputPath> 88 88 <DefineConstants>TRACE</DefineConstants> 89 89 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.