Changeset 6842 for branches/Trunk/HeuristicLab.Persistence
- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Persistence/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r6833 r6842 43 43 <DebugType>full</DebugType> 44 44 <Optimize>false</Optimize> 45 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>45 <OutputPath>$(SolutionDir)\bin\</OutputPath> 46 46 <DefineConstants>TRACE;DEBUG</DefineConstants> 47 47 <ErrorReport>prompt</ErrorReport> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>54 <OutputPath>$(SolutionDir)\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> … … 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>65 <OutputPath>$(SolutionDir)\bin\</OutputPath> 66 66 <DefineConstants>TRACE;DEBUG</DefineConstants> 67 67 <DebugType>full</DebugType> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 73 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>73 <OutputPath>$(SolutionDir)\bin\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <Optimize>true</Optimize> … … 83 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 84 84 <DebugSymbols>true</DebugSymbols> 85 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 86 <DefineConstants>TRACE;DEBUG</DefineConstants> 87 87 <DebugType>full</DebugType> … … 91 91 </PropertyGroup> 92 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 93 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 94 94 <DefineConstants>TRACE</DefineConstants> 95 95 <Optimize>true</Optimize> -
branches/Trunk/HeuristicLab.Persistence/3.3/Tests/HeuristicLab.Persistence-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> … … 56 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 57 57 <DebugSymbols>true</DebugSymbols> 58 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>58 <OutputPath>$(SolutionDir)\bin\</OutputPath> 59 59 <DefineConstants>DEBUG;TRACE</DefineConstants> 60 60 <DebugType>full</DebugType> … … 64 64 </PropertyGroup> 65 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 66 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>TRACE</DefineConstants> 68 68 <Optimize>true</Optimize> … … 74 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 75 75 <DebugSymbols>true</DebugSymbols> 76 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>76 <OutputPath>$(SolutionDir)\bin\</OutputPath> 77 77 <DefineConstants>DEBUG;TRACE</DefineConstants> 78 78 <DebugType>full</DebugType> … … 82 82 </PropertyGroup> 83 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 84 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\</OutputPath> 85 85 <DefineConstants>TRACE</DefineConstants> 86 86 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.