Changeset 6842 for branches/Trunk/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.Tests.csproj
- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.Tests.csproj
r6832 r6842 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 55 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 56 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>57 <OutputPath>$(SolutionDir)\bin\</OutputPath> 58 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 59 <DebugType>full</DebugType> … … 63 63 </PropertyGroup> 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 65 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>65 <OutputPath>$(SolutionDir)\bin\</OutputPath> 66 66 <DefineConstants>TRACE</DefineConstants> 67 67 <Optimize>true</Optimize> … … 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 74 74 <DebugSymbols>true</DebugSymbols> 75 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>75 <OutputPath>$(SolutionDir)\bin\</OutputPath> 76 76 <DefineConstants>DEBUG;TRACE</DefineConstants> 77 77 <DebugType>full</DebugType> … … 81 81 </PropertyGroup> 82 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 83 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>83 <OutputPath>$(SolutionDir)\bin\</OutputPath> 84 84 <DefineConstants>TRACE</DefineConstants> 85 85 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.