Changeset 568
- Timestamp:
- 09/14/08 16:29:33 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj
r564 r568 35 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\ Debug\</OutputPath>37 <OutputPath>bin\x86\Debug\</OutputPath> 38 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 39 <DebugType>full</DebugType> -
trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/HeuristicLab.CEDMA.DB.Interfaces.csproj
r564 r568 35 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\ Debug\</OutputPath>37 <OutputPath>bin\x86\Debug\</OutputPath> 38 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 39 <DebugType>full</DebugType> -
trunk/sources/HeuristicLab.CEDMA.DB/HeuristicLab.CEDMA.DB.csproj
r564 r568 37 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 38 38 <DebugSymbols>true</DebugSymbols> 39 <OutputPath>bin\ Debug\</OutputPath>39 <OutputPath>bin\x86\Debug\</OutputPath> 40 40 <DefineConstants>DEBUG;TRACE</DefineConstants> 41 41 <DebugType>full</DebugType>
Note: See TracChangeset
for help on using the changeset viewer.